From 4f33917b3e59152622b82bfc4029dbdff4f951f6 Mon Sep 17 00:00:00 2001 From: justTOBBI Date: Tue, 11 Oct 2022 17:48:16 +0200 Subject: [PATCH] fix: fixed code highlights --- catppuccin.user.css | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/catppuccin.user.css b/catppuccin.user.css index 95eeaaf..5bfc9b0 100644 --- a/catppuccin.user.css +++ b/catppuccin.user.css @@ -221,6 +221,8 @@ --color-diff-added-row-border: rgba($green, 0.2)!important; --color-diff-added-word-bg: rgba($green, 0.4)!important; + --color-diff-inactive: $surface1; + --color-code-bg: $surface0; --color-expand-button: $surface1; } @@ -347,8 +349,16 @@ color: rgba($peach, 0.6); } - } - - - -} \ No newline at end of file + .chroma .nx { + color: $text; + } + + .chroma .nf { + color: $yellow; + } + + .chroma .s { + color: rgba($teal, 0.7); + } + + } \ No newline at end of file