From 6cd22f0448eba04242d8cea45cd074afb763c533 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 7 Feb 2026 20:44:41 -0600 Subject: [PATCH] punk theme --- config/schemes.nix | 23 +++++++++++++++++++++++ config/stylix.nix | 2 +- flake.lock | 8 ++++---- 3 files changed, 28 insertions(+), 5 deletions(-) diff --git a/config/schemes.nix b/config/schemes.nix index 0323a6e..b64fd53 100644 --- a/config/schemes.nix +++ b/config/schemes.nix @@ -116,5 +116,28 @@ in base0F = "#dc143c"; # crimson }; }; + punk = mkScheme { + color = "red"; + polarity = "light"; + image = "${wallpapers}/punk.jpeg"; + base16Scheme = { + base00 = "#f7f3ee"; + base01 = "#efe6dc"; + base02 = "#e1d3c6"; + base03 = "#c8b2a0"; + base04 = "#a18673"; + base05 = "#6e5646"; + base06 = "#3f2f28"; + base07 = "#1a1512"; + base08 = "#c7423a"; + base09 = "#d28b61"; + base0A = "#c9a24c"; + base0B = "#7d8b6a"; + base0C = "#5f8f8a"; + base0D = "#4f6a86"; + base0E = "#8a5b6a"; + base0F = "#8b5a3c"; + }; + }; }; } diff --git a/config/stylix.nix b/config/stylix.nix index 9224993..1b8c268 100644 --- a/config/stylix.nix +++ b/config/stylix.nix @@ -9,7 +9,7 @@ let schemesFile = import ./schemes.nix { inherit pkgs inputs; }; - scheme = schemesFile.schemes.space; + scheme = schemesFile.schemes.punk; cfg = config.my.stylix; gnomeEnabled = config.services.desktopManager.gnome.enable; in diff --git a/flake.lock b/flake.lock index 0e8270b..2fc41b7 100644 --- a/flake.lock +++ b/flake.lock @@ -1331,11 +1331,11 @@ "wallpapers": { "flake": false, "locked": { - "lastModified": 1759463031, - "narHash": "sha256-9goyp+g9N4+9PA9V2QerTsxlVy9MA4LXufJaruj2MMs=", + "lastModified": 1770517108, + "narHash": "sha256-QYvx6j7r1ItxaaKN/wI0nGB6r5aWG46zfcoXCTOgK18=", "ref": "refs/heads/main", - "rev": "0212af5b70347f0721cfe88c25e1efb77b645a2d", - "revCount": 2, + "rev": "dcb86c4c592b8cf838a0fd6d139254619cbbd869", + "revCount": 3, "type": "git", "url": "https://git.lebubu.org/jawz/wallpapers.git" },