diff --git a/nixos/system/stylix.nix b/nixos/system/stylix.nix index 56dde28..9306071 100644 --- a/nixos/system/stylix.nix +++ b/nixos/system/stylix.nix @@ -2,7 +2,7 @@ stylix = { enable = true; image = ./../../src/wallpapers/monoe.png; - base16Scheme = ./../../src/themes/moss.yaml; + base16Scheme = ./../../src/themes/mossplus.yaml; polarity = "dark"; autoEnable = true; diff --git a/nixos/system/zen.nix b/nixos/system/zen.nix index e059677..b275f10 100644 --- a/nixos/system/zen.nix +++ b/nixos/system/zen.nix @@ -8,7 +8,7 @@ src = fetchurl { url = "https://github.com/zen-browser/desktop/releases/latest/download/zen-x86_64.AppImage"; - sha256 = "sha256-B49HiP1QZMMnTdz7xT+BOjmH0FrZXJZbvBarjYIbc4I="; + sha256 = "sha256-kS4nuYgfCFhwctFKdf76EKLCQL7+oZdHw82iLNSTCs4="; }; appimageContents = appimageTools.extract { diff --git a/src/themes/mossplus.yaml b/src/themes/mossplus.yaml new file mode 100644 index 0000000..6b62472 --- /dev/null +++ b/src/themes/mossplus.yaml @@ -0,0 +1,22 @@ +system: "base16" +name: "Moss-Plus" +author: "You" +variant: "dark" + +palette: + base00: "1C1D11" # darkest – main background + base01: "2A2C17" + base02: "3A3D1E" + base03: "4B4F26" + base04: "5F6431" + base05: "757C3E" # default foreground / text + base06: "AEB786" # bright fg / selections + base07: "E9EBD3" # lightest + base08: "B76B5A" # red – sun-baked brick + base09: "C08A56" # orange – dried clay + base0A: "C9B36A" # yellow – muted wheat + base0B: "757C3E" # green – olive (keeps harmony) + base0C: "5E8C6F" # teal – sage + base0D: "5B7083" # blue – dusty steel-blue + base0E: "7C6E82" # violet – faded plum + base0F: "2A2C17" # brown – extra / footer