Add everforest color scheme
This commit is contained in:
parent
bebe878b84
commit
6e4b570718
@ -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";
|
||||||
|
|||||||
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -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";
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user