diff --git a/themes/cyberpunk/default.nix b/themes/cyberpunk/default.nix index 6b42633..97abe68 100644 --- a/themes/cyberpunk/default.nix +++ b/themes/cyberpunk/default.nix @@ -12,22 +12,26 @@ slug = "daemon-2-0"; scheme = "Daemon 2.0 by Converted from Konsole"; author = "Converted from Konsole"; - base00 = "210d14"; # Background - base01 = "210d14"; # BackgroundFaint - base02 = "210d14"; # BackgroundIntense - base03 = "200d14"; # Color0 - base04 = "ffffff"; # Color0Faint - base05 = "ffffff"; # Color0Intense - base06 = "5df4fe"; # ForegroundFaint - base07 = "5df4fe"; # ForegroundIntense - base08 = "fb3048"; # Color1 (Red) - base09 = "1ac5b0"; # Color2 (Green) - base0A = "fdf500"; # Color3 (Yellow) - base0B = "9370db"; # Color4 (Blue) - base0C = "cb1dcd"; # Color5 (Magenta) - base0D = "ff5048"; # Color6 (Cyan) - base0E = "28c775"; # Color7 (White/Bright Green) - base0F = "200d14"; # Darker background color (base03) + + # 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 + + # 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 }; home-manager.sharedModules = [