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 solarizeddark: Theme = {
colors: {
background: '#002b36',
surface: '#073642',
surfaceHover: '#094551',
border: '#586e75',
text: '#839496',
textSecondary: '#657b83',
accent: '#268bd2',
accentHover: '#2aa198',
accentText: '#002b36',
input: '#073642',
inputBorder: '#586e75',
inputBorderFocus: '#268bd2',
button: '#073642',
buttonHover: '#094551',
danger: '#dc322f',
dangerHover: '#cb4b16',
dangerText: '#fdf6e3',
warning: '#b58900',
warningHover: '#cb4b16',
warningText: '#002b36',
info: '#2aa198',
infoHover: '#268bd2',
infoText: '#002b36',
success: '#859900',
successHover: '#719600',
successText: '#002b36',
},
editor: {
background: '#002b36',