-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcolor.yaml
68 lines (68 loc) · 1.3 KB
/
color.yaml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
schemes:
solarized.dark: &id001
colors:
black:
bright: 657B83
normal: 002B36
blue:
bright: 268BD2
normal: 268BD2
cyan:
bright: 2AA198
normal: 2AA198
green:
bright: '859900'
normal: '859900'
magenta:
bright: 6C71C4
normal: 6C71C4
red:
bright: DC322F
normal: DC322F
white:
bright: FDF6E3
normal: 93A1A1
yellow:
bright: B58900
normal: B58900
primary:
background: 002B36
foreground: c5c8c6
"falu_r\xF6d": &id002
primary:
# background: 5e1212
background: '511212'
foreground: FFFFFF
regular: &id003
colors:
black:
bright: '959992'
normal: 1d1f21
blue:
bright: 81a2be
normal: 2f6c9e
cyan:
bright: 8abeb7
normal: 5e8d87
green:
bright: b5bd68
normal: 8c9440
magenta:
bright: b294bb
normal: 85678f
red:
bright: cc6666
normal: a54242
white:
bright: c5c8c6
normal: c5c8c6
yellow:
bright: f0c674
normal: de935f
primary:
background: 1d1f21
foreground: c5c8c6
hosts:
gandalf: *id001
hornquist: *id002
regular: *id003