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

Commit be7cc66

Browse files
committed
fix(colours): add proper shadow colour
1 parent 696d5e7 commit be7cc66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

catppuccin.user.css

Lines changed: 5 additions & 5 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.8
4+
@version 1.1.9
55
@description Soothing pastel theme for GitHub
66
@author Catppuccin
77
@updateURL https://github.com/catppuccin/github/raw/main/catppuccin.user.css
@@ -41,7 +41,7 @@
4141
$base = #eff1f5
4242
$mantle = #e6e9ef
4343
$crust = #dce0e8
44-
$shadow = #dbdfef
44+
$shadow = $crust
4545
}
4646
else if (theme=="Frappe") {
4747
$type = dark
@@ -72,7 +72,7 @@
7272
$base = #303446
7373
$mantle = #292c3c
7474
$crust = #232634
75-
$shadow = #010409
75+
$shadow = $crust
7676
}
7777
else if (theme=="Macchiato") {
7878
$type = dark
@@ -103,7 +103,7 @@
103103
$base = #24273a
104104
$mantle = #1e2030
105105
$crust = #181926
106-
$shadow = #010409
106+
$shadow = $crust
107107
}
108108
else if (theme=="Mocha") {
109109
$type = dark
@@ -134,7 +134,7 @@
134134
$base = #1e1e2e
135135
$mantle = #181825
136136
$crust = #11111b
137-
$shadow = #010409
137+
$shadow = $crust
138138
}
139139
if (accent-color=="Rosewater") {
140140
$accent-color = $rosewater;

0 commit comments

Comments
 (0)