From 1a6074f85a4a32319f44cf1e75e9b75907570332 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 24 Aug 2020 16:03:07 +0530 Subject: colors --- cmus/.config/cmus/nerdz.theme | 14 +++++++------- dunst/.config/dunst/dunstrc | 2 +- scripts/scripts/bat | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cmus/.config/cmus/nerdz.theme b/cmus/.config/cmus/nerdz.theme index 1cc89b7..34f64a2 100644 --- a/cmus/.config/cmus/nerdz.theme +++ b/cmus/.config/cmus/nerdz.theme @@ -18,10 +18,10 @@ set color_error=lightred set color_info=lightyellow # Color of currently playing track. -set color_win_cur=5 +set color_win_cur=6 # Color of the separator line between windows in view (1). -set color_separator=254 +set color_separator=240 # Color of window titles (topmost line of the screen). set color_win_title_bg=default @@ -33,23 +33,23 @@ set color_statusline_fg=gray # Color of the line displaying currently playing track. set color_titleline_bg=0 -set color_titleline_fg=5 +set color_titleline_fg=6 # Color of the selected row which is also the currently playing track in active window. set color_win_cur_sel_bg=0 -set color_win_cur_sel_fg=15 +set color_win_cur_sel_fg=5 # Color of the selected row which is also the currently playing track in inactive window. set color_win_inactive_cur_sel_bg=0 -set color_win_inactive_cur_sel_fg=15 +set color_win_inactive_cur_sel_fg=6 # Color of selected row in inactive window. set color_win_inactive_sel_bg=0 -set color_win_inactive_sel_fg=15 +set color_win_inactive_sel_fg=250 # Color of selected row in active window. set color_win_sel_bg=0 -set color_win_sel_fg=15 +set color_win_sel_fg=5 # Command line color. set color_cmdline_bg=default diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index d8be41a..4d3e592 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -5,7 +5,7 @@ # [global] - font = Iosevka Nerd 11 + font = Input 10 allow_markup = no format = "%s\n%b" sort = yes diff --git a/scripts/scripts/bat b/scripts/scripts/bat index ac330d8..c45e8d1 100755 --- a/scripts/scripts/bat +++ b/scripts/scripts/bat @@ -20,7 +20,7 @@ health() { for i in {0..4} do if [[ $i -le $(( $bat_status/20 )) ]]; then - echo -ne "#[fg=colour1,blink]· " + echo -ne "#[fg=colour1]· " else echo -ne "#[fg=colour8]· " fi -- cgit v1.2.3