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/sublime.mjs
vendored
2
packages/codemirror/themes/sublime.mjs
vendored
|
|
@ -5,6 +5,7 @@ export const settings = {
|
|||
background: '#303841',
|
||||
lineBackground: '#30384199',
|
||||
foreground: '#FFFFFF',
|
||||
muted: '#FFFFFF50',
|
||||
caret: '#FBAC52',
|
||||
selection: '#4C5964',
|
||||
selectionMatch: '#3A546E',
|
||||
|
|
@ -18,6 +19,7 @@ export default createTheme({
|
|||
settings: {
|
||||
background: '#303841',
|
||||
foreground: '#FFFFFF',
|
||||
muted: '#FFFFFF50',
|
||||
caret: '#FBAC52',
|
||||
selection: '#4C5964',
|
||||
selectionMatch: '#3A546E',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue