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/androidstudio.mjs
vendored
2
packages/codemirror/themes/androidstudio.mjs
vendored
|
|
@ -8,6 +8,7 @@ export const settings = {
|
|||
background: '#282b2e',
|
||||
lineBackground: '#282b2e99',
|
||||
foreground: '#a9b7c6',
|
||||
muted: '#a9b7c650',
|
||||
caret: '#00FF00',
|
||||
selection: '#343739',
|
||||
selectionMatch: '#343739',
|
||||
|
|
@ -19,6 +20,7 @@ export default createTheme({
|
|||
settings: {
|
||||
background: '#282b2e',
|
||||
foreground: '#a9b7c6',
|
||||
muted: '#a9b7c650',
|
||||
caret: '#00FF00',
|
||||
selection: '#4e5254',
|
||||
selectionMatch: '#4e5254',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue