Browse Source

Fix a typo s/eigth/eighth/

master
Kenichi Kamiya 4 years ago committed by Jeff Widman
parent
commit
1ed7edec81
  1. 2
      modules/spectrum/README.md
  2. 2
      modules/spectrum/init.zsh

2
modules/spectrum/README.md

@ -72,7 +72,7 @@ Though there are many effects, most terminals support at least bold formatting. @@ -72,7 +72,7 @@ Though there are many effects, most terminals support at least bold formatting.
| font-fifth | no-font-fifth |
| font-sixth | no-font-sixth |
| font-seventh | no-font-seventh |
| font-eigth | no-font-eigth |
| font-eighth | no-font-eighth |
| font-ninth | no-font-ninth |
### Plain Text

2
modules/spectrum/init.zsh

@ -49,7 +49,7 @@ FX=( @@ -49,7 +49,7 @@ FX=(
font-fifth "\e[15m" no-font-fifth "\e[10m"
font-sixth "\e[16m" no-font-sixth "\e[10m"
font-seventh "\e[17m" no-font-seventh "\e[10m"
font-eigth "\e[18m" no-font-eigth "\e[10m"
font-eighth "\e[18m" no-font-eighth "\e[10m"
font-ninth "\e[19m" no-font-ninth "\e[10m"
)

Loading…
Cancel
Save