set background to 222 + remove log
This commit is contained in:
parent
0cd82c7e57
commit
67c21c18cf
6 changed files with 15 additions and 17 deletions
|
|
@ -3,7 +3,7 @@ import { createTheme } from '@uiw/codemirror-themes';
|
|||
export default createTheme({
|
||||
theme: 'dark',
|
||||
settings: {
|
||||
background: '#111',
|
||||
background: '#222',
|
||||
foreground: '#75baff', // whats that?
|
||||
caret: '#ffcc00',
|
||||
selection: 'rgba(128, 203, 196, 0.5)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue