37 lines
1.0 KiB
Plaintext
Raw Normal View History

2017-11-03 08:34:21 +00:00
// Dark theme
2017-11-04 07:45:39 +00:00
// Main color
hue = 45
saturation = 100%
2017-11-04 21:50:05 +00:00
// Main
2017-11-03 08:34:21 +00:00
text-color = hsl(0, 0%, 90%)
bg-color = hsl(0, 0%, 24%)
2017-11-04 10:09:19 +00:00
link-color = hsl(hue, saturation, 66%)
link-hover-color = hsl(hue, saturation, 76%)
2017-11-04 21:50:05 +00:00
link-hover-text-shadow = 0 0 8px hsla(hue, saturation, 66%, 0.5)
2017-11-04 21:23:07 +00:00
ui-background = hsla(0, 0%, 8%, 0.3)
2017-11-05 05:56:09 +00:00
sidebar-background = rgba(0, 0, 0, 0.2)
sidebar-opaque-background = ui-background
table-row-hover-background = hsla(0, 0%, 100%, 0.01)
2017-11-03 11:02:13 +00:00
2017-11-04 21:50:05 +00:00
// White/black
2017-11-03 11:02:13 +00:00
theme-white = bg-color
theme-black = text-color
2017-11-03 08:34:21 +00:00
main-color = link-color
link-active-color = link-hover-color
2017-11-03 11:02:13 +00:00
button-hover-color = link-hover-color
button-hover-background = hsla(0, 0%, 12%, 0.5)
2017-11-04 16:11:47 +00:00
tab-background = hsla(0, 0%, 0%, 0.1)
tab-hover-background = hsla(0, 0%, 0%, 0.2)
tab-active-color = hsl(0, 0%, 95%)
tab-active-background = hsla(0, 0%, 2%, 0.5)
2017-11-04 07:45:39 +00:00
loading-anim-color = link-color
2017-11-04 21:50:05 +00:00
anime-alternative-title-color = hsla(0, 0%, 100%, 0.5)
2017-11-05 05:56:09 +00:00
anime-list-item-name-color = text-color
2017-11-04 21:50:05 +00:00
// Forum
2017-11-05 05:56:09 +00:00
post-like-color = link-color
post-unlike-color = link-color
post-permalink-color = link-color