File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -231,3 +231,21 @@ records = true
231231# # The port that should be used for TCP on non unix systems
232232# tcp_port = 8889
233233
234+
235+ [theme ]
236+ name = " catppuccin_mocha"
237+
238+ [theme .colors ]
239+ text = " #cdd6f4"
240+ background = " #1e1e2e"
241+ background_selected = " #585b70"
242+ border = " #585b70"
243+ border_selected = " #cba6f7"
244+ info = " #cba6f7"
245+ info_selected = " #cba6f7"
246+ success = " #a6e3a1"
247+ success_selected = " #a6e3a1"
248+ warning = " #f9e2af"
249+ warning_selected = " #f9e2af"
250+ error = " #f38ba8"
251+ error_selected = " #f38ba8"
Original file line number Diff line number Diff line change 44 icon-position : " left"
55icons :
66 copilot : " "
7+ " git: " : " "
78 mise : " "
Original file line number Diff line number Diff line change 22// Minimal config that disables the welcome message
33
44welcome_screen false
5+ theme "catppuccin-mocha"
Original file line number Diff line number Diff line change 1+ // Catppuccin Mocha theme for Zellij
2+ // https://github.com/catppuccin/zellij
3+
4+ themes {
5+ catppuccin-mocha {
6+ // Catppuccin Mocha color palette
7+ bg "#1e1e2e" // Base
8+ fg "#cdd6f4" // Text
9+ red "#f38ba8" // Red
10+ green "#a6e3a1" // Green
11+ blue "#89b4fa" // Blue
12+ yellow "#f9e2af" // Yellow
13+ magenta "#f5c2e7" // Pink
14+ orange "#fab387" // Peach
15+ cyan "#89dceb" // Sky
16+ black "#181825" // Mantle
17+ white "#cdd6f4" // Text
18+ }
19+ }
You can’t perform that action at this time.
0 commit comments