fix some bugs relating to tab behavior and border rendering
This commit is contained in:
parent
f056727621
commit
206a5fb19e
12 changed files with 240 additions and 172 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue