1
0
Fork 0
forked from entailz/toes

Introduce config options for overview border: overview-active-border and overview-select-border

This commit is contained in:
entailz 2026-05-18 11:54:37 -07:00
parent 3a4814e1fa
commit 05ee680778
8 changed files with 21028 additions and 21338 deletions

View file

@ -495,6 +495,8 @@ struct config {
uint32_t active_bg;
uint32_t active_fg;
uint32_t unread_fg;
uint32_t overview_active_border; /* ring around the currently-active tab in the overview */
uint32_t overview_select_border; /* ring around keyboard/hover-selected tab in the overview */
} colors;
} tabs;