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 nightowl: Theme = {
colors: {
background: '#011627',
surface: '#0b2942',
surfaceHover: '#1d3b53',
border: '#1d3b53',
text: '#d6deeb',
textSecondary: '#637777',
accent: '#80a4c2',
accentHover: '#9fb9d0',
accentText: '#011627',
input: '#0b2942',
inputBorder: '#1d3b53',
inputBorderFocus: '#80a4c2',
button: '#1d3b53',
buttonHover: '#2d4f6b',
danger: '#ef5350',
dangerHover: '#f27572',
dangerText: '#011627',
warning: '#ecc48d',
warningHover: '#f78c6c',
warningText: '#011627',
info: '#82aaff',
infoHover: '#7fdbca',
infoText: '#011627',
success: '#addb67',
successHover: '#7fdbca',
successText: '#011627',
},
editor: {
background: '#011627',