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/bluescreen.mjs
vendored
3
packages/codemirror/themes/bluescreen.mjs
vendored
|
|
@ -3,7 +3,8 @@ import { createTheme } from './theme-helper.mjs';
|
|||
export const settings = {
|
||||
background: '#051DB5',
|
||||
lineBackground: '#051DB550',
|
||||
foreground: 'white', // whats that?
|
||||
foreground: 'white',
|
||||
muted: '#ffffff50',
|
||||
caret: 'white',
|
||||
selection: 'rgba(128, 203, 196, 0.5)',
|
||||
selectionMatch: '#036dd626',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue