Skip to content

Commit c315046

Browse files
authored
refactor: switch borders from crust to surface0 (#118)
1 parent 0aad6a2 commit c315046

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/catppuccin.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
--theme-hover: #{map-get($color, "overlay0")};
5151
--quote-bg: #{map-get($color, "mantle")};
5252
--quote-border: #{map-get($color, "crust")};
53-
--table-border-color: #{map-get($color, "crust")};
53+
--table-border-color: #{map-get($color, "surface0")};
5454
--table-header-bg: #{map-get($color, "mantle")};
5555
--table-alternate-bg: #{map-get($color, "mantle")};
56-
--searchbar-border-color: #{map-get($color, "crust")};
56+
--searchbar-border-color: #{map-get($color, "surface0")};
5757
--searchbar-bg: #{map-get($color, "mantle")};
5858
--searchbar-fg: #{map-get($color, "text")};
5959
--searchbar-shadow-color: #{map-get($color, "crust")};
6060
--searchresults-header-fg: #{map-get($color, "text")};
61-
--searchresults-border-color: #{map-get($color, "crust")};
61+
--searchresults-border-color: #{map-get($color, "surface0")};
6262
--searchresults-li-bg: #{map-get($color, "base")};
6363
--search-mark-bg: #{map-get($color, "peach")};
6464
--warning-border: #{map-get($color, "peach")};

0 commit comments

Comments
 (0)