mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
update theme
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
# Edited catppuccin
|
# Edited catppuccin
|
||||||
base16Scheme = {
|
base16Scheme = {
|
||||||
base00 = "0a0a0a"; # Default Background
|
base00 = "10101a"; # Default Background
|
||||||
base01 =
|
base01 =
|
||||||
"1a1a1a"; # Lighter Background (Used for status bars, line number and folding marks)
|
"16161f"; # Lighter Background (Used for status bars, line number and folding marks)
|
||||||
base02 = "2b2b2b"; # Selection Background
|
base02 = "2b2b2b"; # Selection Background
|
||||||
base03 = "45475a"; # Comments, Invisibles, Line Highlighting
|
base03 = "45475a"; # Comments, Invisibles, Line Highlighting
|
||||||
base04 = "585b70"; # Dark Foreground (Used for status bars)
|
base04 = "585b70"; # Dark Foreground (Used for status bars)
|
||||||
@@ -61,7 +61,13 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
image = inputs.nixy-wallpapers + "/wallpapers/vanilla.png";
|
image = pkgs.fetchurl {
|
||||||
|
url =
|
||||||
|
"https://github.com/anotherhadi/nixy-wallpapers/blob/main/wallpapers/"
|
||||||
|
+ "3.png" + "?raw=true";
|
||||||
|
sha256 = "sha256-fT2ah18IAxoy3hzlLl9SkqhchzfVvZneUrZWzntMo40=";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
rounding = 10;
|
rounding = 16;
|
||||||
gaps-in = 8;
|
gaps-in = 9;
|
||||||
gaps-out = 8 * 2;
|
gaps-out = 9 * 2;
|
||||||
active-opacity = 1;
|
active-opacity = 1;
|
||||||
inactive-opacity = 0.89;
|
inactive-opacity = 0.93;
|
||||||
blur = false;
|
blur = true;
|
||||||
border-size = 3;
|
border-size = 5;
|
||||||
animation-speed = "fast"; # "fast" | "medium" | "slow"
|
animation-speed = "fast"; # "fast" | "medium" | "slow"
|
||||||
fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
|
fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
|
||||||
|
|
||||||
bar = {
|
bar = {
|
||||||
position = "top"; # "top" | "bottom"
|
position = "top"; # "top" | "bottom"
|
||||||
transparent = false;
|
transparent = true;
|
||||||
transparentButtons = true;
|
transparentButtons = false;
|
||||||
floating = false;
|
floating = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user