mirror of
https://github.com/makeworld-the-better-one/amfora.git
synced 2024-11-25 05:39:27 +03:00
Lint and GIF link fix
This commit is contained in:
parent
6666ef2584
commit
f270fa2b23
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user