-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbase16-embers.toml
41 lines (36 loc) · 1.36 KB
/
base16-embers.toml
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
# Rio Terminal base16 color theme (https://github.com/tinted-theming)
# Color scheme: Embers by Jannik Siebert (https://github.com/janniks)
[colors]
selection-background = '#433b32' # base02
selection-foreground = '#a39a90' # base05
cursor = '#a39a90' # base05
tabs = '#2c2620' # base01
tabs-active = '#433b32' # base02
background = '#16130f' # base00
foreground = '#a39a90' # base05
black = '#2c2620' # base01
red = '#826d57' # base08
yellow = '#6d8257' # base0A
green = '#57826d' # base0B
cyan = '#576d82' # base0C
blue = '#6d5782' # base0D
magenta = '#82576d' # base0E
white = '#beb6ae' # base06
dim-foreground = '#a39a90' # base05
dim-black = '#2c2620' # base01
dim-red = '#826d57' # base08
dim-yellow = '#6d8257' # base0A
dim-green = '#57826d' # base0B
dim-cyan = '#576d82' # base0C
dim-blue = '#6d5782' # base0D
dim-magenta = '#82576d' # base0E
dim-white = '#8a8075' # base04
light-foreground = '#a39a90' # base05
light-black = '#433b32' # base02
light-red = '#826d57' # base08
light-yellow = '#6d8257' # base0A
light-green = '#57826d' # base0B
light-cyan = '#576d82' # base0C
light-blue = '#6d5782' # base0D
light-magenta = '#82576d' # base0E
light-white = '#dbd6d1' # base07