Update dark mode colors
This commit is contained in:
+8
-5
@@ -25,7 +25,8 @@ const dashboardRecipe = defineRecipe({
|
|||||||
const canvasRecipe = defineRecipe({
|
const canvasRecipe = defineRecipe({
|
||||||
base: {
|
base: {
|
||||||
bg: "{base200}",
|
bg: "{base200}",
|
||||||
zIndex: "-1"
|
zIndex: "-1",
|
||||||
|
color: "{text}"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -74,7 +75,8 @@ const widgetRecipe = defineSlotRecipe({
|
|||||||
},
|
},
|
||||||
header: {
|
header: {
|
||||||
flexShrink: "0",
|
flexShrink: "0",
|
||||||
bg: "base200",
|
bg: "{base300}",
|
||||||
|
color: "{text}",
|
||||||
cursor: "move",
|
cursor: "move",
|
||||||
borderRadius: "sm",
|
borderRadius: "sm",
|
||||||
whiteSpace: "nowrap",
|
whiteSpace: "nowrap",
|
||||||
@@ -83,7 +85,8 @@ const widgetRecipe = defineSlotRecipe({
|
|||||||
},
|
},
|
||||||
canvas: {
|
canvas: {
|
||||||
flex: "1 1 auto",
|
flex: "1 1 auto",
|
||||||
bg: "base100",
|
bg: "transparent",
|
||||||
|
color: "{text}",
|
||||||
cursor: "default",
|
cursor: "default",
|
||||||
borderRadius: "md",
|
borderRadius: "md",
|
||||||
overflow: "auto",
|
overflow: "auto",
|
||||||
@@ -95,9 +98,9 @@ const config = defineConfig({
|
|||||||
theme: {
|
theme: {
|
||||||
semanticTokens: {
|
semanticTokens: {
|
||||||
colors: {
|
colors: {
|
||||||
base100: { value: {base: "#f6f9faff", _dark: "lightgrey"}},
|
base100: { value: {base: "#f6f9faff", _dark: "#1617199e"}},
|
||||||
base200: { value: {base: "#e6ecf1ff", _dark: "#242424"}},
|
base200: { value: {base: "#e6ecf1ff", _dark: "#242424"}},
|
||||||
base300: { value: {base: "#d3dae4ff", _dark: "#60645a"}},
|
base300: { value: {base: "#d3dae4ff", _dark: "#0a0b0bff"}},
|
||||||
// primary: { value: {base: "#9cd855", _dark: "#629631"}},
|
// primary: { value: {base: "#9cd855", _dark: "#629631"}},
|
||||||
primary: { value: {base: "#2B98F8", _dark: "#2B98F8"}},
|
primary: { value: {base: "#2B98F8", _dark: "#2B98F8"}},
|
||||||
// primaryLt: { value: {base: "#c9e9a0", _dark: "#92948e"}},
|
// primaryLt: { value: {base: "#c9e9a0", _dark: "#92948e"}},
|
||||||
|
|||||||
Reference in New Issue
Block a user