From a7e2f91e6564e76e7672e726893549f6e1fab2e8 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Wed, 27 Nov 2024 11:29:33 -0400 Subject: [PATCH] Updated daemon theme --- themes/daemon/default.nix | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/themes/daemon/default.nix b/themes/daemon/default.nix index b341152..4b60c81 100644 --- a/themes/daemon/default.nix +++ b/themes/daemon/default.nix @@ -16,24 +16,24 @@ author = "Converted from Konsole"; # Base colors - base00 = "3b0d12"; # Background - base01 = "4e1318"; # Lighter background (used for status bars) + base00 = "330e15"; # Background + base01 = "4a1821"; # Lighter background (used for status bars) base02 = "661a1f"; # Brightened Color0 - base03 = "200d14"; # Comments or secondary text - base04 = "9370db"; # Color4 - base05 = "5df4fe"; # Foreground - base06 = "e0e0e0"; # Bright foreground + base03 = "2e121a"; # Comments or secondary text + base04 = "8050a0"; # Muted Blue + base05 = "6feaff"; # Foreground + base06 = "e6e6e6"; # Bright foreground base07 = "ffffff"; # White for highest contrast # ANSI colors - base08 = "ff5560"; # Red (Color8) + base08 = "fb3048"; # Red (unchanged from original) base09 = "ff5048"; # Orange/Red - base0A = "fdf500"; # Yellow - base0B = "28c775"; # Green - base0C = "1ac5b0"; # Aqua/Cyan - base0D = "9370db"; # Blue - base0E = "cb1dcd"; # Magenta - base0F = "661a1f"; # Additional color used for highlighting + base0A = "ffd700"; # Yellow + base0B = "32d787"; # Green + base0C = "1ee2ca"; # Aqua/Cyan + base0D = "a48be3"; # Blue + base0E = "d233d2"; # Magenta + base0F = "4e2026"; # Additional color used for highlighting }; home-manager.sharedModules = [