From 512ea8001c3ac4094a679e8e1a06dd0c64c3a183 Mon Sep 17 00:00:00 2001 From: Jakub Trzeciak Date: Wed, 20 Sep 2023 18:34:25 +0200 Subject: Base24 --- lux-theme.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 lux-theme.yaml (limited to 'lux-theme.yaml') diff --git a/lux-theme.yaml b/lux-theme.yaml new file mode 100644 index 0000000..76c429d --- /dev/null +++ b/lux-theme.yaml @@ -0,0 +1,27 @@ +# 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: "181921" # # ---- +base01: "292734" # 00 # --- +base02: "4A4750" # 08 # -- +base03: "6A686C" # # - +base04: "8B8889" # # + +base05: "ABA9A5" # # ++ +base06: "CCC9C1" # 07 # +++ +base07: "eceadd" # 15 # ++++ +base08: "e32929" # 01 # red +base09: "ff920d" # # orange +base0A: "bdcc27" # 03 # yellow +base0B: "3ff62f" # 02 # green +base0C: "55c8b9" # 06 # aqua +base0D: "1984db" # 04 # blue +base0E: "af18db" # 05 # purple +base0F: "9d4e0e" # # brown +base10: "eceadd" # # ----- +base11: "000000" # # ------ +base12: "d94545" # 09 # bright red +base13: "bdcc27" # 11 # bright yellow +base14: "34cc27" # 10 # bright green +base15: "609aca" # 14 # bright aqua +base16: "61b5aa" # 12 # bright blue +base17: "ba5ac9" # 13 # bright purple -- cgit v1.2.3