Skip to content

Commit 996e6cd

Browse files
authored
chore: finish putting out the fires (#350)
* fix: highlightjs breaking changes * chore: update husky
1 parent 9781996 commit 996e6cd

6 files changed

+4
-8
lines changed

.husky/.gitignore

-1
This file was deleted.

.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx lint-staged

src/catppuccin-frappe.theme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ $brand: $blue;
2121

2222
@import "theme";
2323
.theme-dark {
24-
@include theme.highlights("frappe", "hex");
24+
@include theme.highlights("frappe");
2525
}

src/catppuccin-latte.theme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ $brand: $blue;
7070

7171
@import "theme";
7272
.theme-dark {
73-
@include theme.highlights("latte", "hex");
73+
@include theme.highlights("latte");
7474
}

src/catppuccin-macchiato.theme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ $brand: $blue;
2121

2222
@import "theme";
2323
.theme-dark {
24-
@include theme.highlights("macchiato", "hex");
24+
@include theme.highlights("macchiato");
2525
}

src/catppuccin-mocha.theme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ $brand: $blue;
2121

2222
@import "theme";
2323
.theme-dark {
24-
@include theme.highlights("mocha", "hex");
24+
@include theme.highlights("mocha");
2525
}

0 commit comments

Comments
 (0)