Updated Daemon theme

This commit is contained in:
2024-10-16 11:27:57 -03:00
parent 013cd68a30
commit 81fa361616

View File

@@ -14,24 +14,24 @@
author = "Converted from Konsole"; author = "Converted from Konsole";
# Base colors # Base colors
base00 = "210e15"; # Background base00 = "3b0d12"; # Background
base01 = "320d14"; # BackgroundFaint (Color0) base01 = "4e1318"; # Lighter background (used for status bars)
base02 = "5df4fe"; # Foreground (Main) base02 = "661a1f"; # Brightened Color0
base03 = "200d14"; # Color0Faint (Gray shade for comments or lighter background elements) base03 = "200d14"; # Comments or secondary text
base04 = "9370db"; # Color4 (Blue) base04 = "9370db"; # Color4
base05 = "93f4fe"; # ForegroundIntense (Standard text) base05 = "5df4fe"; # Foreground
base06 = "ffffff"; # Color0Intense (Bright white color for highlights) base06 = "e0e0e0"; # Bright foreground
base07 = "ffffff"; # Maximum brightness for foreground or UI elements base07 = "ffffff"; # White for highest contrast
# ANSI colors # ANSI colors
base08 = "fb3048"; # Red (Color1) base08 = "ff5560"; # Red (Color8)
base09 = "ff5048"; # Orange/Red (Color6) base09 = "ff5048"; # Orange/Red
base0A = "fdf500"; # Yellow (Color3) base0A = "fdf500"; # Yellow
base0B = "28c775"; # Green (Color7) base0B = "28c775"; # Green
base0C = "1ac5b0"; # Aqua/Cyan (Color2) base0C = "1ac5b0"; # Aqua/Cyan
base0D = "9370db"; # Blue (Color4) base0D = "9370db"; # Blue
base0E = "cb1dcd"; # Magenta (Color5) base0E = "cb1dcd"; # Magenta
base0F = "320d14"; # Darker tone for special elements base0F = "661a1f"; # Additional color used for highlighting
}; };
home-manager.sharedModules = [ home-manager.sharedModules = [