summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Trzeciak <jptrzy@gmail.com>2023-09-21 10:57:18 +0200
committerJakub Trzeciak <jptrzy@gmail.com>2023-09-21 10:57:18 +0200
commite6f56b890b34db48bcacaba73c98eb36e0921a64 (patch)
tree308fecf1b4a9d8560f2ef097425c2c969fb5956e
parentcc7d4eabcb6d56fcfe10fd9e14899d2a13381f9a (diff)
downloadlux-theme-e6f56b890b34db48bcacaba73c98eb36e0921a64.tar.gz
lux-theme-e6f56b890b34db48bcacaba73c98eb36e0921a64.tar.bz2
lux-theme-e6f56b890b34db48bcacaba73c98eb36e0921a64.zip
Darkening colorsmain
-rw-r--r--banner-small.pngbin376 -> 373 bytes
-rw-r--r--banner.pngbin4315 -> 4315 bytes
-rw-r--r--lux-theme.css10
-rw-r--r--lux-theme.yaml10
4 files changed, 10 insertions, 10 deletions
diff --git a/banner-small.png b/banner-small.png
index 31bacea..f8dc03e 100644
--- a/banner-small.png
+++ b/banner-small.png
Binary files differ
diff --git a/banner.png b/banner.png
index c179a63..c3eee8f 100644
--- a/banner.png
+++ b/banner.png
Binary files 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
Software created with 💖