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/githubDark.mjs
vendored
2
packages/codemirror/themes/githubDark.mjs
vendored
|
|
@ -5,6 +5,7 @@ export const settings = {
|
|||
background: '#0d1117',
|
||||
lineBackground: '#0d111799',
|
||||
foreground: '#c9d1d9',
|
||||
muted: '#c9d1d950',
|
||||
caret: '#c9d1d9',
|
||||
selection: '#003d73',
|
||||
selectionMatch: '#003d73',
|
||||
|
|
@ -16,6 +17,7 @@ export default createTheme({
|
|||
settings: {
|
||||
background: '#0d1117',
|
||||
foreground: '#c9d1d9',
|
||||
muted: '#c9d1d950',
|
||||
caret: '#c9d1d9',
|
||||
selection: '#003d73',
|
||||
selectionMatch: '#003d73',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue