File: gruvbox.theme

package info (click to toggle)
cmus 2.7.1%2Bgit20160225-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,820 kB
  • sloc: ansic: 35,866; sh: 1,548; makefile: 260; python: 159
file content (49 lines) | stat: -rw-r--r-- 1,275 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# colors from gruvbox: https://github.com/morhetz/gruvbox
# default text color
set color_win_fg=default

# overall background color
set color_win_bg=default

# command-line colors
set color_cmdline_bg=default
set color_cmdline_fg=default
set color_error=124
set color_info=172
set color_separator=246

# bottom status line
set color_statusline_bg=237
set color_statusline_fg=72

# bottom title line
set color_titleline_bg=236
set color_titleline_fg=142

# top title area
set color_win_title_bg=246
set color_win_title_fg=235
##### playing file colors ######################################################
# unselected currently playing track's text
set color_win_cur=175

# active selection for currently playing track
set color_win_cur_sel_bg=237
set color_win_cur_sel_fg=175

# inactive selection for currently playing track
set color_win_inactive_cur_sel_bg=236
set color_win_inactive_cur_sel_fg=175

##### non-playing file colors ##################################################
# active selection
set color_win_sel_bg=237
set color_win_sel_fg=229

# inactive selection
set color_win_inactive_sel_bg=236
set color_win_inactive_sel_fg=229

##### file browser view colors #################################################
# directory listing color
set color_win_dir=229