From b96300ced074c32c6e8b02d76900af3207ff72c0 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 13 Apr 2018 13:51:24 +0200 Subject: [PATCH] Dark theme is now darker --- scripts/Actions/Theme.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/Actions/Theme.ts b/scripts/Actions/Theme.ts index 95ecab31..ba3a33c6 100644 --- a/scripts/Actions/Theme.ts +++ b/scripts/Actions/Theme.ts @@ -8,13 +8,13 @@ const dark = { "saturation": "100%", "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-hover-color": "hsl(var(--hue), var(--saturation), 76%)", "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-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-opaque-background": "hsl(0, 0%, 18%)", "table-row-hover-background": "hsla(0, 0%, 100%, 0.01)", @@ -25,7 +25,7 @@ const dark = { "main-color": "var(--link-color)", "link-active-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-hover-background": "hsla(0, 0%, 0%, 0.2)", "tab-active-color": "hsl(0, 0%, 95%)",