updated interface

This commit is contained in:
Gavin McDonald
2025-05-07 10:31:43 -04:00
parent 4786d0fee9
commit ed7931f0d6
2 changed files with 90 additions and 46 deletions

View File

@@ -12,29 +12,18 @@ module.exports = {
extend: {
colors: {
primary: '#6495ED', // cornflowerblue
highlight: '#74A0EF',
bg: {
light: '#F0F8FF', // aliceblue
dark: '#1C1F26', // near black
light: '#D1DFFA',
dark: '#1E2D47',
},
fg: {
light: '#222222',
dark: '#E0E6ED',
light: '#1E2D47',
dark: '#D1DFFA',
},
secondary: {
light: '#B0C4DE',
dark: '#3A4A5E',
},
accent: {
light: '#7B68EE',
dark: '#9CAEFF',
},
danger: {
light: '#F08080',
dark: '#FF6B6B',
},
success: {
light: '#3CB371',
dark: '#4CAF50',
light: '#64D9ED',
dark: '#324B77',
},
},
},