completionId: cgen-943e8c0e51964112b1a8cdee1c319e5a
cgen-943e8c0e51964112b1a8cdee1c319e5a
This commit is contained in:
parent
edb9939638
commit
5fc83048d1
1 changed files with 10 additions and 10 deletions
|
|
@ -25,23 +25,23 @@ interface ThemeColors {
|
||||||
|
|
||||||
const professionalTheme: ThemeColors = {
|
const professionalTheme: ThemeColors = {
|
||||||
background: "bg-white",
|
background: "bg-white",
|
||||||
foreground: "text-black",
|
foreground: "text-gray-900",
|
||||||
sidebar: "bg-gradient-to-b from-slate-100 to-slate-50",
|
sidebar: "bg-gradient-to-b from-gray-50 to-white",
|
||||||
sidebarText: "text-black",
|
sidebarText: "text-gray-700",
|
||||||
sidebarHover: "hover:bg-slate-200/60",
|
sidebarHover: "hover:bg-gray-200",
|
||||||
sidebarActive: "text-black",
|
sidebarActive: "text-black",
|
||||||
sidebarActiveBg: "bg-slate-300/60",
|
sidebarActiveBg: "bg-blue-100",
|
||||||
accent: "text-black",
|
accent: "text-blue-600",
|
||||||
accentHover: "hover:text-gray-800",
|
accentHover: "hover:text-blue-700",
|
||||||
border: "border-gray-300",
|
border: "border-gray-200",
|
||||||
cardBg: "bg-gray-50",
|
cardBg: "bg-gray-50",
|
||||||
cardBorder: "border-gray-300",
|
cardBorder: "border-gray-300",
|
||||||
buttonBg: "bg-black",
|
buttonBg: "bg-black",
|
||||||
buttonText: "text-white",
|
buttonText: "text-white",
|
||||||
inputBg: "bg-white border border-gray-300",
|
inputBg: "bg-white border border-gray-300",
|
||||||
inputBorder: "border-gray-300",
|
inputBorder: "border-gray-300",
|
||||||
headingColor: "text-black",
|
headingColor: "text-gray-900",
|
||||||
textMuted: "text-black",
|
textMuted: "text-gray-600",
|
||||||
};
|
};
|
||||||
|
|
||||||
const brandTheme: ThemeColors = {
|
const brandTheme: ThemeColors = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue