Skip to content

Commit

Permalink
more ruby adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsheppard committed Jun 23, 2017
1 parent 589fd51 commit eba6c92
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions themes/Voodoo-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,28 +549,22 @@
},
{
"name": "[Ruby] Assignment Operator",
"scope": "source.ruby keyword.operator.assignment.augmented",
"scope": [
"source.ruby keyword.operator.assignment.augmented",
"source.ruby keyword.operator.logical"
],
"settings": {
"fontStyle": "",
"foreground": "#EF476F"
}
},

{
"name": "[HAML] Tag Punctuation",
"scope": "text.haml punctuation.definition.tag",
"settings": {
"fontStyle": "",
"foreground": "#6e61ff"
}
},
{
"name": "[HAML] Embedded Ruby",
"scope": "text.haml meta.line.ruby",
"settings": {
"fontStyle": "",
"foreground": "#6e61ff"
}
}
]
}

0 comments on commit eba6c92

Please sign in to comment.