26 lines
659 B
Plaintext
Raw Normal View History

2017-11-03 09:34:21 +01:00
// Dark theme
2017-11-04 08:45:39 +01:00
// Main color
hue = 45
saturation = 100%
// Derived colors
2017-11-03 09:34:21 +01:00
text-color = hsl(0, 0%, 90%)
bg-color = hsl(0, 0%, 24%)
2017-11-04 08:45:39 +01:00
link-color = hsl(hue, saturation, 56%)
link-hover-color = hsl(hue, saturation, 66%)
2017-11-03 18:10:31 +01:00
ui-background = hsla(0, 0%, 8%, 0.5)
2017-11-03 12:02:13 +01:00
theme-white = bg-color
theme-black = text-color
2017-11-03 09:34:21 +01:00
2017-11-04 08:45:39 +01:00
link-hover-text-shadow = 0 0 8px hsla(hue, saturation, 56%, 0.5)
2017-11-03 09:34:21 +01:00
main-color = link-color
link-active-color = link-hover-color
2017-11-03 12:02:13 +01:00
button-hover-color = link-hover-color
button-hover-background = hsla(0, 0%, 12%, 0.5)
2017-11-04 08:45:39 +01:00
tab-active-color = bg-color
tab-active-background = white
loading-anim-color = link-color
anime-alternative-title-color = hsla(0, 0%, 100%, 0.5)