-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: some colors not readable in light mode (#264)
- Loading branch information
Showing
16 changed files
with
209 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,11 @@ | ||
mod color; | ||
mod filetype; | ||
mod help; | ||
mod icon; | ||
mod input; | ||
mod manager; | ||
mod select; | ||
mod status; | ||
mod style; | ||
mod tasks; | ||
mod theme; | ||
mod which; | ||
|
||
pub use color::*; | ||
pub use filetype::*; | ||
pub use help::*; | ||
pub use icon::*; | ||
pub use input::*; | ||
pub use manager::*; | ||
pub use select::*; | ||
pub use status::*; | ||
pub use style::*; | ||
pub use tasks::*; | ||
pub use theme::*; | ||
pub use which::*; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.