completionId: cgen-d7c5e284764642c2a8c4dffb463cb5c3
cgen-d7c5e284764642c2a8c4dffb463cb5c3
This commit is contained in:
parent
278cbebab6
commit
93f9dfc1d0
1 changed files with 16 additions and 16 deletions
|
|
@ -24,24 +24,24 @@ interface ThemeColors {
|
|||
}
|
||||
|
||||
const professionalTheme: ThemeColors = {
|
||||
background: "bg-white",
|
||||
foreground: "text-slate-900",
|
||||
sidebar: "bg-gradient-to-b from-white to-slate-50",
|
||||
sidebarText: "text-slate-700",
|
||||
sidebarHover: "hover:bg-slate-50",
|
||||
sidebarActive: "text-blue-600",
|
||||
sidebarActiveBg: "bg-slate-100",
|
||||
accent: "text-blue-600",
|
||||
accentHover: "hover:text-blue-700",
|
||||
border: "border-slate-200",
|
||||
cardBg: "bg-slate-50",
|
||||
cardBorder: "border-slate-200",
|
||||
buttonBg: "bg-blue-600",
|
||||
background: "bg-gradient-to-br from-slate-50 via-blue-50/30 to-slate-50",
|
||||
foreground: "text-slate-800",
|
||||
sidebar: "bg-gradient-to-b from-slate-50/80 via-slate-50 to-blue-50/40",
|
||||
sidebarText: "text-slate-600",
|
||||
sidebarHover: "hover:bg-slate-100/50",
|
||||
sidebarActive: "text-teal-600",
|
||||
sidebarActiveBg: "bg-teal-50/60",
|
||||
accent: "text-teal-600",
|
||||
accentHover: "hover:text-teal-700",
|
||||
border: "border-slate-200/70",
|
||||
cardBg: "bg-white/60",
|
||||
cardBorder: "border-slate-200/50",
|
||||
buttonBg: "bg-teal-600",
|
||||
buttonText: "text-white",
|
||||
inputBg: "bg-white border border-slate-300",
|
||||
inputBorder: "border-slate-300",
|
||||
inputBg: "bg-white/80 border border-slate-200",
|
||||
inputBorder: "border-slate-200",
|
||||
headingColor: "text-slate-900",
|
||||
textMuted: "text-slate-600",
|
||||
textMuted: "text-slate-500",
|
||||
};
|
||||
|
||||
const brandTheme: ThemeColors = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue