-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathatomic.theme
65 lines (52 loc) · 1.52 KB
/
atomic.theme
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#----------------------------------------------------------------
# ____
# / ___|_ __ ___ _ _ ___
# | | | '_ ` _ \| | | / __|
# | |___| | | | | | |_| \__ \
# \____|_| |_| |_|\__,_|___/
#
#----------------------------------------------------------------
# Theme : Atomic
# Version : 1.0.1
# License : MIT
# Author : Gerard Bajona
# URL : https://github.com/gerardbm/atomic
#----------------------------------------------------------------
# Default colors
set color_win_fg=default
set color_win_bg=default
set color_win_dir=yellow
# Top window title
set color_win_title_fg=default
set color_win_title_bg=darkgray
# Vertical separator
set color_separator=darkgray
# Bottom title line
set color_titleline_fg=default
set color_titleline_bg=darkgray
# Bottom status line
set color_statusline_fg=cyan
set color_statusline_bg=default
# Bottom command line
set color_cmdline_fg=default
set color_cmdline_bg=default
set color_error=red
set color_info=yellow
# Currently playing track
#----------------------------------------------------------------
# Unselected
set color_win_cur=green
# Active selection
set color_win_cur_sel_fg=green
set color_win_cur_sel_bg=darkgray
# Inactive selection
set color_win_inactive_cur_sel_fg=gray
set color_win_inactive_cur_sel_bg=darkgray
# Non-playing tracks
#----------------------------------------------------------------
# Active selection
set color_win_sel_fg=cyan
set color_win_sel_bg=darkgray
# Inactive selection
set color_win_inactive_sel_fg=gray
set color_win_inactive_sel_bg=darkgray