Changed colors
This commit is contained in:
@@ -62,9 +62,9 @@
|
|||||||
animation = "colormix";
|
animation = "colormix";
|
||||||
battery_id = "BAT0";
|
battery_id = "BAT0";
|
||||||
clear_password = true;
|
clear_password = true;
|
||||||
colormix_col1 = "0xA7C080";
|
colormix_col1 = "0xffffea";
|
||||||
colormix_col2 = "0x7FBBB3";
|
colormix_col2 = "0x006600";
|
||||||
colormix_col3 = "0xE67E80";
|
colormix_col3 = "0x8888cc";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
pipewire = {
|
pipewire = {
|
||||||
@@ -107,9 +107,28 @@
|
|||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoEnable = true;
|
autoEnable = true;
|
||||||
polarity = "dark";
|
polarity = "light";
|
||||||
image = ./wallpaper.png;
|
image = ./wallpaper.png;
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
|
targets.chromium.enable = false;
|
||||||
|
base16Scheme = {
|
||||||
|
base00 = "#ffffea";
|
||||||
|
base01 = "#eaffff";
|
||||||
|
base02 = "#eeee9e";
|
||||||
|
base03 = "#99994c";
|
||||||
|
base04 = "#555555";
|
||||||
|
base05 = "#000000";
|
||||||
|
base06 = "#000000";
|
||||||
|
base07 = "#000000";
|
||||||
|
base08 = "#aa0000";
|
||||||
|
base09 = "#884400";
|
||||||
|
base0A = "#99994c";
|
||||||
|
base0B = "#006600";
|
||||||
|
base0C = "#8888cc";
|
||||||
|
base0D = "#000099";
|
||||||
|
base0E = "#8888cc";
|
||||||
|
base0F = "#5d3a1a";
|
||||||
|
};
|
||||||
|
#"${pkgs.base16-schemes}/share/themes/everforest.yaml";
|
||||||
opacity = {
|
opacity = {
|
||||||
terminal = 0.85;
|
terminal = 0.85;
|
||||||
popups = 0.75;
|
popups = 0.75;
|
||||||
|
|||||||
Reference in New Issue
Block a user