blob: f74a12876214c906732cc79d163afbbb6f6fd41e (
plain)
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
|
# Modus Themes for eza
# Auto generated with https://github.com/miikanissi/modus-themes.nvim/blob/master/lua/modus-themes/extras/eza.lua
colourful: true
# base colors
define: &bg_main "#000000"
define: &bg_dim = "#1e1e1e"
define: &bg_alt = "#0f0f0f"
define: &fg_main = "#ffffff"
define: &fg_dim = "#989898"
define: &fg_alt = "#c6daff"
define: &border = "#646464"
define: &border_highlight = "#C4C4C4"
# foreground colors
define: &red "#ff5f59"
define: &red_warmer "#ff6b55"
define: &red_cooler "#ff7f9f"
define: &red_faint "#ff9580"
define: &green "#44bc44"
define: &green_warmer "#70b900"
define: &green_cooler "#00c06f"
define: &green_faint "#88ca9f"
define: &yellow "#d0bc00"
define: &yellow_warmer "#fec43f"
define: &yellow_cooler "#dfaf7a"
define: &yellow_faint "#d2b580"
define: &blue "#2fafff"
define: &blue_warmer "#79a8ff"
define: &blue_cooler "#00bcff"
define: &blue_faint "#82b0ec"
define: &magenta "#feacd0"
define: &magenta_warmer "#f78fe7"
define: &magenta_cooler "#b6a0ff"
define: &magenta_faint "#caa6df"
define: &cyan "#00d3d0"
define: &cyan_warmer "#4ae2f0"
define: &cyan_cooler "#6ae4b9"
define: &cyan_faint "#9ac8e0"
define: &rust "#db7b5f"
define: &gold "#c0965b"
define: &olive "#9cbd6f"
define: &slate "#76afbf"
define: &indigo "#9099d9"
define: &maroon "#cf7fa7"
define: &pink "#d09dc0"
filekinds:
normal: {foreground: *fg_main}
directory: {foreground: *blue_warmer}
symlink: {foreground: *blue}
pipe: {foreground: *fg_dim}
block_device: {foreground: *magenta_cooler}
char_device: {foreground: *yellow_warmer}
socket: {foreground: *magenta}
special: {foreground: *pink}
executable: {foreground: *green}
mount_point: {foreground: *cyan}
perms:
user_read: {foreground: *fg_dim}
user_write: {foreground: *red}
user_execute_file: {foreground: *green}
user_execute_other: {foreground: *green}
group_read: {foreground: *fg_dim}
group_write: {foreground: *red}
group_execute: {foreground: *green}
other_read: {foreground: *fg_dim}
other_write: {foreground: *red}
other_execute: {foreground: *green}
special_user_file: {foreground: *magenta_cooler}
special_other: {foreground: *red}
attribute: {foreground: *pink}
size:
major: {foreground: *fg_dim}
minor: {foreground: *blue_warmer}
number_byte: {foreground: *pink}
number_kilo: {foreground: *rust}
number_mega: {foreground: *blue_warmer}
number_giga: {foreground: *magenta_cooler}
number_huge: {foreground: *magenta}
unit_byte: {foreground: *pink}
unit_kilo: {foreground: *rust}
unit_mega: {foreground: *blue_warmer}
unit_giga: {foreground: *magenta_cooler}
unit_huge: {foreground: *magenta}
users:
user_you: {foreground: *yellow_warmer}
user_root: {foreground: *red}
user_other: {foreground: *magenta_cooler}
group_yours: {foreground: *pink}
group_other: {foreground: *fg_dim}
group_root: {foreground: *red}
links:
normal: {foreground: *blue}
multi_link_file: {foreground: *cyan}
git:
new: {foreground: *green}
modified: {foreground: *yellow_warmer}
deleted: {foreground: *red}
renamed: {foreground: *cyan}
typechange: {foreground: *magenta_cooler}
ignored: {foreground: *pink}
conflicted: {foreground: *magenta}
git_repo:
branch_main: {foreground: *fg_dim}
branch_other: {foreground: *magenta_cooler}
git_clean: {foreground: *green}
git_dirty: {foreground: *red}
security_context:
colon: {foreground: *fg_dim}
user: {foreground: *blue_warmer}
role: {foreground: *magenta_cooler}
typ: {foreground: *pink}
range: {foreground: *magenta_cooler}
file_type:
image: {foreground: *yellow_warmer}
video: {foreground: *magenta}
music: {foreground: *blue_warmer}
lossless: {foreground: *cyan}
crypto: {foreground: *pink}
document: {foreground: *fg_dim}
compressed: {foreground: *magenta_cooler}
temp: {foreground: *yellow_warmer}
compiled: {foreground: *cyan}
build: {foreground: *pink}
source: {foreground: *green}
punctuation: {foreground: *pink}
date: {foreground: *cyan}
inode: {foreground: *fg_dim}
blocks: {foreground: *pink}
header: {foreground: *fg_dim}
octal: {foreground: *blue_warmer}
flags: {foreground: *magenta_cooler}
symlink_path: {foreground: *blue}
control_char: {foreground: *cyan}
broken_symlink: {foreground: *red}
broken_path_overlay: {foreground: *pink}
|