diff options
author | sefidel <contact@sefidel.net> | 2024-08-02 01:49:26 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-02 01:59:09 +0900 |
commit | a448b058fff955d229e640e8ce1faded2f0a8f2a (patch) | |
tree | aeedd6396eb1e50088705a28e6e101bd34c0cb92 /home/profiles/research/default.nix | |
parent | bcbb412dd99cef8da447f6cafd3ba5121707c81c (diff) | |
download | nixrc-a448b058fff955d229e640e8ce1faded2f0a8f2a.tar.gz nixrc-a448b058fff955d229e640e8ce1faded2f0a8f2a.zip |
feat(home/research): zathura: fix highlight colour
Diffstat (limited to 'home/profiles/research/default.nix')
-rw-r--r-- | home/profiles/research/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |