From a448b058fff955d229e640e8ce1faded2f0a8f2a Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 2 Aug 2024 01:49:26 +0900 Subject: feat(home/research): zathura: fix highlight colour --- home/profiles/research/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/profiles') diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index 2d98905..2cce558 100644 --- a/home/profiles/research/default.nix +++ b/home/profiles/research/default.nix @@ -31,8 +31,8 @@ in index-active-bg = "#dbd3c4"; index-active-fg = "#4f5058"; - highlight-color = "#d4ae80"; - highlight-active-color = "#8197bf"; + highlight-color = "#rgba(212,174,128,0.5)"; + highlight-active-color = "rgba(129,151,191,0.5)"; notification-bg = "#dbd3c4"; notification-fg = "#151515"; -- cgit 1.4.1