blob: b5bea8d255ab53c7a0c449286d2f7372ec9edc78 (
plain)
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
|
# Colors (Molokai)
colors:
# Default colors
primary:
background: '0x151515'
foreground: '0xeaeaea'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x000000'
cursor: '0xffffff'
# Normal colors
normal:
black: '0x121212'
red: '0xfa2573'
# green: '0x98e123' # Correct Molokai colour
green: '0x9cff00' # Better looking colour
yellow: '0xdfd460'
blue: '0x1080d0'
magenta: '0x8700ff'
cyan: '0x43a8d0'
white: '0xbbbbbb'
# Bright colors
bright:
black: '0x555555'
red: '0xf6669d'
green: '0xb1e05f'
yellow: '0xfff26d'
blue: '0x00afff'
magenta: '0xaf87ff'
cyan: '0x51ceff'
white: '0xffffff'
|