绘制 tag 标识

This commit is contained in:
2025-08-16 04:43:00 +08:00
parent 8472fda46a
commit e87607f817
7 changed files with 145 additions and 7 deletions

View File

@@ -83,6 +83,8 @@ typedef struct color_t {
} color_t;
typedef struct color_set_t {
color_t bar_bg;
color_t tag_bg;
color_t active_tag_bg;
color_t tag_color;
color_t active_tag_color;
color_t layout_color;