tangled
alpha
login
or
join now
nel.pet
/
cyclamen
4
fork
atom
NixOS and Home Manager config
4
fork
atom
overview
issues
pulls
pipelines
feat(helix): catppuccin zellij
nel.pet
3 months ago
1ae1a379
6cff3e2d
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
+59
1 changed file
expand all
collapse all
unified
split
modules
home
helix
zellij-config.kdl
+59
modules/home/helix/zellij-config.kdl
···
1
1
show_startup_tips false
2
2
+
theme "catppuccin-mocha"
3
3
+
4
4
+
themes {
5
5
+
catppuccin-latte {
6
6
+
bg "#acb0be" // Surface2
7
7
+
fg "#4c4f69" // Text
8
8
+
red "#d20f39"
9
9
+
green "#40a02b"
10
10
+
blue "#1e66f5"
11
11
+
yellow "#df8e1d"
12
12
+
magenta "#ea76cb" // Pink
13
13
+
orange "#fe640b" // Peach
14
14
+
cyan "#04a5e5" // Sky
15
15
+
black "#e6e9ef" // Mantle
16
16
+
white "#4c4f69" // Text
17
17
+
}
18
18
+
19
19
+
catppuccin-frappe {
20
20
+
bg "#626880" // Surface2
21
21
+
fg "#c6d0f5" // Text
22
22
+
red "#e78284"
23
23
+
green "#a6d189"
24
24
+
blue "#8caaee"
25
25
+
yellow "#e5c890"
26
26
+
magenta "#f4b8e4" // Pink
27
27
+
orange "#ef9f76" // Peach
28
28
+
cyan "#99d1db" // Sky
29
29
+
black "#292c3c" // Mantle
30
30
+
white "#c6d0f5" // Text
31
31
+
}
32
32
+
33
33
+
catppuccin-macchiato {
34
34
+
bg "#5b6078" // Surface2
35
35
+
fg "#cad3f5" // Text
36
36
+
red "#ed8796"
37
37
+
green "#a6da95"
38
38
+
blue "#8aadf4"
39
39
+
yellow "#eed49f"
40
40
+
magenta "#f5bde6" // Pink
41
41
+
orange "#f5a97f" // Peach
42
42
+
cyan "#91d7e3" // Sky
43
43
+
black "#1e2030" // Mantle
44
44
+
white "#cad3f5" // Text
45
45
+
}
46
46
+
47
47
+
catppuccin-mocha {
48
48
+
bg "#585b70" // Surface2
49
49
+
fg "#cdd6f4" // Text
50
50
+
red "#f38ba8"
51
51
+
green "#a6e3a1"
52
52
+
blue "#89b4fa"
53
53
+
yellow "#f9e2af"
54
54
+
magenta "#f5c2e7" // Pink
55
55
+
orange "#fab387" // Peach
56
56
+
cyan "#89dceb" // Sky
57
57
+
black "#181825" // Mantle
58
58
+
white "#cdd6f4" // Text
59
59
+
}
60
60
+
}