completionId: cgen-ebb0699efd304837b0389f7486ffb823
cgen-ebb0699efd304837b0389f7486ffb823
This commit is contained in:
parent
99e212d511
commit
020d9df121
1 changed files with 6 additions and 6 deletions
|
|
@ -24,21 +24,21 @@ interface ThemeColors {
|
|||
}
|
||||
|
||||
const professionalTheme: ThemeColors = {
|
||||
background: "bg-gradient-to-br from-white via-blue-50/30 to-slate-100",
|
||||
background: "bg-white",
|
||||
foreground: "text-slate-900",
|
||||
sidebar: "bg-white",
|
||||
sidebar: "bg-gradient-to-b from-white to-slate-50",
|
||||
sidebarText: "text-slate-700",
|
||||
sidebarHover: "hover:bg-slate-100",
|
||||
sidebarHover: "hover:bg-slate-50",
|
||||
sidebarActive: "text-blue-600",
|
||||
sidebarActiveBg: "bg-blue-50",
|
||||
sidebarActiveBg: "bg-slate-100",
|
||||
accent: "text-blue-600",
|
||||
accentHover: "hover:text-blue-700",
|
||||
border: "border-slate-200",
|
||||
cardBg: "bg-white border border-slate-200",
|
||||
cardBg: "bg-slate-50",
|
||||
cardBorder: "border-slate-200",
|
||||
buttonBg: "bg-blue-600",
|
||||
buttonText: "text-white",
|
||||
inputBg: "bg-white border border-slate-200",
|
||||
inputBg: "bg-white border border-slate-300",
|
||||
inputBorder: "border-slate-300",
|
||||
headingColor: "text-slate-900",
|
||||
textMuted: "text-slate-600",
|
||||
|
|
|
|||
Loading…
Reference in a new issue