diff options
author | Rom Grk <romgrk.cc@gmail.com> | 2020-10-18 22:41:29 -0400 |
---|---|---|
committer | Rom Grk <romgrk.cc@gmail.com> | 2020-10-18 22:41:29 -0400 |
commit | 34a614e3d13cedd54d42e24ae76420500bb78739 (patch) | |
tree | b5cc83a8ef01f9d0a24208c34aee6bc3c889eda3 /colors | |
parent | 2705ec142c438bd42847b8d03eaaef0e897e824c (diff) |
colors: update
Diffstat (limited to 'colors')
-rw-r--r-- | colors/doom-one.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/doom-one.vim b/colors/doom-one.vim index 1b5ad78..409fa47 100644 --- a/colors/doom-one.vim +++ b/colors/doom-one.vim @@ -206,7 +206,7 @@ let s:text_colors = { \ 'Warning': s:yellow, \ 'Debug': s:yellow, \ 'Error': s:red, -\ 'Special': s:magenta, +\ 'Special': s:violet, \ 'Muted': s:base7, \} for key in keys(s:text_colors) |