Dark theme is now darker

This commit is contained in:
Eduard Urbach 2018-04-13 13:51:24 +02:00
parent a45dff7b63
commit b96300ced0

View File

@ -8,13 +8,13 @@ const dark = {
"saturation": "100%", "saturation": "100%",
"text-color": "hsl(0, 0%, 90%)", "text-color": "hsl(0, 0%, 90%)",
"bg-color": "hsl(0, 0%, 24%)", "bg-color": "hsl(0, 0%, 18%)",
"link-color": "hsl(var(--hue), var(--saturation), 66%)", "link-color": "hsl(var(--hue), var(--saturation), 66%)",
"link-hover-color": "hsl(var(--hue), var(--saturation), 76%)", "link-hover-color": "hsl(var(--hue), var(--saturation), 76%)",
"link-hover-text-shadow": "0 0 8px hsla(var(--hue), var(--saturation), 66%, 0.5)", "link-hover-text-shadow": "0 0 8px hsla(var(--hue), var(--saturation), 66%, 0.5)",
"reverse-light-color": "rgba(255, 255, 255, 0.1)", "reverse-light-color": "rgba(255, 255, 255, 0.1)",
"reverse-light-hover-color": "rgba(255, 255, 255, 0.2)", "reverse-light-hover-color": "rgba(255, 255, 255, 0.2)",
"ui-background": "hsl(0, 0%, 18%)", "ui-background": "hsl(0, 0%, 14%)",
"sidebar-background": "hsla(0, 0%, 0%, 0.2)", "sidebar-background": "hsla(0, 0%, 0%, 0.2)",
"sidebar-opaque-background": "hsl(0, 0%, 18%)", "sidebar-opaque-background": "hsl(0, 0%, 18%)",
"table-row-hover-background": "hsla(0, 0%, 100%, 0.01)", "table-row-hover-background": "hsla(0, 0%, 100%, 0.01)",
@ -25,7 +25,7 @@ const dark = {
"main-color": "var(--link-color)", "main-color": "var(--link-color)",
"link-active-color": "var(--link-hover-color)", "link-active-color": "var(--link-hover-color)",
"button-hover-color": "var(--link-hover-color)", "button-hover-color": "var(--link-hover-color)",
"button-hover-background": "hsl(0, 0%, 14%)", "button-hover-background": "hsl(0, 0%, 10%)",
"tab-background": "hsla(0, 0%, 0%, 0.1)", "tab-background": "hsla(0, 0%, 0%, 0.1)",
"tab-hover-background": "hsla(0, 0%, 0%, 0.2)", "tab-hover-background": "hsla(0, 0%, 0%, 0.2)",
"tab-active-color": "hsl(0, 0%, 95%)", "tab-active-color": "hsl(0, 0%, 95%)",