1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-21 19:35:23 +00:00

Lint and GIF link fix

This commit is contained in:
makeworld 2021-12-03 18:02:10 -05:00
parent 6666ef2584
commit f270fa2b23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.
<a href="https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/demo-large.gif">
<img src="demo-large.gif" alt="Demo GIF" width="80%">
<img src="../../demo-large.gif" alt="Demo GIF" width="80%">
</a>
## Nord