Skip to content

Commit

Permalink
feat: style .warning class (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Nov 5, 2023
1 parent 98861a6 commit ff9851d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions palette/catppuccin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
--searchresults-border-color: #{map-get($color, "crust")};
--searchresults-li-bg: #{map-get($color, "base")};
--search-mark-bg: #{map-get($color, "peach")};
--warning-border: #{map-get($color, "peach")};
}
}
4 changes: 4 additions & 0 deletions src/bin/assets/catppuccin.css
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@
--searchresults-border-color: #11111b;
--searchresults-li-bg: #1e1e2e;
--search-mark-bg: #fab387;
--warning-border: #fab387;
}

.macchiato {
Expand Down Expand Up @@ -718,6 +719,7 @@
--searchresults-border-color: #181926;
--searchresults-li-bg: #24273a;
--search-mark-bg: #f5a97f;
--warning-border: #f5a97f;
}

.frappe {
Expand Down Expand Up @@ -749,6 +751,7 @@
--searchresults-border-color: #232634;
--searchresults-li-bg: #303446;
--search-mark-bg: #ef9f76;
--warning-border: #ef9f76;
}

.latte {
Expand Down Expand Up @@ -780,4 +783,5 @@
--searchresults-border-color: #dce0e8;
--searchresults-li-bg: #eff1f5;
--search-mark-bg: #fe640b;
--warning-border: #fe640b;
}

0 comments on commit ff9851d

Please sign in to comment.