Updated daemon theme

This commit is contained in:
2024-11-27 11:29:33 -04:00
parent 2b5c8a78a4
commit a7e2f91e65

View File

@@ -16,24 +16,24 @@
author = "Converted from Konsole"; author = "Converted from Konsole";
# Base colors # Base colors
base00 = "3b0d12"; # Background base00 = "330e15"; # Background
base01 = "4e1318"; # Lighter background (used for status bars) base01 = "4a1821"; # Lighter background (used for status bars)
base02 = "661a1f"; # Brightened Color0 base02 = "661a1f"; # Brightened Color0
base03 = "200d14"; # Comments or secondary text base03 = "2e121a"; # Comments or secondary text
base04 = "9370db"; # Color4 base04 = "8050a0"; # Muted Blue
base05 = "5df4fe"; # Foreground base05 = "6feaff"; # Foreground
base06 = "e0e0e0"; # Bright foreground base06 = "e6e6e6"; # Bright foreground
base07 = "ffffff"; # White for highest contrast base07 = "ffffff"; # White for highest contrast
# ANSI colors # ANSI colors
base08 = "ff5560"; # Red (Color8) base08 = "fb3048"; # Red (unchanged from original)
base09 = "ff5048"; # Orange/Red base09 = "ff5048"; # Orange/Red
base0A = "fdf500"; # Yellow base0A = "ffd700"; # Yellow
base0B = "28c775"; # Green base0B = "32d787"; # Green
base0C = "1ac5b0"; # Aqua/Cyan base0C = "1ee2ca"; # Aqua/Cyan
base0D = "9370db"; # Blue base0D = "a48be3"; # Blue
base0E = "cb1dcd"; # Magenta base0E = "d233d2"; # Magenta
base0F = "661a1f"; # Additional color used for highlighting base0F = "4e2026"; # Additional color used for highlighting
}; };
home-manager.sharedModules = [ home-manager.sharedModules = [