feat: Configuring the display results of notify using theme.toml

This commit is contained in:
evpeople 2024-02-28 20:00:39 +08:00 committed by sxyazi
parent 61907b5324
commit 20b136d478
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
use std::rc::Rc;
use ratatui::{buffer::Buffer, layout::{self, Constraint, Offset, Rect}, widgets::{Block, BorderType, Paragraph, Widget, Wrap}};
use ratatui::{buffer::Buffer, layout::{self, Constraint, Offset, Rect}, widgets::{Block, BorderType, Paragraph, Widget, Wrap}};
use yazi_config::THEME;
use yazi_core::notify::{Level, Message};