zellij/zellij-utils/assets/themes/atelier.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

122 lines
3.3 KiB
Text

// https://github.com/atelierbram/atelier-schemes-terminal
themes {
atelier-sulphurpool {
text_unselected {
base 245 247 255
background 32 39 70
emphasis_0 199 107 41
emphasis_1 34 162 201
emphasis_2 172 151 57
emphasis_3 156 99 122
}
text_selected {
base 245 247 255
background 151 157 180
emphasis_0 199 107 41
emphasis_1 34 162 201
emphasis_2 172 151 57
emphasis_3 156 99 122
}
ribbon_selected {
base 32 39 70
background 172 151 57
emphasis_0 201 73 34
emphasis_1 199 107 41
emphasis_2 156 99 122
emphasis_3 61 143 209
}
ribbon_unselected {
base 32 39 70
background 151 157 180
emphasis_0 201 73 34
emphasis_1 245 247 255
emphasis_2 61 143 209
emphasis_3 156 99 122
}
table_title {
base 172 151 57
background 0
emphasis_0 199 107 41
emphasis_1 34 162 201
emphasis_2 172 151 57
emphasis_3 156 99 122
}
table_cell_selected {
base 245 247 255
background 41 50 86
emphasis_0 199 107 41
emphasis_1 34 162 201
emphasis_2 172 151 57
emphasis_3 156 99 122
}
table_cell_unselected {
base 245 247 255
background 32 39 70
emphasis_0 199 107 41
emphasis_1 34 162 201
emphasis_2 172 151 57
emphasis_3 156 99 122
}
list_selected {
base 245 247 255
background 41 50 86
emphasis_0 199 107 41
emphasis_1 34 162 201
emphasis_2 172 151 57
emphasis_3 156 99 122
}
list_unselected {
base 245 247 255
background 32 39 70
emphasis_0 199 107 41
emphasis_1 34 162 201
emphasis_2 172 151 57
emphasis_3 156 99 122
}
frame_selected {
base 172 151 57
background 0
emphasis_0 199 107 41
emphasis_1 34 162 201
emphasis_2 156 99 122
emphasis_3 0
}
frame_highlight {
base 199 107 41
background 0
emphasis_0 156 99 122
emphasis_1 199 107 41
emphasis_2 199 107 41
emphasis_3 199 107 41
}
exit_code_success {
base 172 151 57
background 0
emphasis_0 34 162 201
emphasis_1 32 39 70
emphasis_2 156 99 122
emphasis_3 61 143 209
}
exit_code_error {
base 201 73 34
background 0
emphasis_0 192 139 48
emphasis_1 0
emphasis_2 0
emphasis_3 0
}
multiplayer_user_colors {
player_1 156 99 122
player_2 61 143 209
player_3 0
player_4 192 139 48
player_5 34 162 201
player_6 0
player_7 201 73 34
player_8 0
player_9 0
player_10 0
}
}
}