diff options
| author | lukeflo | 2024-10-04 14:54:27 +0200 |
|---|---|---|
| committer | lukeflo | 2024-10-04 14:54:27 +0200 |
| commit | fb1305f764460e834774944b722aea665c15ac43 (patch) | |
| tree | 52d7e5f2138970c5089a5d52b978b6d96cf2b571 /src/frontend/ui.rs | |
| parent | 124e3e59efb0bfc35b23f517767731a0eda3a0a6 (diff) | |
| download | bibiman-fb1305f764460e834774944b722aea665c15ac43.tar.gz bibiman-fb1305f764460e834774944b722aea665c15ac43.zip | |
demo gif
Diffstat (limited to 'src/frontend/ui.rs')
| -rw-r--r-- | src/frontend/ui.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frontend/ui.rs b/src/frontend/ui.rs index ce77284..2383247 100644 --- a/src/frontend/ui.rs +++ b/src/frontend/ui.rs @@ -15,7 +15,6 @@ // along with this program. If not, see <https://www.gnu.org/licenses/>. ///// -use color_eyre::owo_colors::OwoColorize; use ratatui::{ buffer::Buffer, layout::{Constraint, Layout, Rect}, @@ -37,7 +36,6 @@ use super::app::{CurrentArea, FormerArea}; const MAIN_BLUE_COLOR: Color = Color::Indexed(39); // const MAIN_PURPLE_COLOR: Color = Color::Indexed(129); -const BOX_BORDER_STYLE_MAIN: Style = Style::new().fg(Color::White); //.bg(Color::Black); const BOX_SELECTED_BOX_STYLE: Style = Style::new().fg(Color::White); const BOX_UNSELECTED_BORDER_STYLE: Style = Style::new().fg(Color::DarkGray); const NORMAL_ROW_BG: Color = Color::Black; |
