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
2
packages/codemirror/themes/vscodeLight.mjs
vendored
2
packages/codemirror/themes/vscodeLight.mjs
vendored
|
|
@ -5,6 +5,7 @@ export const settings = {
|
|||
background: '#ffffff',
|
||||
lineBackground: '#ffffff50',
|
||||
foreground: '#383a42',
|
||||
muted: '#383a4250',
|
||||
caret: '#000',
|
||||
selection: '#add6ff',
|
||||
selectionMatch: '#a8ac94',
|
||||
|
|
@ -20,6 +21,7 @@ export default createTheme({
|
|||
settings: {
|
||||
background: '#ffffff',
|
||||
foreground: '#383a42',
|
||||
muted: '#383a4250',
|
||||
caret: '#000',
|
||||
selection: '#add6ff',
|
||||
selectionMatch: '#a8ac94',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue