1colors:
2  # Based on the dark mode of `Solarized`
3  # (https://ethanschoonover.com/solarized/)
4  #
5  # The assignment of colors to file types roughly follows `dircolors`
6
7  base03  :  '002b36'
8  base02  :  '073642'
9  base01  :  '586e75'
10  base00  :  '657b83'
11  base0   :  '839496'
12  base1   :  '93a1a1'
13  base2   :  'eee8d5'
14  base3   :  'fdf6e3'
15
16  yellow  :  'b58900'
17  orange  :  'cb4b16'
18  red     :  'dc322f'
19  magenta :  'd33682'
20  violet  :  '6c71c4'
21  blue    :  '268bd2'
22  cyan    :  '2aa198'
23  green   :  '859900'
24
25core:
26  regular_file:
27    foreground: base0
28
29  directory:
30    foreground: blue
31    font-style: bold
32
33  executable_file:
34    foreground: green
35    font-style: bold
36
37  symlink:
38    foreground: cyan
39    font-style: bold
40
41  broken_symlink:
42    foreground: red
43    background: base2
44    font-style: bold
45
46  missing_symlink_target:
47    foreground: red
48    background: base2
49    font-style: bold
50
51  fifo:
52    foreground: yellow
53    background: base2
54    font-style: bold
55
56  socket:
57    foreground: magenta
58    background: base2
59    font-style: bold
60
61  character_device:
62    foreground: yellow
63    background: base2
64    font-style: bold
65
66  block_device:
67    foreground: yellow
68    background: base2
69    font-style: bold
70
71  normal_text:
72    foreground: base0
73
74  other_writable:
75    {}
76
77  sticky:
78    {}
79
80  sticky_other_writable:
81    {}
82
83text:
84  special:
85    foreground: base0
86
87  todo:
88    foreground: base0
89    font-style: bold
90
91  licenses:
92    foreground: base0
93
94  configuration:
95    foreground: base0
96
97  other:
98    foreground: base0
99
100markup:
101  foreground: base0
102
103programming:
104  foreground: base0
105
106media:
107  image:
108    foreground: magenta
109
110  audio:
111    foreground: cyan
112
113  video:
114    foreground: magenta
115    font-style: bold
116
117  fonts:
118    foreground: violet
119
120office:
121  foreground: orange
122
123archives:
124  foreground: red
125  font-style: bold
126
127executable:
128  foreground: base0
129
130unimportant:
131  foreground: base01
132