zellij/zellij-utils/assets/themes/onedark.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.3 KiB
Text

themes {
onedark {
text_unselected {
base 204 204 204
background 29 32 37
emphasis_0 209 154 102
emphasis_1 86 182 194
emphasis_2 152 195 121
emphasis_3 198 120 221
}
text_selected {
base 204 204 204
background 29 32 37
emphasis_0 209 154 102
emphasis_1 86 182 194
emphasis_2 152 195 121
emphasis_3 198 120 221
}
ribbon_selected {
base 29 32 37
background 152 195 121
emphasis_0 190 80 70
emphasis_1 209 154 102
emphasis_2 198 120 221
emphasis_3 97 175 239
}
ribbon_unselected {
base 29 32 37
background 171 178 191
emphasis_0 190 80 70
emphasis_1 204 204 204
emphasis_2 97 175 239
emphasis_3 198 120 221
}
table_title {
base 152 195 121
background 0
emphasis_0 209 154 102
emphasis_1 86 182 194
emphasis_2 152 195 121
emphasis_3 198 120 221
}
table_cell_selected {
base 204 204 204
background 40 44 52
emphasis_0 209 154 102
emphasis_1 86 182 194
emphasis_2 152 195 121
emphasis_3 198 120 221
}
table_cell_unselected {
base 204 204 204
background 29 32 37
emphasis_0 209 154 102
emphasis_1 86 182 194
emphasis_2 152 195 121
emphasis_3 198 120 221
}
list_selected {
base 204 204 204
background 40 44 52
emphasis_0 209 154 102
emphasis_1 86 182 194
emphasis_2 152 195 121
emphasis_3 198 120 221
}
list_unselected {
base 204 204 204
background 29 32 37
emphasis_0 209 154 102
emphasis_1 86 182 194
emphasis_2 152 195 121
emphasis_3 198 120 221
}
frame_selected {
base 152 195 121
background 0
emphasis_0 209 154 102
emphasis_1 86 182 194
emphasis_2 198 120 221
emphasis_3 0
}
frame_highlight {
base 209 154 102
background 0
emphasis_0 198 120 221
emphasis_1 209 154 102
emphasis_2 209 154 102
emphasis_3 209 154 102
}
exit_code_success {
base 152 195 121
background 0
emphasis_0 86 182 194
emphasis_1 29 32 37
emphasis_2 198 120 221
emphasis_3 97 175 239
}
exit_code_error {
base 190 80 70
background 0
emphasis_0 229 192 123
emphasis_1 0
emphasis_2 0
emphasis_3 0
}
multiplayer_user_colors {
player_1 198 120 221
player_2 97 175 239
player_3 0
player_4 229 192 123
player_5 86 182 194
player_6 0
player_7 190 80 70
player_8 0
player_9 0
player_10 0
}
}
}