blob: 61ff9a71f4f619fd5d17166904292e3bb4c2cdc1 (
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
|
# Colors (Molokai)
colors:
# Default colors
primary:
background: '0x42395d'
foreground: '0xf8f8f2'
# Colors the cursor will use if `custom_cursor_colors` is true
# text: '0x'
# cursor: '0x'
# Normal colors
normal:
black: '0x42395d'
red: '0xa8757b'
green: '0xff857f'
yellow: '0xe6c000'
blue: '0xae81ff'
magenta: '0x716799'
cyan: '0xc2ffdf'
white: '0xf8f8f2'
# Bright colors
bright:
black: '0x75507b'
red: '0xffb8d1'
green: '0xf1568e'
yellow: '0xd5a425'
blue: '0xc5a3ff'
magenta: '0x8077a8'
cyan: '0xc2ffff'
white: '0xf8f8f0'
|