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
3
packages/codemirror/themes/CutiePi.mjs
vendored
3
packages/codemirror/themes/CutiePi.mjs
vendored
|
|
@ -17,10 +17,11 @@ export const settings = {
|
|||
background: 'white',
|
||||
lineBackground: 'transparent',
|
||||
foreground: deepPurple,
|
||||
muted: deepPurple + '50',
|
||||
caret: '#797977',
|
||||
selection: yellowPink,
|
||||
selectionMatch: '#2B323D',
|
||||
gutterBackground: grey,
|
||||
gutterBackground: pinkAccent,
|
||||
gutterForeground: lightGrey,
|
||||
gutterBorder: 'transparent',
|
||||
lineHighlight: pinkAccent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue