Tweak catppuccin-mocha background colours
Replace background and foreground colours for base16 scheme with those from emacs modus-vivdendi-tinted Override background colours in base16 (base00 and base01), waybar and hyprland Override text colours in base16 (base05 and base04)
This commit is contained in:
parent
e2b762f2d2
commit
a4666bf87d
|
@ -106,11 +106,18 @@
|
||||||
targets = {
|
targets = {
|
||||||
chromium.enable = true;
|
chromium.enable = true;
|
||||||
console.enable = true;
|
console.enable = true;
|
||||||
lightdm.enable = true;
|
|
||||||
};
|
};
|
||||||
image = ./wallpapers/space.png;
|
image = ./wallpapers/space.png;
|
||||||
base16Scheme =
|
base16Scheme =
|
||||||
"${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
"${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
||||||
|
override = {
|
||||||
|
scheme =
|
||||||
|
"Catppuccin Mocha, using fg and bg colours from emacs modus-vivdendi-tinted";
|
||||||
|
base00 = "0d0e1c";
|
||||||
|
base01 = "1d2235";
|
||||||
|
base04 = "c6daff";
|
||||||
|
base05 = "ffffff";
|
||||||
|
};
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
opacity = {
|
opacity = {
|
||||||
popups = 0.5;
|
popups = 0.5;
|
||||||
|
|
|
@ -57,7 +57,7 @@ in ''
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 10
|
rounding = 10
|
||||||
col.shadow=rgba(1e1e2e99)
|
col.shadow=rgba(0d0e1c99)
|
||||||
drop_shadow = yes
|
drop_shadow = yes
|
||||||
shadow_ignore_window = true
|
shadow_ignore_window = true
|
||||||
shadow_range = 4
|
shadow_range = 4
|
||||||
|
@ -83,7 +83,7 @@ in ''
|
||||||
animation = workspaces, 1, 6, default
|
animation = workspaces, 1, 6, default
|
||||||
}
|
}
|
||||||
misc {
|
misc {
|
||||||
background_color=rgb(1e1e2e)
|
background_color=rgb(0d0e1c)
|
||||||
disable_autoreload = true
|
disable_autoreload = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@define-color base #1e1e2e;
|
@define-color base #0d0e1c;
|
||||||
@define-color mantle #181825;
|
@define-color mantle #181825;
|
||||||
@define-color crust #11111b;
|
@define-color crust #11111b;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue