forked from entailz/toes
Introduce config options for overview border: overview-active-border and overview-select-border
This commit is contained in:
parent
3a4814e1fa
commit
05ee680778
8 changed files with 21028 additions and 21338 deletions
2
config.h
2
config.h
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue