Mercurial > dotfiles
comparison dot_config/vivid/themes/espresso.yml @ 660:407d461cd377
use vivid to generate a color theme for ls, fd, etc
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 25 Sep 2022 16:50:42 +0000 |
parents | |
children | e258ef0fb4cd |
comparison
equal
deleted
inserted
replaced
659:e1a7072165ac | 660:407d461cd377 |
---|---|
1 colors: | |
2 | |
3 # Based on Espresso Tutti Colori theme | |
4 background_color: "fbfafc" | |
5 black: "000" | |
6 | |
7 blue: "2f6f9f" | |
8 blue_bg: "f4faff" | |
9 bold_blue: "0b51a6" | |
10 light_blue: "4f9eeb" | |
11 | |
12 purple: "4e279a" | |
13 light_purple: "7653ca" | |
14 purple_bg: "f3f2ff" | |
15 | |
16 green: "73b00a" | |
17 light_green: "e8ffd5" | |
18 | |
19 red: "d44950" | |
20 dark_red: d71707 | |
21 | |
22 error_fg: f93232 | |
23 error_bg: facbcb | |
24 | |
25 yellow: "fbe9ad" | |
26 | |
27 gray: "a1a1a1" | |
28 darkgray: "888888" | |
29 | |
30 core: | |
31 normal_text: | |
32 foreground: darkgray | |
33 | |
34 regular_file: {} | |
35 reset_to_normal: {} | |
36 | |
37 directory: | |
38 foreground: light_blue | |
39 | |
40 symlink: | |
41 foreground: purple | |
42 | |
43 multi_hard_link: {} | |
44 | |
45 fifo: | |
46 foreground: black | |
47 background: blue | |
48 | |
49 socket: | |
50 foreground: black | |
51 background: purple | |
52 | |
53 door: | |
54 foreground: black | |
55 background: purple | |
56 | |
57 block_device: | |
58 foreground: black | |
59 background: light_blue | |
60 | |
61 character_device: | |
62 foreground: black | |
63 background: green | |
64 | |
65 broken_symlink: | |
66 foreground: purple | |
67 | |
68 missing_symlink_target: | |
69 foreground: error_fg | |
70 background: error_bg | |
71 | |
72 setuid: {} | |
73 | |
74 setgid: {} | |
75 | |
76 file_with_capability: {} | |
77 | |
78 sticky_other_writable: {} | |
79 | |
80 other_writable: {} | |
81 | |
82 sticky: {} | |
83 | |
84 executable_file: | |
85 foreground: light_purple | |
86 background: purple_bg | |
87 | |
88 text: | |
89 special: | |
90 foreground: black | |
91 background: light_green | |
92 | |
93 todo: | |
94 font-style: bold | |
95 | |
96 licenses: | |
97 foreground: gray | |
98 | |
99 configuration: | |
100 foreground: blue | |
101 background: blue_bg | |
102 | |
103 other: | |
104 foreground: bold_blue | |
105 | |
106 markup: | |
107 foreground: black | |
108 background: light_green | |
109 | |
110 programming: | |
111 source: | |
112 foreground: dark_red | |
113 | |
114 tooling: | |
115 foreground: green | |
116 | |
117 continuous-integration: | |
118 foreground: green | |
119 | |
120 media: | |
121 foreground: purple | |
122 | |
123 office: | |
124 foreground: light_blue | |
125 | |
126 archives: | |
127 foreground: green | |
128 font-style: underline | |
129 | |
130 executable: | |
131 foreground: light_blue | |
132 font-style: bold | |
133 | |
134 unimportant: | |
135 foreground: gray |