Add everforest color scheme

This commit is contained in:
Isshi0417 2024-07-12 08:49:16 +09:00
parent bebe878b84
commit 6e4b570718
3 changed files with 11 additions and 8 deletions

View File

@ -38,13 +38,16 @@
decoration = { decoration = {
rounding = "15"; rounding = "15";
active_opacity = "0.9";
inactive_opacity = "0.9";
drop_shadow = "true"; drop_shadow = "true";
shadow_range = "4"; shadow_range = "4";
shadow_render_power = "3"; shadow_render_power = "3";
blur = { blur = {
enabled = "true"; enabled = "true";
size = "3"; size = "6";
passes = "1"; passes = "1";
vibrancy = "0.1696"; vibrancy = "0.1696";

View File

@ -6,5 +6,12 @@
autoEnable = true; autoEnable = true;
image = ../../../wallpapers/maze.png; image = ../../../wallpapers/maze.png;
opacity = {
applications = 0.9;
desktop = 0.5;
popups = 0.9;
terminal = 0.9;
};
}; };
} }

View File

@ -10,12 +10,5 @@
stylix.cursor.package = pkgs.bibata-cursors; stylix.cursor.package = pkgs.bibata-cursors;
stylix.cursor.name = "Bibata-Modern-Ice"; stylix.cursor.name = "Bibata-Modern-Ice";
stylix.opacity = {
applications = 0.9;
terminal = 0.9;
desktop = 0.5;
popups = 0.9;
};
stylix.polarity = "dark"; stylix.polarity = "dark";
} }