Skip to content

Commit

Permalink
feat: darken struckout text
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Oct 2, 2023
1 parent a3b3f77 commit 5388763
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions palette/catppuccin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
hr {
color: map-get($colour, "surface2");
}
del {
color: map-get($colour, "overlay2");
}
.ace_gutter {
color: map-get($colour, "overlay1");
background: map-get($colour, "mantle");
Expand Down
12 changes: 12 additions & 0 deletions src/bin/assets/catppuccin.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@
.mocha hr {
color: #585b70;
}
.mocha del {
color: #9399b2;
}
.mocha .ace_gutter {
color: #7f849c;
background: #181825;
Expand Down Expand Up @@ -313,6 +316,9 @@
.macchiato hr {
color: #5b6078;
}
.macchiato del {
color: #939ab7;
}
.macchiato .ace_gutter {
color: #8087a2;
background: #1e2030;
Expand Down Expand Up @@ -475,6 +481,9 @@
.frappe hr {
color: #626880;
}
.frappe del {
color: #949cbb;
}
.frappe .ace_gutter {
color: #838ba7;
background: #292c3c;
Expand Down Expand Up @@ -637,6 +646,9 @@
.latte hr {
color: #acb0be;
}
.latte del {
color: #7c7f93;
}
.latte .ace_gutter {
color: #8c8fa1;
background: #e6e9ef;
Expand Down

0 comments on commit 5388763

Please sign in to comment.