Skip to content

Commit

Permalink
fix: colours in diff codeblock (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoralPink committed Oct 2, 2023
1 parent 1259be2 commit a3b3f77
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions palette/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion palette/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"homepage": "https://github.com/catppuccin/mdBook#readme",
"devDependencies": {
"@catppuccin/highlightjs": "^0.1.2",
"@catppuccin/highlightjs": "^0.1.3",
"@catppuccin/palette": "^0.1.6",
"sass": "^1.58.3"
}
Expand Down
16 changes: 8 additions & 8 deletions src/bin/assets/catppuccin.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@
.mocha .hljs-template-variable {
color: #f2cdcd;
}
.mocha .hljs-diff-addition {
.mocha .hljs-addition {
color: #a6e3a1;
background: rgba(166, 227, 161, 0.15);
}
.mocha .hljs-diff-deletion {
.mocha .hljs-deletion {
color: #f38ba8;
background: rgba(243, 139, 168, 0.15);
}
Expand Down Expand Up @@ -294,11 +294,11 @@
.macchiato .hljs-template-variable {
color: #f0c6c6;
}
.macchiato .hljs-diff-addition {
.macchiato .hljs-addition {
color: #a6da95;
background: rgba(166, 218, 149, 0.15);
}
.macchiato .hljs-diff-deletion {
.macchiato .hljs-deletion {
color: #ed8796;
background: rgba(237, 135, 150, 0.15);
}
Expand Down Expand Up @@ -456,11 +456,11 @@
.frappe .hljs-template-variable {
color: #eebebe;
}
.frappe .hljs-diff-addition {
.frappe .hljs-addition {
color: #a6d189;
background: rgba(166, 209, 137, 0.15);
}
.frappe .hljs-diff-deletion {
.frappe .hljs-deletion {
color: #e78284;
background: rgba(231, 130, 132, 0.15);
}
Expand Down Expand Up @@ -618,11 +618,11 @@
.latte .hljs-template-variable {
color: #dd7878;
}
.latte .hljs-diff-addition {
.latte .hljs-addition {
color: #40a02b;
background: rgba(64, 160, 43, 0.15);
}
.latte .hljs-diff-deletion {
.latte .hljs-deletion {
color: #d20f39;
background: rgba(210, 15, 57, 0.15);
}
Expand Down

0 comments on commit a3b3f77

Please sign in to comment.