go fmt sources & add command-line file loading

This commit is contained in:
Luke I. Wilson
2021-03-11 14:11:43 -06:00
parent d0bb43cc8f
commit 443070f077
8 changed files with 46 additions and 27 deletions

View File

@ -19,7 +19,7 @@ func (theme *Theme) GetOrDefault(key string) tcell.Style {
return val
}
}
if val, ok := DefaultTheme[key]; ok {
return val
} else {