From e6f56b890b34db48bcacaba73c98eb36e0921a64 Mon Sep 17 00:00:00 2001 From: Jakub Trzeciak Date: Thu, 21 Sep 2023 10:57:18 +0200 Subject: Darkening colors --- banner-small.png | Bin 376 -> 373 bytes banner.png | Bin 4315 -> 4315 bytes lux-theme.css | 10 +++++----- lux-theme.yaml | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/banner-small.png b/banner-small.png index 31bacea..f8dc03e 100644 Binary files a/banner-small.png and b/banner-small.png differ diff --git a/banner.png b/banner.png index c179a63..c3eee8f 100644 Binary files a/banner.png and b/banner.png differ diff --git a/lux-theme.css b/lux-theme.css index 4482c33..6e626e3 100644 --- a/lux-theme.css +++ b/lux-theme.css @@ -1,8 +1,8 @@ :root { - --base-00: #181926; - --base-01: #232434; - --base-02: #383949; - --base-03: #4a4d5c; + --base-00: #121322; + --base-01: #1b1d2c; + --base-02: #252635; + --base-03: #2e303f; --base-04: #9ca7b2; --base-05: #bcc2c3; --base-06: #eceadd; @@ -15,7 +15,7 @@ --base-0D: #1984db; --base-0E: #af18db; --base-0F: #9d4e0e; - --base-10: #202031; + --base-10: #0e0d1d; --base-11: #090618; --base-12: #d94545; --base-13: #bac455; diff --git a/lux-theme.yaml b/lux-theme.yaml index d17936e..ba6edf3 100644 --- a/lux-theme.yaml +++ b/lux-theme.yaml @@ -1,10 +1,10 @@ # Lux Scheme for the Base24 standard (https://github.com/tinted-theming/base24/blob/master/styling.md) scheme: "lux" author: "Jakub (jptrzy) Trzeciak (https://jptrzy.xyz)" -base00: "181926" # # ---- -base01: "232434" # 00 # --- -base02: "383949" # 08 # -- -base03: "4a4d5c" # # - +base00: "121322" # # ---- +base01: "1b1d2c" # 00 # --- +base02: "252635" # 08 # -- +base03: "2e303f" # # - base04: "9ca7b2" # # + base05: "bcc2c3" # # ++ base06: "eceadd" # 07 # +++ @@ -17,7 +17,7 @@ base0C: "55c8b9" # 06 # aqua base0D: "1984db" # 04 # blue base0E: "af18db" # 05 # purple base0F: "9d4e0e" # # brown -base10: "202031" # # ----- +base10: "0e0d1d" # # ----- base11: "090618" # # ------ base12: "d94545" # 09 # bright red base13: "bac455" # 11 # bright yellow -- cgit v1.2.3