diff options
Diffstat (limited to 'home/profiles/research/default.nix')
-rw-r--r-- | home/profiles/research/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index c080c03..4cca5f9 100644 --- a/home/profiles/research/default.nix +++ b/home/profiles/research/default.nix @@ -31,14 +31,14 @@ in index-active-fg = "#4f5058"; highlight-color = "#d4ae80"; - highlight-active-color = "#84a0c6"; + highlight-active-color = "#8197bf"; notification-bg = "#cbc0ab"; notification-fg = "#151515"; notification-warning-bg = "#4f5058"; - notification-warning-fg = "#d4ae80"; + notification-warning-fg = "#dcb66a"; notification-error-bg = "#4f5058"; - notification-error-fg = "#b17f81"; + notification-error-fg = "#cf6a4c"; render-loading = true; render-loading-fg = "#cbc0ab"; |