Skip to content

Commit 1cf55a1

Browse files
committed
Sync ansi theme with zed!
1 parent 3a2cc4a commit 1cf55a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

colors/ansi.vim

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ hi @variable.builtin ctermfg=1
132132
hi @variable.parameter ctermfg=7
133133
hi @variable.member ctermfg=7
134134
hi @constant.builtin ctermfg=5
135-
hi @string.regexp ctermfg=1
136-
hi @string.escape ctermfg=6
135+
hi @string.regexp ctermfg=2
136+
hi @string.escape ctermfg=5
137137
hi @string.special.url ctermfg=4 cterm=underline
138138
hi @string.special.symbol ctermfg=13
139139
hi @type.builtin ctermfg=3
140140
hi @property ctermfg=7
141141
hi @function.builtin ctermfg=5
142-
hi @constructor ctermfg=11
142+
hi @constructor ctermfg=9
143143
hi @keyword.coroutine ctermfg=1
144144
hi @keyword.function ctermfg=5
145145
hi @keyword.return ctermfg=5
@@ -160,7 +160,7 @@ hi @markup.link.url ctermfg=5 cterm=underline
160160
hi @markup.raw ctermfg=14
161161
hi @markup.list.checked ctermfg=2
162162
hi @markup.list.unchecked ctermfg=7
163-
hi @tag ctermfg=5
163+
hi @tag ctermfg=9
164164
hi @tag.builtin ctermfg=6
165165
hi @tag.attribute ctermfg=4
166166
hi @tag.delimiter ctermfg=15

0 commit comments

Comments
 (0)