more new colors

This commit is contained in:
2024-10-09 22:41:32 -03:00
parent 8d06937c18
commit c89cf8cf14

View File

@@ -12,22 +12,26 @@
slug = "daemon-2-0"; slug = "daemon-2-0";
scheme = "Daemon 2.0 by Converted from Konsole"; scheme = "Daemon 2.0 by Converted from Konsole";
author = "Converted from Konsole"; author = "Converted from Konsole";
base00 = "210d14"; # Background
base01 = "210d14"; # BackgroundFaint # Base colors
base02 = "210d14"; # BackgroundIntense base00 = "210e15"; # Background
base03 = "200d14"; # Color0 base01 = "320d14"; # BackgroundFaint (Color0)
base04 = "ffffff"; # Color0Faint base02 = "5df4fe"; # Foreground (Main)
base05 = "ffffff"; # Color0Intense base03 = "200d14"; # Color0Faint (Gray shade for comments or lighter background elements)
base06 = "5df4fe"; # ForegroundFaint base04 = "9370db"; # Color4 (Blue)
base07 = "5df4fe"; # ForegroundIntense base05 = "93f4fe"; # ForegroundIntense (Standard text)
base08 = "fb3048"; # Color1 (Red) base06 = "ffffff"; # Color0Intense (Bright white color for highlights)
base09 = "1ac5b0"; # Color2 (Green) base07 = "ffffff"; # Maximum brightness for foreground or UI elements
base0A = "fdf500"; # Color3 (Yellow)
base0B = "9370db"; # Color4 (Blue) # ANSI colors
base0C = "cb1dcd"; # Color5 (Magenta) base08 = "fb3048"; # Red (Color1)
base0D = "ff5048"; # Color6 (Cyan) base09 = "ff5048"; # Orange/Red (Color6)
base0E = "28c775"; # Color7 (White/Bright Green) base0A = "fdf500"; # Yellow (Color3)
base0F = "200d14"; # Darker background color (base03) base0B = "28c775"; # Green (Color7)
base0C = "1ac5b0"; # Aqua/Cyan (Color2)
base0D = "9370db"; # Blue (Color4)
base0E = "cb1dcd"; # Magenta (Color5)
base0F = "320d14"; # Darker tone for special elements
}; };
home-manager.sharedModules = [ home-manager.sharedModules = [