From 47a8a4b68bfa0dacd888ea519506cc330311ca71 Mon Sep 17 00:00:00 2001 From: shibazaki Date: Sun, 27 Apr 2025 22:09:28 +0200 Subject: [PATCH] 3rd try --- nvf-configuration.nix | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/nvf-configuration.nix b/nvf-configuration.nix index eda7a67..27236cb 100644 --- a/nvf-configuration.nix +++ b/nvf-configuration.nix @@ -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;