Skip to content

Commit

Permalink
fix: theme tooltip & less harsh hover (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Sep 22, 2024
1 parent 5a04755 commit ac84329
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/catppuccin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
color: map-get($colour, "pink");
background: map-get($colour, "mantle");
}
.tooltiptext {
background: map-get($colour, "mantle");
color: map-get($colour, "text");
}
}
}

Expand All @@ -47,7 +51,7 @@
--inline-code-color: #{map-get($color, "peach")};
--theme-popup-bg: #{map-get($color, "mantle")};
--theme-popup-border: #{map-get($color, "overlay0")};
--theme-hover: #{map-get($color, "overlay0")};
--theme-hover: #{map-get($color, "surface0")};
--quote-bg: #{map-get($color, "mantle")};
--quote-border: #{map-get($color, "crust")};
--table-border-color: #{map-get($color, "surface0")};
Expand Down

0 comments on commit ac84329

Please sign in to comment.