Adds support for a new color theme mode #119

Manually merged
sloum merged 4 commits from add-color into develop 2019-12-14 15:38:17 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit 9ae6c37707 - Show all commits

View File

@ -47,10 +47,6 @@ func saveConfig() error {
opts.WriteString("\n[SETTINGS]\n")
for k, v := range bombadillo.Options {
// if k == "theme" && v != "normal" && v != "inverse" {
// v = "normal"
// bombadillo.Options["theme"] = "normal"
// }
opts.WriteString(k)
opts.WriteRune('=')
opts.WriteString(v)