Added darkmode warning palette

This commit is contained in:
Daniel Cojocea
2024-08-30 12:53:23 -04:00
parent 15defa33eb
commit d56ee2abb7
4 changed files with 32 additions and 54 deletions
+8 -7
View File
@@ -38,22 +38,22 @@ const darkTheme = createTheme({
success: {
text: "#079455",
main: "#45bb7a",
light: "#93d5aa",
light: "#1e1e1e",
bg: "#27272a",
},
error: {
text: "#f04438",
main: "#d32f2f",
light: "#f04438",
light: "#1e1e1e",
bg: "#27272a",
border: "#f04438",
},
warning: {
text: "#DC6803",
main: "#e88c30",
light: "#fffcf5",
bg: "#ffecbc",
border: "#fec84b",
text: "#e88c30",
main: "#FF9F00",
light: "#27272a",
bg: "#1E1E1E",
border: "#e88c30",
},
unresolved: { main: "#4e5ba6", light: "#e2eaf7", bg: "#f2f4f7" },
divider: border.light,
@@ -102,6 +102,7 @@ const darkTheme = createTheme({
borderRadius: 4,
boxShadow: shadow,
backgroundColor: background.main,
backgroundImage: "none",
},
},
},