Skip to content

Commit

Permalink
improve colors, especialy colors of plain text
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Jan 22, 2019
1 parent 9b63c6e commit 9da8556
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions themes/sepia-from-cuttlefish.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "vscode://schemas/color-theme",
"type": "dark",
"colors": {
"activityBar.background": "#00464c",
"activityBar.background": "#00454c",
"activityBar.dropBackground": "#ffffff44",
"activityBar.foreground": "#dbd1be",
"activityBar.inactiveForeground": "#ccaa9999",
Expand All @@ -25,7 +25,7 @@
"editor.findMatchBorder": "#ffff00",
"editor.findMatchHighlightBackground": "#ddccaa55",
"editor.findRangeHighlightBackground": "#ffff7722",
"editor.foreground": "#999999",
"editor.foreground": "#9999aa",
"editor.hoverHighlightBackground": "#ffdddd33",
"editor.lineHighlightBackground": "#00aa6611",
"editor.rangeHighlightBackground": "#00000000",
Expand Down Expand Up @@ -88,12 +88,12 @@
"input.foreground": "#f3e2b6",
"input.placeholderForeground": "#b3a992",
"inputOption.activeBorder": "#6eacb6",
"inputValidation.errorBackground": "#003d48",
"inputValidation.errorBackground": "#003e47",
"inputValidation.errorBorder": "#fc5050",
"inputValidation.errorForeground": "#fc5050",
"inputValidation.infoBackground": "#003d48",
"inputValidation.infoBackground": "#003e47",
"inputValidation.infoBorder": "#5cc3be",
"inputValidation.warningBackground": "#003d48",
"inputValidation.warningBackground": "#003e47",
"inputValidation.warningBorder": "#bdca03",
"list.activeSelectionBackground": "#00857567",
"list.dropBackground": "#ffffff44",
Expand All @@ -110,8 +110,8 @@
"menu.separatorBackground": "#e0dab9",
"menubar.selectionBackground": "#008874b6",
"menubar.selectionForeground": "#e0dab9",
"notificationCenterHeader.background": "#00464c",
"notifications.background": "#00464c",
"notificationCenterHeader.background": "#00454c",
"notifications.background": "#00454c",
"panel.background": "#132a2d",
"panel.border": "#88bbbb44",
"panel.dropBackground": "#ffffff44",
Expand All @@ -138,7 +138,7 @@
"scrollbarSlider.background": "#33777799",
"scrollbarSlider.hoverBackground": "#448888",
"selection.background": "#2aa19899",
"sideBar.background": "#003d48",
"sideBar.background": "#003e47",
"sideBar.dropBackground": "#ffffff44",
"sideBarSectionHeader.background": "#11555d",
"sideBarSectionHeader.foreground": "#fffdee",
Expand Down Expand Up @@ -179,7 +179,7 @@
"terminal.foreground": "#bbbbbb",
"textLink.activeForeground": "#02eeee",
"textLink.foreground": "#00b8b8",
"titleBar.activeBackground": "#003d48",
"titleBar.activeBackground": "#003e47",
"titleBar.activeForeground": "#e0dab9",
"walkThrough.embeddedEditorBackground": "#00000014",
"widget.shadow": "#000000",
Expand Down Expand Up @@ -233,7 +233,7 @@
//"merge.incomingContentBackground": "#40a6ff33",
//"merge.incomingHeaderBackground": "#40a6ff80",
//"notificationLink.foreground": "#00b8b8",
//"notifications.border": "#00464c",
//"notifications.border": "#00454c",
//"peekViewEditorGutter.background": "#112b2b",
//"settings.checkboxBackground": "#003740",
//"settings.checkboxBorder": "#2aa19899",
Expand Down Expand Up @@ -262,7 +262,7 @@
//"textCodeBlock.background": "#0a0a0a66",
//"textPreformat.foreground": "#d7ba7d",
//"textSeparator.foreground": "#ffffff2e",
//"titleBar.inactiveBackground": "#003d4899",
//"titleBar.inactiveBackground": "#003e4799",
//"titleBar.inactiveForeground": "#e0dab999"
},
"tokenColors": [
Expand Down
2 changes: 1 addition & 1 deletion themes/sepia.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"editor.findMatchBorder": "#b6b900",
"editor.findMatchHighlightBackground": "#dad7ae8c",
"editor.findRangeHighlightBackground": "#faf8733a",
"editor.foreground": "#555555",
"editor.foreground": "#22111199",
"editor.hoverHighlightBackground": "#ffdd8866",
"editor.lineHighlightBackground": "#00000011",
"editor.rangeHighlightBackground": "#00000000",
Expand Down

0 comments on commit 9da8556

Please sign in to comment.