mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-23 19:48:31 +00:00
improve vscodeDark
This commit is contained in:
parent
212a478161
commit
ce5add4a56
4
packages/codemirror/themes/vscodeDark.mjs
vendored
4
packages/codemirror/themes/vscodeDark.mjs
vendored
@ -4,7 +4,7 @@ import { createTheme } from './theme-helper.mjs';
|
|||||||
export const settings = {
|
export const settings = {
|
||||||
background: '#1e1e1e',
|
background: '#1e1e1e',
|
||||||
lineBackground: '#1e1e1e99',
|
lineBackground: '#1e1e1e99',
|
||||||
foreground: '#9cdcfe',
|
foreground: '#fff',
|
||||||
caret: '#c6c6c6',
|
caret: '#c6c6c6',
|
||||||
selection: '#6199ff2f',
|
selection: '#6199ff2f',
|
||||||
selectionMatch: '#72a1ff59',
|
selectionMatch: '#72a1ff59',
|
||||||
@ -18,7 +18,7 @@ export default createTheme({
|
|||||||
theme: 'dark',
|
theme: 'dark',
|
||||||
settings: {
|
settings: {
|
||||||
background: '#1e1e1e',
|
background: '#1e1e1e',
|
||||||
foreground: '#9cdcfe',
|
foreground: '#fff',
|
||||||
caret: '#c6c6c6',
|
caret: '#c6c6c6',
|
||||||
selection: '#6199ff2f',
|
selection: '#6199ff2f',
|
||||||
selectionMatch: '#72a1ff59',
|
selectionMatch: '#72a1ff59',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user