aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
Diffstat (limited to 'colors')
-rw-r--r--colors/doom-one.vim2
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)