fix bluescreen line bg

This commit is contained in:
Felix Roos 2023-02-19 23:27:56 +01:00
parent a21b3d788f
commit 89cd0c769b

View File

@ -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)',