Select syntax theme based on system theme, update cosmic-text

This commit is contained in:
Jeremy Soller 2023-11-02 12:56:59 -06:00
parent cec433085a
commit 6f0994f752
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
4 changed files with 55 additions and 38 deletions

View file

@ -662,7 +662,7 @@ impl cosmic::Application for App {
}
fn view(&self) -> Element<Message> {
let mut tab_column = widget::column::with_capacity(3).padding([0, 16]);
let mut tab_column = widget::column::with_capacity(3).padding([0, 8]);
tab_column = tab_column.push(
row![