diff --git a/home_config/zellij/config.kdl b/home_config/zellij/config.kdl index d21387a..7ab9d91 100644 --- a/home_config/zellij/config.kdl +++ b/home_config/zellij/config.kdl @@ -270,9 +270,103 @@ plugins { // Plugins to load in the background when a new session starts // eg. "file:/path/to/my-plugin.wasm" // eg. "https://example.com/my-plugin.wasm" +themes { + australis { + + text_unselected { + base 169 188 195 + background 34 37 49 + emphasis_0 255 73 26 + emphasis_1 22 184 102 + emphasis_2 99 136 216 + } + + text_selected { + base 169 188 195 + background 179 203 207 + emphasis_0 255 73 26 + } + + ribbon_unselected { + base 134 146 157 + background 34 37 49 + emphasis_0 255 73 26 + emphasis_1 22 184 102 + } + + ribbon_selected { + base 169 188 195 + background 99 136 216 + emphasis_0 255 73 26 + } + + table_title { + base 169 188 195 + background 34 37 49 + emphasis_0 255 133 79 + } + + table_cell_unselected { + base 169 188 195 + background 34 37 49 + emphasis_0 255 73 26 + } + + table_cell_selected { + base 169 188 195 + background 179 203 207 + emphasis_0 255 73 26 + } + + list_unselected { + base 169 188 195 + background 34 37 49 + emphasis_0 225 198 49 + } + + list_selected { + base 169 188 195 + background 179 203 207 + emphasis_0 225 198 49 + } + + frame_selected { + base 99 136 216 + background 34 37 49 + emphasis_0 255 73 26 + } + + frame_highlight { + base 22 184 102 + background 34 37 49 + emphasis_0 255 133 79 + } + + exit_code_success { + base 22 184 102 + } + + exit_code_error { + base 255 73 26 + } + + multiplayer_user_colors { + player_1 255 73 26 + player_2 255 133 79 + player_3 225 198 49 + player_4 255 225 78 + player_5 157 120 255 + player_6 216 173 255 + player_7 99 136 216 + player_8 0 177 168 + player_9 66 220 209 + player_10 164 196 255 + } + } +} load_plugins { } - + // Use a simplified UI without special fonts (arrow glyphs) // Options: // - true @@ -282,8 +376,8 @@ load_plugins { // Choose the theme that is specified in the themes section. // Default: default -// -// theme "dracula" + +theme "australis" // Choose the base input mode of zellij. // Default: normal