From 06c4981626a1a213a9e6260e117bce6822836e4f Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 13 Mar 2022 16:28:13 +0900 Subject: feat(colors): tweak orange, yellow --- home/profiles/research/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home/profiles/research/default.nix') 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"; -- cgit 1.4.1