Customize theme color

This commit is contained in:
Takeshi Kimata
2024-03-23 19:18:30 +09:00
parent 9f63f389ff
commit 3da568a4f8
6 changed files with 22 additions and 11 deletions

View File

@@ -27,10 +27,10 @@ module.exports = {
dark: {
colors: {
primary: {
DEFAULT: "#d1d5db",
foreground: "#000000",
DEFAULT: "#1F883D",
foreground: "#FFFFFF",
},
focus: "#d1d5db",
focus: "#1F883D",
},
},
},