Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 5164593

Browse files
committed
fix(syntax): set prettylights italic colour
1 parent d1c4543 commit 5164593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

catppuccin.user.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Github Catppuccin
33
@namespace github.com/catppuccin/github
4-
@version 1.1.4
4+
@version 1.1.5
55
@description Soothing pastel theme for GitHub
66
@author Catppuccin
77
@updateURL https://github.com/catppuccin/github/raw/main/catppuccin.user.css
@@ -195,7 +195,7 @@
195195
--color-prettylights-syntax-string-regexp: #f0f;
196196
--color-prettylights-syntax-markup-list: #f0f;
197197
--color-prettylights-syntax-markup-heading: $teal;
198-
--color-prettylights-syntax-markup-italic: #f0f;
198+
--color-prettylights-syntax-markup-italic: $yellow;
199199
--color-prettylights-syntax-markup-bold: $yellow;
200200
--color-prettylights-syntax-markup-deleted-text: $text;
201201
--color-prettylights-syntax-markup-deleted-bg: alpha($red, 0.4);

0 commit comments

Comments
 (0)