File tree Expand file tree Collapse file tree 8 files changed +839
-129
lines changed Expand file tree Collapse file tree 8 files changed +839
-129
lines changed Original file line number Diff line number Diff line change 1+ # Overwrite old zellij themes with new ones
2+ if [ -d ~ /.config/zellij/themes ]; then
3+ files=()
4+ for file in ~ /.config/zellij/themes/* .kdl; do
5+ if [[ -f " $file " ]]; then
6+ files+=(" $file " )
7+ fi
8+ done
9+
10+ if [ ${# files[@]} -gt 0 ]; then
11+ for file in " ${files[@]} " ; do
12+ if [ -d " $OMAKUB_PATH /themes/$( basename " $file " .kdl) " ]; then
13+ cp " $OMAKUB_PATH /themes/$( basename " $file " .kdl) " /zellij.kdl ~ /.config/zellij/themes/$( basename " $file " .kdl) .kdl
14+ fi
15+ done
16+ fi
17+ fi
Original file line number Diff line number Diff line change 11themes {
2- catppuccin {
3- bg "#626880" // Surface2
4- fg "#c6d0f5"
5- red "#e78284"
6- green "#a6d189"
7- blue "#8caaee"
8- yellow "#e5c890"
9- magenta "#f4b8e4" // Pink
10- orange "#ef9f76" // Peach
11- cyan "#99d1db" // Sky
12- black "#292c3c" // Mantle
13- white "#c6d0f5"
14- }
15-
16- catppuccin-latte {
17- bg "#acb0be" // Surface2
18- fg "#acb0be" // Surface2
19- red "#d20f39"
20- green "#40a02b"
21- blue "#1e66f5"
22- yellow "#df8e1d"
23- magenta "#ea76cb" // Pink
24- orange "#fe640b" // Peach
25- cyan "#04a5e5" // Sky
26- black "#dce0e8" // Crust
27- white "#4c4f69" // Text
28- }
29-
30- catppuccin-macchiato {
31- bg "#5b6078" // Surface2
32- fg "#cad3f5"
33- red "#ed8796"
34- green "#a6da95"
35- blue "#8aadf4"
36- yellow "#eed49f"
37- magenta "#f5bde6" // Pink
38- orange "#f5a97f" // Peach
39- cyan "#91d7e3" // Sky
40- black "#1e2030" // Mantle
41- white "#cad3f5"
42- }
43-
44- catppuccin-mocha {
45- bg "#585b70" // Surface2
46- fg "#cdd6f4"
47- red "#f38ba8"
48- green "#a6e3a1"
49- blue "#89b4fa"
50- yellow "#f9e2af"
51- magenta "#f5c2e7" // Pink
52- orange "#fab387" // Peach
53- cyan "#89dceb" // Sky
54- black "#181825" // Mantle
55- white "#cdd6f4"
56- }
2+ catppuccin {
3+ text_unselected {
4+ base 198 208 245
5+ background 41 44 60
6+ emphasis_0 239 159 118
7+ emphasis_1 153 209 219
8+ emphasis_2 166 209 137
9+ emphasis_3 244 184 228
10+ }
11+ text_selected {
12+ base 198 208 245
13+ background 98 104 128
14+ emphasis_0 239 159 118
15+ emphasis_1 153 209 219
16+ emphasis_2 166 209 137
17+ emphasis_3 244 184 228
18+ }
19+ ribbon_selected {
20+ base 41 44 60
21+ background 166 209 137
22+ emphasis_0 231 130 132
23+ emphasis_1 239 159 118
24+ emphasis_2 244 184 228
25+ emphasis_3 140 170 238
26+ }
27+ ribbon_unselected {
28+ base 41 44 60
29+ background 198 208 245
30+ emphasis_0 231 130 132
31+ emphasis_1 198 208 245
32+ emphasis_2 140 170 238
33+ emphasis_3 244 184 228
34+ }
35+ table_title {
36+ base 166 209 137
37+ background 0
38+ emphasis_0 239 159 118
39+ emphasis_1 153 209 219
40+ emphasis_2 166 209 137
41+ emphasis_3 244 184 228
42+ }
43+ table_cell_selected {
44+ base 198 208 245
45+ background 98 104 128
46+ emphasis_0 239 159 118
47+ emphasis_1 153 209 219
48+ emphasis_2 166 209 137
49+ emphasis_3 244 184 228
50+ }
51+ table_cell_unselected {
52+ base 198 208 245
53+ background 41 44 60
54+ emphasis_0 239 159 118
55+ emphasis_1 153 209 219
56+ emphasis_2 166 209 137
57+ emphasis_3 244 184 228
58+ }
59+ list_selected {
60+ base 198 208 245
61+ background 98 104 128
62+ emphasis_0 239 159 118
63+ emphasis_1 153 209 219
64+ emphasis_2 166 209 137
65+ emphasis_3 244 184 228
66+ }
67+ list_unselected {
68+ base 198 208 245
69+ background 41 44 60
70+ emphasis_0 239 159 118
71+ emphasis_1 153 209 219
72+ emphasis_2 166 209 137
73+ emphasis_3 244 184 228
74+ }
75+ frame_selected {
76+ base 166 209 137
77+ background 0
78+ emphasis_0 239 159 118
79+ emphasis_1 153 209 219
80+ emphasis_2 244 184 228
81+ emphasis_3 0
82+ }
83+ frame_highlight {
84+ base 239 159 118
85+ background 0
86+ emphasis_0 244 184 228
87+ emphasis_1 239 159 118
88+ emphasis_2 239 159 118
89+ emphasis_3 239 159 118
90+ }
91+ exit_code_success {
92+ base 166 209 137
93+ background 0
94+ emphasis_0 153 209 219
95+ emphasis_1 41 44 60
96+ emphasis_2 244 184 228
97+ emphasis_3 140 170 238
98+ }
99+ exit_code_error {
100+ base 231 130 132
101+ background 0
102+ emphasis_0 229 200 144
103+ emphasis_1 0
104+ emphasis_2 0
105+ emphasis_3 0
106+ }
107+ multiplayer_user_colors {
108+ player_1 244 184 228
109+ player_2 140 170 238
110+ player_3 0
111+ player_4 229 200 144
112+ player_5 153 209 219
113+ player_6 0
114+ player_7 231 130 132
115+ player_8 0
116+ player_9 0
117+ player_10 0
118+ }
119+ }
57120}
Original file line number Diff line number Diff line change 11themes {
22 everforest {
3- bg "#2b3339"
4- fg "#d3c6aa"
5- black "#4b565c"
6- red "#e67e80"
7- green "#a7c080"
8- yellow "#dbbc7f"
9- blue "#7fbbb3"
10- magenta "#d699b6"
11- cyan "#83c092"
12- white "#d3c6aa"
13- orange "#FF9E64"
3+ text_unselected {
4+ base 211 198 170
5+ background 75 86 92
6+ emphasis_0 255 158 100
7+ emphasis_1 131 192 146
8+ emphasis_2 167 192 128
9+ emphasis_3 214 153 182
10+ }
11+ text_selected {
12+ base 75 86 92
13+ background 131 192 146
14+ emphasis_0 255 158 100
15+ emphasis_1 131 192 146
16+ emphasis_2 167 192 128
17+ emphasis_3 214 153 182
18+ }
19+ ribbon_selected {
20+ base 75 86 92
21+ background 167 192 128
22+ emphasis_0 230 126 128
23+ emphasis_1 255 158 100
24+ emphasis_2 214 153 182
25+ emphasis_3 127 187 179
26+ }
27+ ribbon_unselected {
28+ base 75 86 92
29+ background 211 198 170
30+ emphasis_0 230 126 128
31+ emphasis_1 211 198 170
32+ emphasis_2 127 187 179
33+ emphasis_3 214 153 182
34+ }
35+ table_title {
36+ base 167 192 128
37+ background 0
38+ emphasis_0 255 158 100
39+ emphasis_1 131 192 146
40+ emphasis_2 167 192 128
41+ emphasis_3 214 153 182
42+ }
43+ table_cell_selected {
44+ base 75 86 92
45+ background 131 192 146
46+ emphasis_0 255 158 100
47+ emphasis_1 131 192 146
48+ emphasis_2 167 192 128
49+ emphasis_3 214 153 182
50+ }
51+ table_cell_unselected {
52+ base 211 198 170
53+ background 75 86 92
54+ emphasis_0 255 158 100
55+ emphasis_1 131 192 146
56+ emphasis_2 167 192 128
57+ emphasis_3 214 153 182
58+ }
59+ list_selected {
60+ base 75 86 92
61+ background 131 192 146
62+ emphasis_0 255 158 100
63+ emphasis_1 131 192 146
64+ emphasis_2 167 192 128
65+ emphasis_3 214 153 182
66+ }
67+ list_unselected {
68+ base 211 198 170
69+ background 75 86 92
70+ emphasis_0 255 158 100
71+ emphasis_1 131 192 146
72+ emphasis_2 167 192 128
73+ emphasis_3 214 153 182
74+ }
75+ frame_selected {
76+ base 167 192 128
77+ background 0
78+ emphasis_0 255 158 100
79+ emphasis_1 131 192 146
80+ emphasis_2 214 153 182
81+ emphasis_3 0
82+ }
83+ frame_highlight {
84+ base 255 158 100
85+ background 0
86+ emphasis_0 214 153 182
87+ emphasis_1 255 158 100
88+ emphasis_2 255 158 100
89+ emphasis_3 255 158 100
90+ }
91+ exit_code_success {
92+ base 167 192 128
93+ background 0
94+ emphasis_0 131 192 146
95+ emphasis_1 75 86 92
96+ emphasis_2 214 153 182
97+ emphasis_3 127 187 179
98+ }
99+ exit_code_error {
100+ base 230 126 128
101+ background 0
102+ emphasis_0 219 188 127
103+ emphasis_1 0
104+ emphasis_2 0
105+ emphasis_3 0
106+ }
107+ multiplayer_user_colors {
108+ player_1 214 153 182
109+ player_2 127 187 179
110+ player_3 0
111+ player_4 219 188 127
112+ player_5 131 192 146
113+ player_6 0
114+ player_7 230 126 128
115+ player_8 0
116+ player_9 0
117+ player_10 0
118+ }
14119 }
15- }
120+ }
You can’t perform that action at this time.
0 commit comments