fix editor colors

This commit is contained in:
lelgenio 2020-12-28 14:25:06 -03:00
parent e7efb396e4
commit f548036ded
2 changed files with 4 additions and 2 deletions

View File

@ -38,11 +38,11 @@ face global Default default,default
face global PrimaryCursor default,{{@@ accent @@}}+fg
face global PrimaryCursorEol PrimaryCursor
face global PrimarySelection default,{{@@ bg_light @@}}+fg
face global PrimarySelection default,{{@@ bg_light @@}}
face global SecondaryCursor default,default+rfg
face global SecondaryCursorEol SecondaryCursor
face global SecondarySelection default,{{@@ bg_light @@}}+fg
face global SecondarySelection default,{{@@ bg_light @@}}
face global MenuForeground default,{{@@ accent @@}}
face global MenuBackground default,{{@@ bg_dark @@}}

View File

@ -71,6 +71,8 @@
"statusBar.noFolderBackground": "{{@@ color.bg @@}}",
"statusBar.debuggingBackground": "{{@@ color.bg @@}}",
"sideBar.background": "{{@@ color.bg @@}}",
"terminal.background": "{{@@ color.bg @@}}",
"panel.background": "{{@@ color.bg @@}}",
// foregrounds
"editorCursor.background": "{{@@ color.txt @@}}",
"statusBar.foreground": "{{@@ color.txt @@}}",