This commit is contained in:
2017-11-04 08:45:39 +01:00
parent 8af94d4800
commit 33d7ce593c
10 changed files with 265 additions and 157 deletions

View File

@ -6,6 +6,7 @@ link-color = rgb(215, 38, 15)
link-hover-color = rgb(242, 60, 30)
link-active-color = link-hover-color
pro-color = hsla(0, 100%, 73%, 0.87)
anime-alternative-title-color = hsla(0, 0%, 0%, 0.5)
theme-white = bg-color
theme-black = text-color
@ -29,8 +30,9 @@ input-focus-border-color = rgb(248, 165, 130)
// Button
button-hover-color = white
button-hover-background = link-hover-color
tab-hover-background = #225db5
// tab-hover-background = rgb(46, 85, 160)
tab-active-color = white
tab-active-background = hsl(216, 68%, 42%)
// tab-active-background = rgb(46, 85, 160)
// Forum
forum-width = 830px

View File

@ -1,18 +1,26 @@
// Dark theme
// Main color
hue = 45
saturation = 100%
// Derived colors
text-color = hsl(0, 0%, 90%)
bg-color = hsl(0, 0%, 24%)
link-color = hsl(81, 100%, 56%)
link-hover-color = hsl(81, 100%, 66%)
link-color = hsl(hue, saturation, 56%)
link-hover-color = hsl(hue, saturation, 66%)
ui-background = hsla(0, 0%, 8%, 0.5)
theme-white = bg-color
theme-black = text-color
link-hover-text-shadow = 0 0 8px hsla(81, 100%, 56%, 0.5)
link-hover-text-shadow = 0 0 8px hsla(hue, saturation, 56%, 0.5)
main-color = link-color
link-active-color = link-hover-color
button-hover-color = link-hover-color
button-hover-background = hsla(0, 0%, 12%, 0.5)
tab-hover-background = link-hover-color
loading-anim-color = link-color
tab-active-color = bg-color
tab-active-background = white
loading-anim-color = link-color
anime-alternative-title-color = hsla(0, 0%, 100%, 0.5)