-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase16-dracula.config
32 lines (28 loc) · 1020 Bytes
/
base16-dracula.config
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
# Scheme name: Dracula
# Scheme system: base16
# Scheme author: Jamy Golden (http://github.com/JamyGolden), based on Dracula Theme (http://github.com/dracula)
# Template author: https://github.com/tinted-theming/tinted-kermit-terminal
# Foreground color
foreground 0xf8f8f2
foreground_bold 0xf0f1f4
# Cursor color
cursor 0xf0f1f4
cursor_foreground 0x282a36
# Background color
background 0x282a36
color0 0x363447 # base01 - Black
color1 0xff5555 # base08 - Red
color2 0x50fa7b # base0B - Green
color3 0xf1fa8c # base0A - Yellow
color4 0x80bfff # base0D - Blue
color5 0xff79c6 # base0E - Magenta
color6 0x8be9fd # base0C - Cyan
color7 0xf0f1f4 # base06 - White
color8 0x44475a # base02 - Bright Black
color9 0xff5555 # base08 - Bright Red
color10 0x50fa7b # base0B - Bright Green
color11 0xf1fa8c # base0A - Bright Yellow
color12 0x80bfff # base0D - Bright Blue
color13 0xff79c6 # base0E - Bright Magenta
color14 0x8be9fd # base0C - Bright Cyan
color15 0xffffff # base07 - Bright White