* initial implementation with break panes to new tab * break pane group left/right * group embed/eject panes * stack pane group on resize * close pane group * style(fmt): rustfmt * fix tests * group drag and ungroup with the mouse * fix mouse hover for multiple clients * fix for multiple clients * multiple select plugin initial * use real data in plugin * adjust functionality * fix some ux issues * reflect group mouse group selections in plugin * group/ungroup panes in Zellij * highlight frames when marked by the plugin * refactor: render function in plugin * some ui responsiveness * some more responsiveness and adjust hover text * break out functionality * stack functionality * break panes left/right and close multiple panes * fix(tab): only relayout the relevant layout when non-focused pane is closed * status bar UI * embed and float panes * work * fix some ui/ux issues * refactor: move stuff around * some responsiveness and fix search result browsing bug * change plugin pane title * differentiate group from focused pane * add keyboard shortcut * add ui to compact bar * make boundary colors appear properly without pane frames * get plugins to also display their frame color * make hover shortcuts appear on command panes * fix: do not render search string component if it's empty * BeforeClose Event and unhighlight panes on exit * some UI/UX fixes * some fixes to the catppuccin-latte theme * remove ungroup shortcut * make some ui components opaque * fix more opaque elements * fix some issues with stacking pane order * keyboard shortcuts for grouping * config to opt out of advanced mouse actions * make selected + focused frame color distinct * group marking mode * refactor: multiple-select plugin * adjust stacking group behavior * adjust flashing periods * render common modifier in group controls * add to compact bar * adjust key hint wording * add key to presets and default config * some cleanups * some refactoring * fix tests * fix plugin system tests * tests: group/ungroup/hover * test: BeforeClose plugin event * new plugin assets * style(fmt): rustfmt * remove warnings * tests: give plugin more time to load
121 lines
3.2 KiB
Text
121 lines
3.2 KiB
Text
themes {
|
|
catppuccin-latte {
|
|
text_unselected {
|
|
base 76 79 105
|
|
background 220 224 232
|
|
emphasis_0 254 100 11
|
|
emphasis_1 4 165 229
|
|
emphasis_2 64 160 43
|
|
emphasis_3 210 15 57
|
|
}
|
|
text_selected {
|
|
base 76 79 105
|
|
background 172 176 190
|
|
emphasis_0 254 100 11
|
|
emphasis_1 4 165 229
|
|
emphasis_2 64 160 43
|
|
emphasis_3 234 118 203
|
|
}
|
|
ribbon_selected {
|
|
base 220 224 232
|
|
background 64 160 43
|
|
emphasis_0 210 15 57
|
|
emphasis_1 254 100 11
|
|
emphasis_2 234 118 203
|
|
emphasis_3 30 102 245
|
|
}
|
|
ribbon_unselected {
|
|
base 220 224 232
|
|
background 92 95 119
|
|
emphasis_0 234 118 203
|
|
emphasis_1 76 79 105
|
|
emphasis_2 30 102 245
|
|
emphasis_3 234 118 203
|
|
}
|
|
table_title {
|
|
base 64 160 43
|
|
background 0
|
|
emphasis_0 254 100 11
|
|
emphasis_1 4 165 229
|
|
emphasis_2 64 160 43
|
|
emphasis_3 234 118 203
|
|
}
|
|
table_cell_selected {
|
|
base 76 79 105
|
|
background 172 176 190
|
|
emphasis_0 254 100 11
|
|
emphasis_1 4 165 229
|
|
emphasis_2 64 160 43
|
|
emphasis_3 234 118 203
|
|
}
|
|
table_cell_unselected {
|
|
base 76 79 105
|
|
background 220 224 232
|
|
emphasis_0 254 100 11
|
|
emphasis_1 4 165 229
|
|
emphasis_2 64 160 43
|
|
emphasis_3 234 118 203
|
|
}
|
|
list_selected {
|
|
base 76 79 105
|
|
background 172 176 190
|
|
emphasis_0 254 100 11
|
|
emphasis_1 4 165 229
|
|
emphasis_2 64 160 43
|
|
emphasis_3 234 118 203
|
|
}
|
|
list_unselected {
|
|
base 76 79 105
|
|
background 220 224 232
|
|
emphasis_0 254 100 11
|
|
emphasis_1 4 165 229
|
|
emphasis_2 64 160 43
|
|
emphasis_3 234 118 203
|
|
}
|
|
frame_selected {
|
|
base 64 160 43
|
|
background 0
|
|
emphasis_0 254 100 11
|
|
emphasis_1 4 165 229
|
|
emphasis_2 234 118 203
|
|
emphasis_3 0
|
|
}
|
|
frame_highlight {
|
|
base 254 100 11
|
|
background 0
|
|
emphasis_0 210 15 57
|
|
emphasis_1 136 57 239
|
|
emphasis_2 254 100 11
|
|
emphasis_3 254 100 11
|
|
}
|
|
exit_code_success {
|
|
base 64 160 43
|
|
background 0
|
|
emphasis_0 4 165 229
|
|
emphasis_1 220 224 232
|
|
emphasis_2 234 118 203
|
|
emphasis_3 30 102 245
|
|
}
|
|
exit_code_error {
|
|
base 210 15 57
|
|
background 0
|
|
emphasis_0 223 142 29
|
|
emphasis_1 0
|
|
emphasis_2 0
|
|
emphasis_3 0
|
|
}
|
|
multiplayer_user_colors {
|
|
player_1 234 118 203
|
|
player_2 30 102 245
|
|
player_3 0
|
|
player_4 223 142 29
|
|
player_5 4 165 229
|
|
player_6 0
|
|
player_7 210 15 57
|
|
player_8 0
|
|
player_9 0
|
|
player_10 0
|
|
}
|
|
}
|
|
}
|
|
|