zellij/zellij-utils/assets/themes/retro-wave.kdl
Aram Drevekenin 082054641d
fix(themes): frame highlight and some contrast issues (#4171)
* fix(themes): add highlighted frame color to all themes

* fix everforest-light theme

* fix pencil-light theme
2025-04-30 14:59:20 +02:00

120 lines
3.1 KiB
Text

themes {
retro-wave {
text_unselected {
base 255 255 255
background 0 0 0
emphasis_0 255 102 17
emphasis_1 0 229 229
emphasis_2 0 255 0
emphasis_3 255 0 255
}
text_selected {
base 255 255 255
background 26 26 26
emphasis_0 255 102 17
emphasis_1 0 229 229
emphasis_2 0 255 0
emphasis_3 255 0 255
}
ribbon_selected {
base 0 0 0
background 0 255 0
emphasis_0 255 53 94
emphasis_1 255 102 17
emphasis_2 255 0 255
emphasis_3 0 217 227
}
ribbon_unselected {
base 0 0 0
background 255 153 0
emphasis_0 255 53 94
emphasis_1 255 255 255
emphasis_2 0 217 227
emphasis_3 255 0 255
}
table_title {
base 0 255 0
background 0
emphasis_0 255 102 17
emphasis_1 0 229 229
emphasis_2 0 255 0
emphasis_3 255 0 255
}
table_cell_selected {
base 255 255 255
background 26 26 26
emphasis_0 255 102 17
emphasis_1 0 229 229
emphasis_2 0 255 0
emphasis_3 255 0 255
}
table_cell_unselected {
base 255 255 255
background 0 0 0
emphasis_0 255 102 17
emphasis_1 0 229 229
emphasis_2 0 255 0
emphasis_3 255 0 255
}
list_selected {
base 255 255 255
background 26 26 26
emphasis_0 255 102 17
emphasis_1 0 229 229
emphasis_2 0 255 0
emphasis_3 255 0 255
}
list_unselected {
base 255 255 255
background 0 0 0
emphasis_0 255 102 17
emphasis_1 0 229 229
emphasis_2 0 255 0
emphasis_3 255 0 255
}
frame_selected {
base 0 255 0
background 0
emphasis_0 255 102 17
emphasis_1 0 229 229
emphasis_2 255 0 255
emphasis_3 0
}
frame_highlight {
base 255 102 17
background 0
emphasis_0 255 0 255
emphasis_1 255 102 17
emphasis_2 255 102 17
emphasis_3 255 102 17
}
exit_code_success {
base 0 255 0
background 0
emphasis_0 0 229 229
emphasis_1 0 0 0
emphasis_2 255 0 255
emphasis_3 0 217 227
}
exit_code_error {
base 255 53 94
background 0
emphasis_0 255 230 0
emphasis_1 0
emphasis_2 0
emphasis_3 0
}
multiplayer_user_colors {
player_1 255 0 255
player_2 0 217 227
player_3 0
player_4 255 230 0
player_5 0 229 229
player_6 0
player_7 255 53 94
player_8 0
player_9 0
player_10 0
}
}
}