add zathura theme

This commit is contained in:
afoucaultc 2026-07-15 10:26:09 +02:00
parent f9477acba7
commit d76d085a15
2 changed files with 22 additions and 2 deletions

View file

@ -1,7 +1,7 @@
hl.config({ hl.config({
general = { general = {
gaps_in = 4, gaps_in = 5,
gaps_out = 2, gaps_out = 10,
border_size = 2, border_size = 2,
col = { col = {
active_border = { colors = { "rgba(7aa2f7ee)", "rgba(bb9af7ee)" }, angle = 45 }, active_border = { colors = { "rgba(7aa2f7ee)", "rgba(bb9af7ee)" }, angle = 45 },

View file

@ -6,6 +6,26 @@
selection-clipboard = "clipboard"; selection-clipboard = "clipboard";
synctex = true; synctex = true;
synctex-edit-modifier = "ctrl"; synctex-edit-modifier = "ctrl";
completion-bg = "rgb(22, 22, 30)";
completion-fg = "rgb(42, 195, 222)";
completion-highlight-bg = "rgb(42, 195, 222)";
completion-highlight-fg = "rgb(213, 214, 219)";
default-bg = "rgba(26, 27, 38, 1.000000)";
default-fg = "rgb(22, 22, 30)";
highlight-active-color = "rgba(42, 195, 222, 0.500000)";
highlight-color = "rgba(13, 185, 215, 0.500000)";
inputbar-bg = "rgb(26, 27, 38)";
inputbar-fg = "rgb(213, 214, 219)";
notification-bg = "rgb(26, 27, 38)";
notification-error-bg = "rgb(26, 27, 38)";
notification-error-fg = "rgb(192, 202, 245)";
notification-fg = "rgb(213, 214, 219)";
notification-warning-bg = "rgb(26, 27, 38)";
notification-warning-fg = "rgb(192, 202, 245)";
recolor-darkcolor = "rgb(203, 204, 209)";
recolor-lightcolor = "rgb(26, 27, 38)";
statusbar-bg = "rgb(47, 53, 73)";
statusbar-fg = "rgb(120, 124, 153)";
}; };
mappings = { mappings = {
}; };