mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-10 23:47:39 +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', {
|
||||
base: 'vs',
|
||||
inherit: true,
|
||||
rules: [{ token: '', foreground: 'FFFFFF' }],
|
||||
rules: [{ token: '' }],
|
||||
colors: {
|
||||
'editor.background': '#FFFFFF',
|
||||
'editor.background': '#f8f6f6',
|
||||
'minimap.background': '#f4f4f4',
|
||||
'scrollbar.shadow': '#e1e1e1',
|
||||
'scrollbarSlider.background': '#e1e1e1',
|
||||
|
|
Loading…
Add table
Reference in a new issue