1colors:
2  background_color: 'fafafa'
3  white: 'a0a1a7'
4  red: 'e45649'
5  green: '50a14f'
6  yellow: 'c18401'
7  blue: '4078f2'
8  pink: 'ff6ac1'
9  cyan: '0184bc'
10
11  black: '000000'
12  gray: '999999'
13  darkgray: '666666'
14  darkergray: '333333'
15
16core:
17  regular_file: {}
18
19  directory:
20    foreground: blue
21
22  executable_file:
23    foreground: red
24    font-style: bold
25
26  symlink:
27    foreground: pink
28
29  broken_symlink:
30    foreground: black
31    background: red
32  missing_symlink_target:
33    foreground: black
34    background: red
35
36  fifo:
37    foreground: black
38    background: blue
39
40  socket:
41    foreground: black
42    background: pink
43
44  character_device:
45    foreground: pink
46    background: darkergray
47
48  block_device:
49    foreground: cyan
50    background: darkergray
51
52  normal_text:
53    {}
54
55  other_writable:
56    {}
57
58  sticky:
59    {}
60
61  sticky_other_writable:
62    {}
63
64text:
65  special:
66    foreground: background_color
67    background: yellow
68
69  todo:
70    font-style: bold
71
72  licenses:
73    foreground: gray
74
75  configuration:
76    foreground: yellow
77
78  other:
79    foreground: yellow
80
81markup:
82  foreground: yellow
83
84programming:
85  source:
86    foreground: green
87
88  tooling:
89    foreground: green
90
91    continuous-integration:
92      foreground: green
93
94media:
95  foreground: pink
96
97office:
98  foreground: red
99
100archives:
101  foreground: cyan
102  font-style: underline
103
104executable:
105  foreground: red
106  font-style: bold
107
108unimportant:
109  foreground: darkgray
110