mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
Store transparent colors on ColorProfile
This will eventually allow them to be changed using remote control and escape codes.
This commit is contained in:
@@ -119,7 +119,6 @@ typedef struct {
|
||||
} *entries;
|
||||
} font_features;
|
||||
struct { Animation *cursor, *visual_bell; } animation;
|
||||
struct { color_type color; float opacity; bool is_set; } transparent_background_colors[8];
|
||||
} Options;
|
||||
|
||||
typedef struct WindowLogoRenderData {
|
||||
|
||||
Reference in New Issue
Block a user