update colour scheme

This commit is contained in:
ppc
2024-08-13 20:52:28 +01:00
parent 4b97d226f1
commit 2405ef3e14
+2 -1
View File
@@ -30,7 +30,8 @@ const AMDarkTheme: MD3Theme = {
colors: {
...MD3DarkTheme.colors,
primary: '#e11d48',
secondary: "#dc2626",
secondary: "#f97316",
tertiary: "#2563eb",
background: "#09090b",
surface: "#1c1917",
},