diff options
author | Akshay <[email protected]> | 2020-07-19 10:26:39 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-19 10:26:39 +0100 |
commit | 8a1dd86155823455e71ca0f73673214073a8a269 (patch) | |
tree | 41ecaffa397d4f86bb55d57b266dd6a65e19f2e0 /src/theme.rs | |
parent | 9c858841c7566e79c0e05a6295e5f9bc86468d16 (diff) |
add startup hint, fix watcher panics
Diffstat (limited to 'src/theme.rs')
-rw-r--r-- | src/theme.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theme.rs b/src/theme.rs index f29b273..4194777 100644 --- a/src/theme.rs +++ b/src/theme.rs | |||
@@ -1,6 +1,6 @@ | |||
1 | use cursive::theme::Color::*; | 1 | use cursive::theme::Color::*; |
2 | use cursive::theme::PaletteColor::*; | 2 | use cursive::theme::PaletteColor::*; |
3 | use cursive::theme::{BaseColor, BorderStyle, ColorStyle, Palette, Theme}; | 3 | use cursive::theme::{BaseColor, BorderStyle, Palette, Theme}; |
4 | 4 | ||
5 | pub fn pallete_gen() -> Palette { | 5 | pub fn pallete_gen() -> Palette { |
6 | let mut p = Palette::default(); | 6 | let mut p = Palette::default(); |