Browse Source

feat(spectrum): add `FX[dim]` format (#12172)

Michal 3 months ago
parent
commit
f7b647e1b1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/spectrum.zsh

+ 1 - 0
lib/spectrum.zsh

@@ -7,6 +7,7 @@ typeset -AHg FX FG BG
 FX=(
   reset     "%{%}"
   bold      "%{%}" no-bold      "%{%}"
+  dim       "%{%}" no-dim       "%{%}"
   italic    "%{%}" no-italic    "%{%}"
   underline "%{%}" no-underline "%{%}"
   blink     "%{%}" no-blink     "%{%}"