绘制 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

@@ -60,8 +60,10 @@ const rule_t rules[] = {
};
const char *const bar_bg = "#222222";
const char *const tag_bg = "#222222";
const char *const active_tag_bg = "#005577";
const char *const tag_color = "#bbbbbb";
const char *const active_tag_color = "#005577";
const char *const active_tag_color = "#eeeeee";
const char *const layout_color = "#bbbbbb";
const char *const client_name_color = "#bbbbbb";
const char *const active_client_name_color = "#005577";