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
|
|
@ -269,6 +269,10 @@ pub mod colors {
|
|||
///
|
||||
/// Default: `#3f474a`.
|
||||
const 07 => BORDER_COLOR,
|
||||
/// The color of the border around active windows.
|
||||
///
|
||||
/// Default: `#285577`.
|
||||
const 24 => ACTIVE_BORDER_COLOR,
|
||||
/// The title text color of an unfocused window.
|
||||
///
|
||||
/// Default: `#888888`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue