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/teletext.mjs
vendored
3
packages/codemirror/themes/teletext.mjs
vendored
|
|
@ -9,7 +9,8 @@ let colorD = '#f8fc55';
|
|||
|
||||
export const settings = {
|
||||
background: '#000000',
|
||||
foreground: colorA, // whats that?
|
||||
foreground: colorA,
|
||||
muted: colorA + '50',
|
||||
caret: colorC,
|
||||
selection: colorD,
|
||||
selectionMatch: colorA,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue