提交 344bc651 编写于 作者: A Alex

Set active line number color for default themes

上级 7aab3210
...@@ -312,6 +312,7 @@ ...@@ -312,6 +312,7 @@
"editorHoverWidget.background": "#000c38", "editorHoverWidget.background": "#000c38",
"editorHoverWidget.border": "#004c18", "editorHoverWidget.border": "#004c18",
"editorLineNumber.foreground": "#406385", "editorLineNumber.foreground": "#406385",
"editorActiveLineNumber.foreground": "#80a2c2",
"editorMarkerNavigation.background": "#060621", "editorMarkerNavigation.background": "#060621",
"editorMarkerNavigationError.background": "#AB395B", "editorMarkerNavigationError.background": "#AB395B",
"editorMarkerNavigationWarning.background": "#5B7E7A", "editorMarkerNavigationWarning.background": "#5B7E7A",
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
"editor.background": "#1E1E1E", "editor.background": "#1E1E1E",
"editor.foreground": "#D4D4D4", "editor.foreground": "#D4D4D4",
"editor.inactiveSelectionBackground": "#3A3D41", "editor.inactiveSelectionBackground": "#3A3D41",
"editorActiveLineNumber.foreground": "#8a8a8a",
"editorIndentGuide.background": "#404040", "editorIndentGuide.background": "#404040",
"editor.selectionHighlightBackground": "#ADD6FF26", "editor.selectionHighlightBackground": "#ADD6FF26",
"list.dropBackground": "#383B3D", "list.dropBackground": "#383B3D",
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"colors": { "colors": {
"editor.background": "#FFFFFF", "editor.background": "#FFFFFF",
"editor.foreground": "#000000", "editor.foreground": "#000000",
"editorActiveLineNumber.foreground": "#567983",
"editor.inactiveSelectionBackground": "#E5EBF1", "editor.inactiveSelectionBackground": "#E5EBF1",
"editorIndentGuide.background": "#D3D3D3", "editorIndentGuide.background": "#D3D3D3",
"editor.selectionHighlightBackground": "#ADD6FF4D", "editor.selectionHighlightBackground": "#ADD6FF4D",
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
"activityBar.foreground": "#d3af86", "activityBar.foreground": "#d3af86",
"sideBar.background": "#362712", "sideBar.background": "#362712",
"editor.lineHighlightBackground": "#5e452b", "editor.lineHighlightBackground": "#5e452b",
"editorActiveLineNumber.foreground": "#adadad",
"editorCursor.foreground": "#d3af86", "editorCursor.foreground": "#d3af86",
"editorWhitespace.foreground": "#a57a4c", "editorWhitespace.foreground": "#a57a4c",
"peekViewTitle.background": "#362712", "peekViewTitle.background": "#362712",
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
"editor.selectionBackground": "#676b7180", "editor.selectionBackground": "#676b7180",
"editor.selectionHighlightBackground": "#575b6180", "editor.selectionHighlightBackground": "#575b6180",
"editor.lineHighlightBackground": "#303030", "editor.lineHighlightBackground": "#303030",
"editorActiveLineNumber.foreground": "#949494",
"editor.wordHighlightBackground": "#4747a180", "editor.wordHighlightBackground": "#4747a180",
"editor.wordHighlightStrongBackground": "#6767ce80", "editor.wordHighlightStrongBackground": "#6767ce80",
"editorCursor.foreground": "#c07020", "editorCursor.foreground": "#c07020",
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
"badge.background": "#75715E", "badge.background": "#75715E",
"badge.foreground": "#f8f8f2", "badge.foreground": "#f8f8f2",
"editorLineNumber.foreground": "#90908a", "editorLineNumber.foreground": "#90908a",
"editorActiveLineNumber.foreground": "#c2c2bf",
"panelTitle.activeForeground": "#f8f8f2", "panelTitle.activeForeground": "#f8f8f2",
"panelTitle.activeBorder": "#75715E", "panelTitle.activeBorder": "#75715E",
"panelTitle.inactiveForeground": "#75715E", "panelTitle.inactiveForeground": "#75715E",
......
...@@ -499,6 +499,7 @@ ...@@ -499,6 +499,7 @@
"sideBar.background": "#F2F2F2", "sideBar.background": "#F2F2F2",
"sideBarSectionHeader.background": "#ede8ef", "sideBarSectionHeader.background": "#ede8ef",
"editorLineNumber.foreground": "#9DA39A", "editorLineNumber.foreground": "#9DA39A",
"editorActiveLineNumber.foreground": "#9769dc",
"editorCursor.foreground": "#54494B", "editorCursor.foreground": "#54494B",
"inputOption.activeBorder": "#adafb7", "inputOption.activeBorder": "#adafb7",
"dropdown.background": "#F5F5F5", "dropdown.background": "#F5F5F5",
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
"editorWhitespace.foreground": "#c10000", "editorWhitespace.foreground": "#c10000",
"editor.selectionBackground": "#750000", "editor.selectionBackground": "#750000",
"editorLineNumber.foreground": "#ff777788", "editorLineNumber.foreground": "#ff777788",
"editorActiveLineNumber.foreground": "#ffbbbb88",
"editorWidget.background": "#300000", "editorWidget.background": "#300000",
"editorHoverWidget.background": "#300000", "editorHoverWidget.background": "#300000",
"editorSuggestWidget.background": "#300000", "editorSuggestWidget.background": "#300000",
......
...@@ -361,6 +361,7 @@ ...@@ -361,6 +361,7 @@
// "editorHoverWidget.border": "", // "editorHoverWidget.border": "",
// "editorLineNumber.foreground": "", // "editorLineNumber.foreground": "",
// "editorMarkerNavigation.background": "", // "editorMarkerNavigation.background": "",
"editorActiveLineNumber.foreground": "#949494",
"editorMarkerNavigationError.background": "#AB395B", "editorMarkerNavigationError.background": "#AB395B",
"editorMarkerNavigationWarning.background": "#5B7E7A", "editorMarkerNavigationWarning.background": "#5B7E7A",
// "editorLink.activeForeground": "", // "editorLink.activeForeground": "",
......
...@@ -354,6 +354,7 @@ ...@@ -354,6 +354,7 @@
"editor.selectionBackground": "#EEE8D5", "editor.selectionBackground": "#EEE8D5",
// "editorIndentGuide.background": "", // "editorIndentGuide.background": "",
"editorHoverWidget.background": "#CCC4B0", "editorHoverWidget.background": "#CCC4B0",
"editorActiveLineNumber.foreground": "#567983",
// "editorHoverWidget.border": "", // "editorHoverWidget.border": "",
// "editorLineNumber.foreground": "", // "editorLineNumber.foreground": "",
// "editorMarkerNavigation.background": "", // "editorMarkerNavigation.background": "",
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
"editor.foreground": "#ffffff", "editor.foreground": "#ffffff",
"editor.selectionBackground": "#003f8e", "editor.selectionBackground": "#003f8e",
"editor.lineHighlightBackground": "#00346e", "editor.lineHighlightBackground": "#00346e",
"editorActiveLineNumber.foreground": "#949494",
"editorCursor.foreground": "#ffffff", "editorCursor.foreground": "#ffffff",
"editorWhitespace.foreground": "#404f7d", "editorWhitespace.foreground": "#404f7d",
"editorWidget.background": "#001c40", "editorWidget.background": "#001c40",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册