wip: refactor

This commit is contained in:
2024-12-17 18:51:06 +07:00
parent 377f169420
commit 0682612d42
27 changed files with 486 additions and 259 deletions

View File

@@ -527,8 +527,8 @@ impl From<ThemeColor> for Theme {
} else {
"FreeMono".into()
},
radius: 4.0,
shadow: true,
radius: 5.0,
shadow: false,
scrollbar_show: ScrollbarShow::default(),
colors,
}