fix bluescreen line bg
This commit is contained in:
parent
a21b3d788f
commit
89cd0c769b
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ import { tags as t } from '@lezer/highlight';
|
|||
import { createTheme } from '@uiw/codemirror-themes';
|
||||
export const settings = {
|
||||
background: '#051DB5',
|
||||
lineBackground: '#051DB550',
|
||||
foreground: 'white', // whats that?
|
||||
caret: 'white',
|
||||
selection: 'rgba(128, 203, 196, 0.5)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue