1
0
Fork 0
forked from wry/wry

fix some bugs relating to tab behavior and border rendering

This commit is contained in:
kossLAN 2026-05-03 04:17:23 -04:00
parent f056727621
commit 206a5fb19e
No known key found for this signature in database
12 changed files with 240 additions and 172 deletions

View file

@ -35,6 +35,9 @@ The available color keys in the `[theme]` table are:
`border-color`
: Borders between tiled windows
`active-border-color`
: Borders around active windows
`focused-title-bg-color`
: Background of the focused window's title
@ -80,6 +83,7 @@ bg-color = "#1e1e2e"
bar-bg-color = "#181825"
bar-status-text-color = "#cdd6f4"
border-color = "#313244"
active-border-color = "#89b4fa"
focused-title-bg-color = "#89b4fa"
focused-title-text-color = "#1e1e2e"
unfocused-title-bg-color = "#313244"