-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbase16-default-dark.toml
41 lines (36 loc) · 1.36 KB
/
base16-default-dark.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: Default Dark by Chris Kempson (http://chriskempson.com)
[colors]
selection-background = '#383838' # base02
selection-foreground = '#d8d8d8' # base05
cursor = '#d8d8d8' # base05
tabs = '#282828' # base01
tabs-active = '#383838' # base02
background = '#181818' # base00
foreground = '#d8d8d8' # base05
black = '#282828' # base01
red = '#ab4642' # base08
yellow = '#f7ca88' # base0A
green = '#a1b56c' # base0B
cyan = '#86c1b9' # base0C
blue = '#7cafc2' # base0D
magenta = '#ba8baf' # base0E
white = '#e8e8e8' # base06
dim-foreground = '#d8d8d8' # base05
dim-black = '#282828' # base01
dim-red = '#ab4642' # base08
dim-yellow = '#f7ca88' # base0A
dim-green = '#a1b56c' # base0B
dim-cyan = '#86c1b9' # base0C
dim-blue = '#7cafc2' # base0D
dim-magenta = '#ba8baf' # base0E
dim-white = '#b8b8b8' # base04
light-foreground = '#d8d8d8' # base05
light-black = '#383838' # base02
light-red = '#ab4642' # base08
light-yellow = '#f7ca88' # base0A
light-green = '#a1b56c' # base0B
light-cyan = '#86c1b9' # base0C
light-blue = '#7cafc2' # base0D
light-magenta = '#ba8baf' # base0E
light-white = '#f8f8f8' # base07