change theme

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-06-09 21:20:44 +02:00
parent a704d3a7d2
commit a8f39b1729
+10 -10
View File
@@ -7,15 +7,15 @@
options.theme = lib.mkOption { options.theme = lib.mkOption {
type = lib.types.attrs; type = lib.types.attrs;
default = { default = {
rounding = 28; rounding = 20;
bar-rounding = 28 + 10; bar-rounding = 20 + 10;
bar-thickness = 0; bar-thickness = 0;
gaps-in = 10; gaps-in = 8;
gaps-out = 10 * 2; gaps-out = 8 * 2;
active-opacity = 0.98; active-opacity = 0.96;
inactive-opacity = 0.95; inactive-opacity = 0.92;
blur = true; blur = true;
border-size = 4; border-size = 2;
animation-speed = "medium"; # "fast" | "medium" | "slow" animation-speed = "medium"; # "fast" | "medium" | "slow"
fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none" fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
}; };
@@ -27,7 +27,7 @@
# See https://tinted-theming.github.io/tinted-gallery/ for more schemes # See https://tinted-theming.github.io/tinted-gallery/ for more schemes
base16Scheme = { base16Scheme = {
base00 = "0B0B0D"; # Default Background base00 = "0A0A0C"; # Default Background
base01 = "110F12"; # Lighter Background (Used for status bars, line number and folding marks) base01 = "110F12"; # Lighter Background (Used for status bars, line number and folding marks)
base02 = "2D2A36"; # Selection Background base02 = "2D2A36"; # Selection Background
base03 = "514D63"; # Comments, Invisibles, Line Highlighting base03 = "514D63"; # Comments, Invisibles, Line Highlighting
@@ -75,8 +75,8 @@
polarity = "dark"; polarity = "dark";
image = pkgs.fetchurl { image = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/anotherhadi/awesome-wallpapers/refs/heads/main/app/static/wallpapers/a-violet-blur.png"; url = "https://raw.githubusercontent.com/anotherhadi/awesome-wallpapers/refs/heads/main/app/static/wallpapers/black-moutains-and-a-city.png";
sha256 = "sha256-uzAhuKGqnN038A5P+xdvxYgRiYq046GDmD9P1FcISz4="; sha256 = "sha256-RTTA3Lf+hnPpo9hwS075kbnIouz12ul2GKO3EIgP6AU=";
}; };
}; };
} }