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

Commit a6cea1b

Browse files
committed
fix(syntax): diff meta range
1 parent e7a4da5 commit a6cea1b

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.6
4+
@version 1.1.7
55
@description Soothing pastel theme for GitHub
66
@author Catppuccin
77
@updateURL https://github.com/catppuccin/github/raw/main/catppuccin.user.css
@@ -205,7 +205,7 @@
205205
--color-prettylights-syntax-markup-changed-bg: alpha($yellow, 0.4);
206206
--color-prettylights-syntax-markup-ignored-text: $text;
207207
--color-prettylights-syntax-markup-ignored-bg: #f0f;
208-
--color-prettylights-syntax-meta-diff-range: #f0f;
208+
--color-prettylights-syntax-meta-diff-range: $mauve;
209209
--color-prettylights-syntax-brackethighlighter-angle: #f0f;
210210
--color-prettylights-syntax-sublimelinter-gutter-mark: #f0f;
211211
--color-prettylights-syntax-constant-other-reference-link: #f0f;

0 commit comments

Comments
 (0)