fix: change stopped clip color from cyan to blue for better distinction
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
2
tui.c
2
tui.c
@@ -225,7 +225,7 @@ void tui_init(Engine *engine) {
|
||||
init_pair(COLOR_EMPTY, COLOR_WHITE, COLOR_BLACK);
|
||||
init_pair(COLOR_RECORDING, COLOR_RED, COLOR_BLACK);
|
||||
init_pair(COLOR_LOOPING, COLOR_GREEN, COLOR_BLACK);
|
||||
init_pair(COLOR_STOPPED, COLOR_CYAN, COLOR_BLACK);
|
||||
init_pair(COLOR_STOPPED, COLOR_BLUE, COLOR_BLACK);
|
||||
init_pair(COLOR_SELECTED, COLOR_BLACK, COLOR_CYAN);
|
||||
init_pair(COLOR_HELP, COLOR_CYAN, COLOR_BLACK);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user