modules/theme: remove kitty, update fuzzel for base16

This commit is contained in:
Anthony Rodriguez 2024-12-08 20:55:16 +01:00
parent 6cc4b19328
commit 60eacee9fe
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -85,60 +85,6 @@ in {
};
};
kitty.settings = {
foreground = scheme.palette.base05;
background = scheme.palette.base00;
selection_foreground = scheme.palette.base00;
selection_background = scheme.palette.base06;
cursor = scheme.palette.base06;
cursor_text_color = scheme.palette.base00;
url_color = scheme.palette.base06;
active_border_color = scheme.palette.base07;
inactive_border_color = scheme.palette.base04;
bell_border_color = scheme.palette.base0A;
wayland_titlebar_color = scheme.palette.base00;
active_tab_foreground = scheme.palette.base01;
active_tab_background = scheme.palette.base0E;
inactive_tab_foreground = scheme.palette.base05;
inactive_tab_background = scheme.palette.base01;
tab_bar_background = scheme.palette.base01;
mark1_foreground = scheme.palette.base00;
mark1_background = scheme.palette.base07;
mark2_foreground = scheme.palette.base00;
mark2_background = scheme.palette.base0E;
mark3_foreground = scheme.palette.base00;
mark3_background = scheme.palette.base0C;
color0 = scheme.palette.base03;
color8 = scheme.palette.base03;
color1 = scheme.palette.base08;
color9 = scheme.palette.base08;
color2 = scheme.palette.base0B;
color10 = scheme.palette.base0B;
color3 = scheme.palette.base0A;
color11 = scheme.palette.base0A;
color4 = scheme.palette.base0D;
color12 = scheme.palette.base0D;
color5 = scheme.palette.base0E;
color13 = scheme.palette.base0E;
color6 = scheme.palette.base0C;
color14 = scheme.palette.base0C;
color7 = scheme.palette.base07;
color15 = scheme.palette.base07;
};
foot.settings.colors = let
inherit (lib.strings) removePrefix;
# because someone thought this was a great idea: https://github.com/tinted-theming/schemes/commit/61058a8d2e2bd4482b53d57a68feb56cdb991f0b
@ -181,11 +127,11 @@ in {
font = "sans-serif:size=16";
};
colors = {
background = "${scheme.palette.base00}ff";
background = "${scheme.palette.base01}f2";
text = "${scheme.palette.base05}ff";
input = "${scheme.palette.base05}ff";
selection = "${scheme.palette.base02}ff";
selection-text = "${scheme.palette.base07}ff";
match = "${scheme.palette.base0D}ff";
selection = "${scheme.palette.base03}ff";
selection-text = "${scheme.palette.base06}ff";
selection-match = "${scheme.palette.base0D}ff";
border = "${scheme.palette.base0D}ff";
};
@ -227,44 +173,34 @@ in {
};
zathura.options = {
default-fg = scheme.palette.base05;
default-fg = scheme.palette.base01;
default-bg = scheme.palette.base00;
completion-bg = scheme.palette.base02;
completion-fg = scheme.palette.base05;
completion-highlight-bg = scheme.palette.base03;
completion-highlight-fg = scheme.palette.base05;
completion-group-bg = scheme.palette.base02;
completion-group-fg = scheme.palette.base0D;
completion-bg = scheme.palette.base01;
completion-fg = scheme.palette.base0D;
completion-highlight-bg = scheme.palette.base0D;
completion-highlight-fg = scheme.palette.base07;
statusbar-fg = scheme.palette.base05;
statusbar-fg = scheme.palette.base04;
statusbar-bg = scheme.palette.base02;
notification-bg = scheme.palette.base02;
notification-fg = scheme.palette.base05;
notification-error-bg = scheme.palette.base02;
notification-bg = scheme.palette.base00;
notification-fg = scheme.palette.base07;
notification-error-bg = scheme.palette.base00;
notification-error-fg = scheme.palette.base08;
notification-warning-bg = scheme.palette.base02;
notification-warning-bg = scheme.palette.base00;
notification-warning-fg = scheme.palette.base0A;
inputbar-fg = scheme.palette.base05;
inputbar-bg = scheme.palette.base02;
inputbar-fg = scheme.palette.base07;
inputbar-bg = scheme.palette.base00;
recolor = true;
recolor = false;
recolor-keephue = false;
recolor-lightcolor = scheme.palette.base00;
recolor-darkcolor = scheme.palette.base05;
recolor-darkcolor = scheme.palette.base06;
index-fg = scheme.palette.base05;
index-bg = scheme.palette.base00;
index-active-fg = scheme.palette.base05;
index-active-bg = scheme.palette.base02;
render-loading-bg = scheme.palette.base00;
render-loading-fg = scheme.palette.base05;
highlight-color = lib'.rgba lib scheme.palette.base03 ".5";
highlight-fg = lib'.rgba lib scheme.palette.base0E ".5";
highlight-active-color = lib'.rgba lib scheme.palette.base0E ".5";
highlight-color = scheme.palette.base0A;
highlight-active-color = scheme.palette.base0D;
};
gnome-terminal.profile = {