-
-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathjellybeans.yml
128 lines (96 loc) · 2 KB
/
jellybeans.yml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
colors:
# Theme colors
bg: "151515"
darker_grey: "1c1c1c"
dark_grey: "262626"
grey: "888888"
blue_grey: "a0a8b0"
light_grey: "d8dee9"
white: "ffffff"
dark_red: "902020"
red: "cf6a4c"
red_orange: "ffb964"
bright_orange: "fad07a"
pale_gold: "dad085"
pink: "f0a0c0"
lilac: "c6b6ee"
dark_blue: "2b5b77"
deep_blue: "0d61ac"
blue: "8197bf"
bright_blue: "7697d6"
cyan: "8fbfdc"
blue_green: "668799"
green: "799d6a"
bright_green: "70b950"
brighter_green: "65c254"
light_green: "99ad6a"
dark_green: "556633"
core:
normal_text: {}
regular_file: {}
reset_to_normal: {}
directory:
foreground: lilac
symlink:
foreground: bright_orange
multi_hard_link: {}
fifo:
foreground: pink
socket:
foreground: pink
door:
foreground: pink
block_device:
foreground: red
character_device:
foreground: red
broken_symlink:
foreground: bright_orange
background: dark_red
missing_symlink_target:
foreground: bright_orange
background: dark_red
setuid: {}
setgid: {}
file_with_capability: {}
sticky_other_writable: {}
other_writable: {}
sticky: {}
executable_file:
foreground: red_orange
font-style: bold
text:
special:
foreground: brighter_green
font-style: bold
todo:
foreground: bright_green
licenses:
foreground: light_green
font-style: italic
configuration:
foreground: light_green
other:
foreground: green
markup:
foreground: blue_green
programming:
source:
foreground: blue
tooling:
foreground: bright_blue
continuous-integration:
foreground: cyan
media:
foreground: pale_gold
office:
foreground: blue_green
archives:
foreground: bright_orange
font-style: underline
executable:
foreground: red_orange
font-style: bold
unimportant:
foreground: grey
font-style: italic