diff --git a/themes/daemon/default.nix b/themes/daemon/default.nix index 9749294..5caff54 100644 --- a/themes/daemon/default.nix +++ b/themes/daemon/default.nix @@ -14,24 +14,24 @@ author = "Converted from Konsole"; # Base colors - base00 = "210e15"; # Background - base01 = "320d14"; # BackgroundFaint (Color0) - base02 = "5df4fe"; # Foreground (Main) - base03 = "200d14"; # Color0Faint (Gray shade for comments or lighter background elements) - base04 = "9370db"; # Color4 (Blue) - base05 = "93f4fe"; # ForegroundIntense (Standard text) - base06 = "ffffff"; # Color0Intense (Bright white color for highlights) - base07 = "ffffff"; # Maximum brightness for foreground or UI elements + base00 = "3b0d12"; # Background + base01 = "4e1318"; # 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 + base07 = "ffffff"; # White for highest contrast # ANSI colors - base08 = "fb3048"; # Red (Color1) - base09 = "ff5048"; # Orange/Red (Color6) - base0A = "fdf500"; # Yellow (Color3) - base0B = "28c775"; # Green (Color7) - base0C = "1ac5b0"; # Aqua/Cyan (Color2) - base0D = "9370db"; # Blue (Color4) - base0E = "cb1dcd"; # Magenta (Color5) - base0F = "320d14"; # Darker tone for special elements + base08 = "ff5560"; # Red (Color8) + 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 }; home-manager.sharedModules = [