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:
Evie Litherland-Smith 2024-01-10 11:04:20 +00:00
parent e2b762f2d2
commit a4666bf87d
3 changed files with 11 additions and 4 deletions

View file

@ -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;

View file

@ -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
} }

View file

@ -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;