Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
fix: patches (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed May 24, 2024
1 parent 455dd7b commit 495589d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions patches/colloid/palette.tera
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ whiskers:
{%- set palette = flavor.colors -%}
diff --git a/src/sass/_color-palette-catppuccin-{{ flavor.identifier }}.scss b/src/sass/_color-palette-catppuccin-{{ flavor.identifier }}.scss
new file mode 100644
index 00000000..8a905942
index 00000000..4ff0da0d
--- /dev/null
+++ b/src/sass/_color-palette-catppuccin-{{ flavor.identifier }}.scss
@@ -0,0 +1,72 @@
Expand Down Expand Up @@ -106,4 +106,3 @@ index 00000000..8a905942
+// Theme
+$default-light: $purple-light;
+$default-dark: $purple-dark;
{{ '' }}
3 changes: 1 addition & 2 deletions patches/colloid/sass-palette-frappe.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff --git a/src/sass/_color-palette-catppuccin-frappe.scss b/src/sass/_color-palette-catppuccin-frappe.scss
new file mode 100644
index 00000000..8a905942
index 00000000..4ff0da0d
--- /dev/null
+++ b/src/sass/_color-palette-catppuccin-frappe.scss
@@ -0,0 +1,72 @@
Expand Down Expand Up @@ -76,4 +76,3 @@ index 00000000..8a905942
+// Theme
+$default-light: $purple-light;
+$default-dark: $purple-dark;

3 changes: 1 addition & 2 deletions patches/colloid/sass-palette-latte.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff --git a/src/sass/_color-palette-catppuccin-latte.scss b/src/sass/_color-palette-catppuccin-latte.scss
new file mode 100644
index 00000000..8a905942
index 00000000..4ff0da0d
--- /dev/null
+++ b/src/sass/_color-palette-catppuccin-latte.scss
@@ -0,0 +1,72 @@
Expand Down Expand Up @@ -76,4 +76,3 @@ index 00000000..8a905942
+// Theme
+$default-light: $purple-light;
+$default-dark: $purple-dark;

3 changes: 1 addition & 2 deletions patches/colloid/sass-palette-macchiato.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff --git a/src/sass/_color-palette-catppuccin-macchiato.scss b/src/sass/_color-palette-catppuccin-macchiato.scss
new file mode 100644
index 00000000..8a905942
index 00000000..4ff0da0d
--- /dev/null
+++ b/src/sass/_color-palette-catppuccin-macchiato.scss
@@ -0,0 +1,72 @@
Expand Down Expand Up @@ -76,4 +76,3 @@ index 00000000..8a905942
+// Theme
+$default-light: $purple-light;
+$default-dark: $purple-dark;

3 changes: 1 addition & 2 deletions patches/colloid/sass-palette-mocha.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff --git a/src/sass/_color-palette-catppuccin-mocha.scss b/src/sass/_color-palette-catppuccin-mocha.scss
new file mode 100644
index 00000000..8a905942
index 00000000..4ff0da0d
--- /dev/null
+++ b/src/sass/_color-palette-catppuccin-mocha.scss
@@ -0,0 +1,72 @@
Expand Down Expand Up @@ -76,4 +76,3 @@ index 00000000..8a905942
+// Theme
+$default-light: $purple-light;
+$default-dark: $purple-dark;

0 comments on commit 495589d

Please sign in to comment.