feat: current line highlight
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
"colors": {
|
||||
"editor.background": "#1E1E1E",
|
||||
"editor.foreground": "#D4D4D4",
|
||||
"lineNumber.foreground": "#404040",
|
||||
"editorLineNumber.foreground": "#404040",
|
||||
"imeBar.background": "#dd1e1e1e",
|
||||
"imeBar.foreground": "#f1f1f1",
|
||||
"editor.selectionHighlightBackground": "#ADD6FF26"
|
||||
"editor.lineHighlightBackground": "#2e2e35"
|
||||
},
|
||||
"tokenColors": [
|
||||
{
|
||||
|
||||
@@ -483,9 +483,11 @@
|
||||
"colors": {
|
||||
"imeBar.background": "#ddf0f1f2",
|
||||
"imeBar.foreground": "#222327",
|
||||
"lineNumber.foreground": "#9DA39A",
|
||||
"editorLineNumber.foreground": "#9DA39A",
|
||||
"editor.background": "#F5F5F5",
|
||||
"editor.foreground": "#000000",
|
||||
"editor.lineHighlightBackground": "#E4F6D4",
|
||||
|
||||
"focusBorder": "#A6B39B",
|
||||
"pickerGroup.foreground": "#A6B39B",
|
||||
"pickerGroup.border": "#749351",
|
||||
@@ -497,12 +499,10 @@
|
||||
"list.highlightForeground": "#9769dc",
|
||||
"selection.background": "#C9D0D9",
|
||||
"editorWhitespace.foreground": "#AAAAAA",
|
||||
"editor.lineHighlightBackground": "#E4F6D4",
|
||||
"editor.selectionBackground": "#C9D0D9",
|
||||
"panel.background": "#F5F5F5",
|
||||
"sideBar.background": "#F2F2F2",
|
||||
"sideBarSectionHeader.background": "#ede8ef",
|
||||
"editorLineNumber.foreground": "#9DA39A",
|
||||
"editorCursor.foreground": "#54494B",
|
||||
"inputOption.activeBorder": "#adafb7",
|
||||
"dropdown.background": "#F5F5F5",
|
||||
|
||||
Reference in New Issue
Block a user