3rd try
This commit is contained in:
parent
c8e9352eda
commit
47a8a4b68b
@ -119,25 +119,24 @@
|
||||
style = "dark";
|
||||
|
||||
base16-colors = {
|
||||
# UI shades ─────────────────────────────────────────
|
||||
base00 = "#2B2B0B"; # darkest – background
|
||||
base01 = "#282B17";
|
||||
base02 = "#342C1C";
|
||||
base03 = "#343414";
|
||||
base04 = "#4B4B2B";
|
||||
base05 = "#545C3C"; # default foreground / text
|
||||
base06 = "#6C6C55"; # bright fg / selected text
|
||||
base07 = "#B2B294"; # lightest
|
||||
base00 = "#1C1D11";
|
||||
base01 = "#2A2C17";
|
||||
base02 = "#3A3D1E";
|
||||
base03 = "#4B4F26";
|
||||
base04 = "#5F6431";
|
||||
base05 = "#757C3E";
|
||||
base06 = "#AEB786";
|
||||
base07 = "#E9EBD3";
|
||||
|
||||
# Accents (re-using/tinting neighbouring olives) ────
|
||||
base08 = "#8C8C74"; # red slot
|
||||
base09 = "#6C6C4C"; # orange slot
|
||||
base0A = "#948C7C"; # yellow slot
|
||||
base0B = "#646C4C"; # green slot
|
||||
base0C = "#8C8C6C"; # cyan slot
|
||||
base0D = "#838468"; # blue slot
|
||||
base0E = "#61614A"; # violet slot
|
||||
base0F = "#5C5C3C"; # brown/extra
|
||||
# duplicated accents so we still have 16 entries
|
||||
base08 = "#757C3E";
|
||||
base09 = "#5F6431";
|
||||
base0A = "#AEB786";
|
||||
base0B = "#5F6431";
|
||||
base0C = "#3A3D1E";
|
||||
base0D = "#4B4F26";
|
||||
base0E = "#757C3E";
|
||||
base0F = "#2A2C17";
|
||||
};
|
||||
|
||||
transparent = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user