Skip to content

Commit

Permalink
improve color of code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Dec 25, 2018
1 parent f9a4737 commit 9879c79
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ themes/references
.vscode
inspiration*
language-examples
screenshots
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ themes/references
language-examples
scripts
syntax-highlighting-rules
screenshots
9 changes: 5 additions & 4 deletions themes/sepia-from-cuttlefish.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"editor.selectionBackground": "#00ff8833",
"editor.selectionHighlightBackground": "#00000000",
"editor.selectionHighlightBorder": "#888888",
"editor.snippetTabstopHighlightBackground": "#88888888",
"editor.snippetFinalTabstopHighlightBorder": "#777777",
"editor.snippetTabstopHighlightBackground": "#00000000",
"editor.snippetTabstopHighlightBorder": "#666666",
"editor.wordHighlightBackground": "#ffffff33",
"editor.wordHighlightBorder": "#888888",
"editor.wordHighlightStrongBackground": "#ffffff33",
Expand Down Expand Up @@ -191,7 +193,6 @@
//"editor.focusedStackFrameHighlightBackground": "#7abd7a4d",
//"editor.inactiveSelectionBackground": "#00ff881a",
//"editor.lineHighlightBorder": "#282828",
//"editor.snippetFinalTabstopHighlightBorder": "#525252",
//"editor.stackFrameHighlightBackground": "#ffff0033",
//"editorActiveLineNumber.foreground": "#c6c6c6",
//"editorCodeLens.foreground": "#999999",
Expand Down Expand Up @@ -709,7 +710,7 @@
"variable.other.assignment.go"
],
"settings": {
"foreground": "#0b7"
"foreground": "#00b673f2"
}
},
{
Expand Down Expand Up @@ -814,7 +815,7 @@
"variable.other.definition.java"
],
"settings": {
"foreground": "#0b7"
"foreground": "#00b673f2"
}
},
{
Expand Down
11 changes: 6 additions & 5 deletions themes/sepia.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"editor.selectionBackground": "#00b94d3a",
"editor.selectionHighlightBackground": "#00000000",
"editor.selectionHighlightBorder": "#999999",
"editor.snippetTabstopHighlightBackground": "#ffffffbb",
"editor.snippetFinalTabstopHighlightBorder": "#777777",
"editor.snippetTabstopHighlightBackground": "#00000000",
"editor.snippetTabstopHighlightBorder": "#cccccc",
"editor.wordHighlightBackground": "#fffdf550",
"editor.wordHighlightBorder": "#bbbbbb",
"editor.wordHighlightStrongBackground": "#fffdf550",
Expand Down Expand Up @@ -179,7 +181,6 @@
//"editor.focusedStackFrameHighlightBackground": "#cee7ce73",
//"editor.inactiveSelectionBackground": "#00b94d1d",
//"editor.lineHighlightBorder": "#eeeeee",
//"editor.snippetFinalTabstopHighlightBorder": "#0a326480",
//"editor.stackFrameHighlightBackground": "#ffff6673",
//"editorActiveLineNumber.foreground": "#0b216f",
//"editorCodeLens.foreground": "#999999",
Expand Down Expand Up @@ -505,7 +506,7 @@
"constant.character.escape.backslash.regexp"
],
"settings": {
"foreground": "#e44d"
"foreground": "#e44c"
}
},
{
Expand All @@ -518,7 +519,7 @@
"punctuation.definition.variable.makefile"
],
"settings": {
"foreground": "#f77b00e7"
"foreground": "#e44c"
}
},
{
Expand Down Expand Up @@ -637,7 +638,7 @@
"variable punctuation.definition"
],
"settings": {
"foreground": "#e44d"
"foreground": "#e44c"
}
},
{
Expand Down

0 comments on commit 9879c79

Please sign in to comment.