This commit is contained in:
mrjvs
2023-08-20 17:59:46 +02:00
parent eb57f1958f
commit 1fde44076a
19 changed files with 327 additions and 315 deletions

View File

@@ -50,20 +50,39 @@ module.exports = {
defaultTheme: {
extend: {
colors: {
// meta data for the theme itself
global: {
accentA: "#505DBD",
accentB: "#3440A1"
},
// light bar
lightBar: {
light: "#2A2A71"
},
// only used for body colors/textures
background: {
main: "#0A0A10",
accentA: "#6E3B80",
accentB: "#1F1F50"
},
global: {
accentA: "#505DBD",
accentB: "#3440A1"
},
// typography
type: {
emphasis: "#FFFFFF",
text: "#73739D",
dimmed: "#926CAD",
divider: "#353549"
divider: "#262632"
},
// search bar
search: {
background: "#1E1E33",
focused: "#24243C",
placeholder: "#4A4A71",
icon: "#545476",
text: "#FFFFFF"
}
}
}