From 8d06937c1855a733961c05c47d30c5e90c0335c8 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Wed, 9 Oct 2024 22:34:32 -0300 Subject: [PATCH] Added theme as attrset --- themes/cyberpunk/default.nix | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/themes/cyberpunk/default.nix b/themes/cyberpunk/default.nix index e046d08..6b42633 100644 --- a/themes/cyberpunk/default.nix +++ b/themes/cyberpunk/default.nix @@ -8,7 +8,27 @@ stylix.image = ./wallpaper.jpg; - stylix.base16Scheme = "./scheme.yaml"; + stylix.base16Scheme = { + 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) + }; home-manager.sharedModules = [ {