Changed colors
This commit is contained in:
@@ -62,9 +62,9 @@
|
||||
animation = "colormix";
|
||||
battery_id = "BAT0";
|
||||
clear_password = true;
|
||||
colormix_col1 = "0xA7C080";
|
||||
colormix_col2 = "0x7FBBB3";
|
||||
colormix_col3 = "0xE67E80";
|
||||
colormix_col1 = "0xffffea";
|
||||
colormix_col2 = "0x006600";
|
||||
colormix_col3 = "0x8888cc";
|
||||
};
|
||||
};
|
||||
pipewire = {
|
||||
@@ -107,9 +107,28 @@
|
||||
stylix = {
|
||||
enable = true;
|
||||
autoEnable = true;
|
||||
polarity = "dark";
|
||||
polarity = "light";
|
||||
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 = {
|
||||
terminal = 0.85;
|
||||
popups = 0.75;
|
||||
|
||||
Reference in New Issue
Block a user