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
1
packages/codemirror/themes/sonic-pink.mjs
vendored
1
packages/codemirror/themes/sonic-pink.mjs
vendored
|
|
@ -13,6 +13,7 @@ export const settings = {
|
|||
background: '#000000',
|
||||
lineBackground: 'transparent',
|
||||
foreground: hex[4],
|
||||
muted: hex[6],
|
||||
selection: hex[6],
|
||||
gutterBackground: hex[0],
|
||||
gutterForeground: hex[5],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue