Skip to content

Commit

Permalink
[Bugfix] Fix zee-editor#79 (#4)
Browse files Browse the repository at this point in the history
* [Bugfix] Fix zee-editor#79

* Update status_bar.rs

* Update mod.rs
  • Loading branch information
kevinmatthes authored Aug 1, 2022
1 parent 08c9f31 commit bc5db3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zee/src/components/theme/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ impl Theme {
is_not_modified: normal(lighter_background, comments),
file_name: bold(lighter_background, strings),
file_size: normal(lighter_background, dark_foreground),
position_in_file: normal(lighter_background, dark_foreground),
position_in_file: bold(lighter_background, dark_foreground),
mode: normal(lighter_background, strings),
},
},
Expand Down

0 comments on commit bc5db3c

Please sign in to comment.