diff options
author | Akshay <[email protected]> | 2020-08-24 11:33:07 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-08-24 11:33:07 +0100 |
commit | 1a6074f85a4a32319f44cf1e75e9b75907570332 (patch) | |
tree | b386030f9c96ed3aee41b850c7010c1024e27476 | |
parent | c2a54f4571cf40e0e998931fd229ca3974c23091 (diff) |
colors
-rw-r--r-- | cmus/.config/cmus/nerdz.theme | 14 | ||||
-rw-r--r-- | dunst/.config/dunst/dunstrc | 2 | ||||
-rwxr-xr-x | 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 | |||
18 | set color_info=lightyellow | 18 | set color_info=lightyellow |
19 | 19 | ||
20 | # Color of currently playing track. | 20 | # Color of currently playing track. |
21 | set color_win_cur=5 | 21 | set 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). |
24 | set color_separator=254 | 24 | set 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). |
27 | set color_win_title_bg=default | 27 | set 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. |
35 | set color_titleline_bg=0 | 35 | set color_titleline_bg=0 |
36 | set color_titleline_fg=5 | 36 | set 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. |
39 | set color_win_cur_sel_bg=0 | 39 | set color_win_cur_sel_bg=0 |
40 | set color_win_cur_sel_fg=15 | 40 | set 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. |
43 | set color_win_inactive_cur_sel_bg=0 | 43 | set color_win_inactive_cur_sel_bg=0 |
44 | set color_win_inactive_cur_sel_fg=15 | 44 | set 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. |
47 | set color_win_inactive_sel_bg=0 | 47 | set color_win_inactive_sel_bg=0 |
48 | set color_win_inactive_sel_fg=15 | 48 | set color_win_inactive_sel_fg=250 |
49 | 49 | ||
50 | # Color of selected row in active window. | 50 | # Color of selected row in active window. |
51 | set color_win_sel_bg=0 | 51 | set color_win_sel_bg=0 |
52 | set color_win_sel_fg=15 | 52 | set color_win_sel_fg=5 |
53 | 53 | ||
54 | # Command line color. | 54 | # Command line color. |
55 | set color_cmdline_bg=default | 55 | 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 @@ | |||
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 |