theme awareness

This commit is contained in:
2025-11-14 13:42:18 +01:00
parent 8941ee13bc
commit 5a388e7f14
37 changed files with 444 additions and 109 deletions

View File

@ -5,17 +5,30 @@ export const ayumirage: Theme = {
colors: {
background: '#1f2430',
surface: '#232834',
surfaceHover: '#2d3540',
border: '#33415e',
text: '#cccac2',
textSecondary: '#707a8c',
accent: '#ffcc66',
accentHover: '#ffd580',
accentText: '#1f2430',
input: '#242936',
inputBorder: '#33415e',
inputBorderFocus: '#ffcc66',
button: '#33415e',
buttonHover: '#3e4b66',
danger: '#f28779',
dangerHover: '#f5a697',
dangerText: '#1f2430',
warning: '#ffa759',
warningHover: '#f29e74',
warningText: '#1f2430',
info: '#5ccfe6',
infoHover: '#73d0ff',
infoText: '#1f2430',
success: '#d5ff80',
successHover: '#bae67e',
successText: '#1f2430',
},
editor: {
background: '#1f2430',