Skip to content

Commit 0f8c58e

Browse files
Revert fix to t.link.
Co-authored-by: uncenter <uncenter@uncenter.dev>
1 parent b0662bd commit 0f8c58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export function createCatppuccinHighlightStyle(
135135
color: colors.yellow.hex
136136
},
137137
{ tag: [ t.operator ], color: colors.sky.hex },
138-
{ tag: [ t.url ], color: colors.teal.hex },
138+
{ tag: [ t.url, t.link ], color: colors.teal.hex },
139139
{ tag: [ t.escape, t.regexp ], color: colors.pink.hex },
140140
{
141141
tag: [ t.meta, t.punctuation, t.separator, t.comment ],

0 commit comments

Comments
 (0)