Skip to content

Commit

Permalink
Update theme neutral color
Browse files Browse the repository at this point in the history
- Remove blue-ish tint from tooltips
  • Loading branch information
danieladugyan committed Jan 5, 2025
1 parent 2451fa5 commit 2e4459d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/utils/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const colors = {
primary: "#CC5E80",
secondary: "#9966CC",
accent: "#1fb2a6",
neutral: "#2b3440",
neutral: "#ededed",
"base-100": "#DDDDDD",
"base-200": "#e5e5e5",
"base-300": "#ededed",
Expand All @@ -18,8 +18,10 @@ export const colors = {
primary: "#F280A1",
secondary: "#9966CC",
accent: "#1dcdbc",
neutral: "#2a323c",
neutral: "#1c1a1c",
"base-100": "#252225",
"base-200": "#211e21",
"base-300": "#1c1a1c",
info: "#3abff8",
success: "#36d399",
warning: "#fbbd23",
Expand Down

0 comments on commit 2e4459d

Please sign in to comment.