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

7404
config.c

File diff suppressed because it is too large Load diff

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;

4379
csi.c

File diff suppressed because it is too large Load diff

View file

@ -193,6 +193,8 @@ height=26
# inherit-cwd=no (new tabs open in the active tab's cwd; requires OSC 7 shell support)
# unread-indicator=● (string drawn before label when tab has unseen output; empty disables)
# unread-color=fabd2f (color of the unread-indicator)
# overview-active-border=fabd2f (ring around the currently-active tab in tab overview)
# overview-select-border=ffffff (ring around the keyboard/hover-selected tab in tab overview)
[csd]
# preferred=server

6838
input.c

File diff suppressed because it is too large Load diff

11449
render.c

File diff suppressed because it is too large Load diff

3403
search.c

File diff suppressed because it is too large Load diff

8889
terminal.c

File diff suppressed because it is too large Load diff