add muted theme color + use it for inputs and tags

This commit is contained in:
Felix Roos 2026-01-20 00:06:44 +01:00
parent 38b7bcb3d2
commit de83805fd9
No known key found for this signature in database
44 changed files with 95 additions and 41 deletions

View file

@ -5,6 +5,7 @@ export const settings = {
background: '#222',
lineBackground: '#22222299',
foreground: '#fff',
muted: '#ffffff50',
caret: '#ffcc00',
selection: 'rgba(128, 203, 196, 0.5)',
selectionMatch: '#036dd626',