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
1
packages/codemirror/themes/fruitDaw.mjs
vendored
1
packages/codemirror/themes/fruitDaw.mjs
vendored
|
|
@ -23,6 +23,7 @@ export const settings = {
|
|||
background: hex[0],
|
||||
lineBackground: 'transparent',
|
||||
foreground: hex[10],
|
||||
muted: hex[7],
|
||||
selection: hex[8],
|
||||
selectionMatch: hex[0],
|
||||
gutterBackground: hex[3],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue