a dark, low contrast theme, with warm rose pink accents.
rose eclipse for tumblr by platinumtulip
Details
Authorplatinumtulip
LicenseNo License
Categorytumblr
Created
Updated
Size899 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name rose eclipse for tumblr
@namespace rose eclipse by platinumtulip
@version 1.0.0
@description a dark, low contrast theme, with warm rose pink accents.
@author platinumtulip (https://platinumtulip.garden/)
==/UserStyle== */
@-moz-document domain("tumblr.com") {
:root {
--accent: 192, 106, 105;
--secondary-accent: 45, 35, 37;
--navy: 06, 06, 06;
--white: 26, 20, 21;
--black: 241, 186, 173;
--white-on-dark: 241, 186, 173;
--red: 241, 186, 173;
--orange: 241, 186, 173;
--green: 241, 186, 173;
--blue: 241, 186, 173;
--purple: 241, 186, 173;
--pink: 241, 186, 173;
--follow: 45, 35, 37;
}
body,
html {
scrollbar-width: auto;
scrollbar-color: rgb(192, 106, 105) rgb(6, 6, 6);
}
}