From 52c2187734f386ea832a74b52c1af65b2a3b7dc0 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 11 Mar 2025 13:42:00 +0100 Subject: [PATCH] change colors Former-commit-id: 3ed69ab1a5b7743765f55e27686731b28e0c4ac9 --- themes/nixy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nixy.nix b/themes/nixy.nix index cd1fb9f..0a63e61 100644 --- a/themes/nixy.nix +++ b/themes/nixy.nix @@ -31,7 +31,7 @@ base16Scheme = { base00 = "0c0e0f"; # Default Background base01 = - "101314"; # Lighter Background (Used for status bars, line number and folding marks) + "202324"; # Lighter Background (Used for status bars, line number and folding marks) base02 = "313244"; # Selection Background base03 = "45475a"; # Comments, Invisibles, Line Highlighting base04 = "585b70"; # Dark Foreground (Used for status bars)