From f270fa2b23302881f50d490e428a9c4704a7b8cc Mon Sep 17 00:00:00 2001 From: makeworld Date: Fri, 3 Dec 2021 18:02:10 -0500 Subject: [PATCH] Lint and GIF link fix --- config/config.go | 2 +- contrib/themes/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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