blob: 7fe226488a77ec2ed6c75f4da8fa921b72c44d2b (
plain) (
blame)
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
42
43
44
|
colors:
primary:
background: &bg '#1c1c1c'
foreground: &fg '#d0d0d0'
cursor:
text: *bg
cursor: *fg
selection:
text: '#251c16'
background: '#fffffc'
normal:
black: '#1c1c1c'
red: '#af005f'
green: '#5faf00'
yellow: '#d7af5f'
blue: '#5fafd7'
magenta: '#808080'
cyan: '#d7875f'
white: '#d0d0d0'
bright:
black: '#585858'
red: '#5faf5f'
green: '#afd700'
yellow: '#af87d7'
blue: '#ffaf00'
magenta: '#00afaf'
cyan: '#5f8787'
white: '#fffffc'
#dim:
# black: '0x000000'
# red: '0x8c3336'
# green: '0x7a8530'
# yellow: '0x97822e'
# blue: '0x506d8f'
# magenta: '0x80638e'
# cyan: '0x497e7a'
# white: '0x9a9a9a'
indexed_colors: []
|