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

@ -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`.