Skip to content

Commit

Permalink
Change font color of active workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
thled committed Sep 8, 2022
1 parent 93ec0ab commit 521af65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fn main() -> Result<(), Box<dyn Error>> {

fn workspaces() -> Pager {
let active_attr = Attributes {
fg_color: xcolor::background(),
bg_color: Some(xcolor::blue()),
..default_attr()
};
Expand Down

0 comments on commit 521af65

Please sign in to comment.