update dependencies, code restructuring, use thumbnails for rooms
This commit is contained in:
parent
a8b76eaded
commit
fe3d384435
5 changed files with 509 additions and 484 deletions
6
src/ui/theme.rs
Normal file
6
src/ui/theme.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//! Theming for widgets.
|
||||
|
||||
/// Which colorscheme to use
|
||||
pub enum Theme {
|
||||
Default,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue