From b8a3d90a1361017efc2c4b8bda5ae008e8b8ddb6 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Sun, 4 Apr 2021 02:42:28 +0900 Subject: [PATCH] Fix a typo s/eigth/eighth/ --- modules/spectrum/README.md | 2 +- modules/spectrum/init.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/spectrum/README.md b/modules/spectrum/README.md index 66abcb2..b64925d 100644 --- a/modules/spectrum/README.md +++ b/modules/spectrum/README.md @@ -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 diff --git a/modules/spectrum/init.zsh b/modules/spectrum/init.zsh index 61e2262..78beaed 100644 --- a/modules/spectrum/init.zsh +++ b/modules/spectrum/init.zsh @@ -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" )