diff --git a/config/config.go b/config/config.go index 8f65056..bd436bc 100644 --- a/config/config.go +++ b/config/config.go @@ -377,7 +377,7 @@ func Init() error { if viper.GetBool("a-general.color") { cview.Styles.PrimitiveBackgroundColor = GetColor("bg") } else { - // No colors allowed, set backgroud to black instead of default + // No colors allowed, set background to black instead of default themeMu.Lock() theme["bg"] = tcell.ColorBlack cview.Styles.PrimitiveBackgroundColor = tcell.ColorBlack diff --git a/contrib/themes/README.md b/contrib/themes/README.md index c3fa6da..619d761 100644 --- a/contrib/themes/README.md +++ b/contrib/themes/README.md @@ -7,7 +7,7 @@ You can use these themes by replacing the `[theme]` section of your [config](htt This is the original Amfora theme we all know and love. From v1.9.0 and onwards, the user's terminal theme is used by default. Use this theme to restore the original Amfora look. -Demo GIF +Demo GIF ## Nord