mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-12 00:16:37 +08:00
fix: code editor font color (#8784)
This commit is contained in:
parent
aa8277dc03
commit
6ee2bf2bca
1 changed files with 2 additions and 2 deletions
|
@ -424,9 +424,9 @@ const config = reactive<EditorConfig>({
|
||||||
monaco.editor.defineTheme('vs', {
|
monaco.editor.defineTheme('vs', {
|
||||||
base: 'vs',
|
base: 'vs',
|
||||||
inherit: true,
|
inherit: true,
|
||||||
rules: [{ token: '', foreground: 'FFFFFF' }],
|
rules: [{ token: '' }],
|
||||||
colors: {
|
colors: {
|
||||||
'editor.background': '#FFFFFF',
|
'editor.background': '#f8f6f6',
|
||||||
'minimap.background': '#f4f4f4',
|
'minimap.background': '#f4f4f4',
|
||||||
'scrollbar.shadow': '#e1e1e1',
|
'scrollbar.shadow': '#e1e1e1',
|
||||||
'scrollbarSlider.background': '#e1e1e1',
|
'scrollbarSlider.background': '#e1e1e1',
|
||||||
|
|
Loading…
Add table
Reference in a new issue