From d76d085a15a8299486d2d2580ca8c25092d4cc40 Mon Sep 17 00:00:00 2001 From: afoucaultc Date: Wed, 15 Jul 2026 10:26:09 +0200 Subject: [PATCH] add zathura theme --- dotfiles/hypr/conf/style.lua | 4 ++-- home/afoucaultc/packages/zathura.nix | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/dotfiles/hypr/conf/style.lua b/dotfiles/hypr/conf/style.lua index 041f31e..a850e8e 100644 --- a/dotfiles/hypr/conf/style.lua +++ b/dotfiles/hypr/conf/style.lua @@ -1,7 +1,7 @@ hl.config({ general = { - gaps_in = 4, - gaps_out = 2, + gaps_in = 5, + gaps_out = 10, border_size = 2, col = { active_border = { colors = { "rgba(7aa2f7ee)", "rgba(bb9af7ee)" }, angle = 45 }, diff --git a/home/afoucaultc/packages/zathura.nix b/home/afoucaultc/packages/zathura.nix index 49d788a..e7ea785 100644 --- a/home/afoucaultc/packages/zathura.nix +++ b/home/afoucaultc/packages/zathura.nix @@ -6,6 +6,26 @@ selection-clipboard = "clipboard"; synctex = true; 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 = { };