add muted theme color + use it for inputs and tags
This commit is contained in:
parent
38b7bcb3d2
commit
de83805fd9
44 changed files with 95 additions and 41 deletions
3
packages/codemirror/themes/whitescreen.mjs
vendored
3
packages/codemirror/themes/whitescreen.mjs
vendored
|
|
@ -2,7 +2,8 @@ import { tags as t } from '@lezer/highlight';
|
|||
import { createTheme } from './theme-helper.mjs';
|
||||
export const settings = {
|
||||
background: 'white',
|
||||
foreground: 'black', // whats that?
|
||||
foreground: 'black',
|
||||
muted: '#00000050',
|
||||
caret: 'black',
|
||||
selection: 'rgba(128, 203, 196, 0.5)',
|
||||
selectionMatch: '#ffffff26',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue