Skip to content

Commit fe16860

Browse files
committed
🎨 ux(ui): add Catppuccin theme for eza
1 parent 37ef79a commit fe16860

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed

config/config/eza/theme.yml

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
colourful: true
2+
3+
filekinds:
4+
normal: {foreground: "#BAC2DE"}
5+
directory: {foreground: "#89B4FA"}
6+
symlink: {foreground: "#89DCEB"}
7+
pipe: {foreground: "#7F849C"}
8+
block_device: {foreground: "#EBA0AC"}
9+
char_device: {foreground: "#EBA0AC"}
10+
socket: {foreground: "#585B70"}
11+
special: {foreground: "#CBA6F7"}
12+
executable: {foreground: "#A6E3A1"}
13+
mount_point: {foreground: "#74C7EC"}
14+
15+
perms:
16+
user_read: {foreground: "#CDD6F4"}
17+
user_write: {foreground: "#F9E2AF"}
18+
user_execute_file: {foreground: "#A6E3A1"}
19+
user_execute_other: {foreground: "#A6E3A1"}
20+
group_read: {foreground: "#BAC2DE"}
21+
group_write: {foreground: "#F9E2AF"}
22+
group_execute: {foreground: "#A6E3A1"}
23+
other_read: {foreground: "#A6ADC8"}
24+
other_write: {foreground: "#F9E2AF"}
25+
other_execute: {foreground: "#A6E3A1"}
26+
special_user_file: {foreground: "#CBA6F7"}
27+
special_other: {foreground: "#585B70"}
28+
attribute: {foreground: "#A6ADC8"}
29+
30+
size:
31+
major: {foreground: "#A6ADC8"}
32+
minor: {foreground: "#89DCEB"}
33+
number_byte: {foreground: "#CDD6F4"}
34+
number_kilo: {foreground: "#BAC2DE"}
35+
number_mega: {foreground: "#89B4FA"}
36+
number_giga: {foreground: "#CBA6F7"}
37+
number_huge: {foreground: "#CBA6F7"}
38+
unit_byte: {foreground: "#A6ADC8"}
39+
unit_kilo: {foreground: "#89B4FA"}
40+
unit_mega: {foreground: "#CBA6F7"}
41+
unit_giga: {foreground: "#CBA6F7"}
42+
unit_huge: {foreground: "#74C7EC"}
43+
44+
users:
45+
user_you: {foreground: "#CDD6F4"}
46+
user_root: {foreground: "#F38BA8"}
47+
user_other: {foreground: "#CBA6F7"}
48+
group_yours: {foreground: "#BAC2DE"}
49+
group_other: {foreground: "#7F849C"}
50+
group_root: {foreground: "#F38BA8"}
51+
52+
links:
53+
normal: {foreground: "#89DCEB"}
54+
multi_link_file: {foreground: "#74C7EC"}
55+
56+
git:
57+
new: {foreground: "#A6E3A1"}
58+
modified: {foreground: "#F9E2AF"}
59+
deleted: {foreground: "#F38BA8"}
60+
renamed: {foreground: "#94E2D5"}
61+
typechange: {foreground: "#F5C2E7"}
62+
ignored: {foreground: "#7F849C"}
63+
conflicted: {foreground: "#EBA0AC"}
64+
65+
git_repo:
66+
branch_main: {foreground: "#CDD6F4"}
67+
branch_other: {foreground: "#CBA6F7"}
68+
git_clean: {foreground: "#A6E3A1"}
69+
git_dirty: {foreground: "#F38BA8"}
70+
71+
security_context:
72+
colon: {foreground: "#7F849C"}
73+
user: {foreground: "#BAC2DE"}
74+
role: {foreground: "#CBA6F7"}
75+
typ: {foreground: "#585B70"}
76+
range: {foreground: "#CBA6F7"}
77+
78+
file_type:
79+
image: {foreground: "#F9E2AF"}
80+
video: {foreground: "#F38BA8"}
81+
music: {foreground: "#A6E3A1"}
82+
lossless: {foreground: "#94E2D5"}
83+
crypto: {foreground: "#585B70"}
84+
document: {foreground: "#CDD6F4"}
85+
compressed: {foreground: "#F5C2E7"}
86+
temp: {foreground: "#EBA0AC"}
87+
compiled: {foreground: "#74C7EC"}
88+
build: {foreground: "#585B70"}
89+
source: {foreground: "#89B4FA"}
90+
91+
punctuation: {foreground: "#7F849C"}
92+
date: {foreground: "#F9E2AF"}
93+
inode: {foreground: "#A6ADC8"}
94+
blocks: {foreground: "#9399B2"}
95+
header: {foreground: "#CDD6F4"}
96+
octal: {foreground: "#94E2D5"}
97+
flags: {foreground: "#CBA6F7"}
98+
99+
symlink_path: {foreground: "#89DCEB"}
100+
control_char: {foreground: "#74C7EC"}
101+
broken_symlink: {foreground: "#F38BA8"}
102+
broken_path_overlay: {foreground: "#585B70"}

0 commit comments

Comments
 (0)