Chore: colorschemes to their own file

This commit is contained in:
Grail Finder
2026-02-21 09:55:08 +03:00
parent 61a0ddfdfd
commit 1675af98d4
3 changed files with 69 additions and 59 deletions

View File

@@ -433,7 +433,7 @@ func updateFlexLayout() {
flex.AddItem(textView, 0, 40, false)
flex.AddItem(textArea, 0, 10, false)
if positionVisible {
flex.AddItem(statusLineWidget, 0, 4, false)
flex.AddItem(statusLineWidget, 0, 2, false)
}
// Keep focus on currently focused widget
focused := app.GetFocus()