Skip to content

Commit

Permalink
inherited change to oliver in sepia
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Dec 24, 2018
1 parent e28c844 commit 09e2bee
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion themes/sepia.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
"entity.other.inherited-class"
],
"settings": {
"foreground": "#088"
"foreground": "#780"
}
},
{
Expand Down Expand Up @@ -694,6 +694,24 @@
"foreground": "#890"
}
},
{
"name": "go: variable assignment",
"scope": [
"variable.other.assignment.go"
],
"settings": {
"foreground": "#780"
}
},
{
"name": "go: function call",
"scope": [
"support.function.go"
],
"settings": {
"foreground": "#30a195"
}
},
{
"name": "go: import(string)",
"scope": [
Expand Down

0 comments on commit 09e2bee

Please sign in to comment.