make opt-in and add harmonious

This commit is contained in:
Jake Stewart 2026-03-11 17:40:07 +08:00
parent b80789c49a
commit 44ac851237
4 changed files with 44 additions and 24 deletions

View file

@ -333,7 +333,8 @@ struct config {
struct color_theme colors_dark;
struct color_theme colors_light;
enum which_color_theme initial_color_theme;
bool generate_256_palette;
bool palette_generate;
bool palette_harmonious;
struct {
enum cursor_style style;