aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-08-24 11:33:07 +0100
committerAkshay <[email protected]>2020-08-24 11:33:07 +0100
commit1a6074f85a4a32319f44cf1e75e9b75907570332 (patch)
treeb386030f9c96ed3aee41b850c7010c1024e27476
parentc2a54f4571cf40e0e998931fd229ca3974c23091 (diff)
colors
-rw-r--r--cmus/.config/cmus/nerdz.theme14
-rw-r--r--dunst/.config/dunst/dunstrc2
-rwxr-xr-xscripts/scripts/bat2
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
18set color_info=lightyellow 18set color_info=lightyellow
19 19
20# Color of currently playing track. 20# Color of currently playing track.
21set color_win_cur=5 21set color_win_cur=6
22 22
23# Color of the separator line between windows in view (1). 23# Color of the separator line between windows in view (1).
24set color_separator=254 24set color_separator=240
25 25
26# Color of window titles (topmost line of the screen). 26# Color of window titles (topmost line of the screen).
27set color_win_title_bg=default 27set color_win_title_bg=default
@@ -33,23 +33,23 @@ set color_statusline_fg=gray
33 33
34# Color of the line displaying currently playing track. 34# Color of the line displaying currently playing track.
35set color_titleline_bg=0 35set color_titleline_bg=0
36set color_titleline_fg=5 36set color_titleline_fg=6
37 37
38# Color of the selected row which is also the currently playing track in active window. 38# Color of the selected row which is also the currently playing track in active window.
39set color_win_cur_sel_bg=0 39set color_win_cur_sel_bg=0
40set color_win_cur_sel_fg=15 40set color_win_cur_sel_fg=5
41 41
42# Color of the selected row which is also the currently playing track in inactive window. 42# Color of the selected row which is also the currently playing track in inactive window.
43set color_win_inactive_cur_sel_bg=0 43set color_win_inactive_cur_sel_bg=0
44set color_win_inactive_cur_sel_fg=15 44set color_win_inactive_cur_sel_fg=6
45 45
46# Color of selected row in inactive window. 46# Color of selected row in inactive window.
47set color_win_inactive_sel_bg=0 47set color_win_inactive_sel_bg=0
48set color_win_inactive_sel_fg=15 48set color_win_inactive_sel_fg=250
49 49
50# Color of selected row in active window. 50# Color of selected row in active window.
51set color_win_sel_bg=0 51set color_win_sel_bg=0
52set color_win_sel_fg=15 52set color_win_sel_fg=5
53 53
54# Command line color. 54# Command line color.
55set color_cmdline_bg=default 55set 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 @@
5# 5#
6 6
7[global] 7[global]
8 font = Iosevka Nerd 11 8 font = Input 10
9 allow_markup = no 9 allow_markup = no
10 format = "%s\n%b" 10 format = "%s\n%b"
11 sort = yes 11 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() {
20 for i in {0..4} 20 for i in {0..4}
21 do 21 do
22 if [[ $i -le $(( $bat_status/20 )) ]]; then 22 if [[ $i -le $(( $bat_status/20 )) ]]; then
23 echo -ne "#[fg=colour1,blink]· " 23 echo -ne "#[fg=colour1]· "
24 else 24 else
25 echo -ne "#[fg=colour8]· " 25 echo -ne "#[fg=colour8]· "
26 fi 26 fi