fix score based rule matching

This commit is contained in:
Martin Aeschlimann
2019-09-19 16:11:43 +02:00
parent 4a1614f80b
commit 6dce52093c
4 changed files with 39 additions and 44 deletions

View File

@@ -1,12 +1,6 @@
{
"name": "Abyss",
"tokenColors": [
{
"settings": {
"background": "#000c18",
"foreground": "#6688cc"
}
},
{
"scope": ["meta.embedded", "source.groovy.embedded"],
"settings": {
@@ -260,6 +254,9 @@
],
"colors": {
"editor.background": "#000c18",
"editor.foreground": "#6688cc",
// Base
// "foreground": "",
"focusBorder": "#596F99",
@@ -303,8 +300,6 @@
"scrollbarSlider.hoverBackground": "#3B3F5188",
// Editor
"editor.background": "#000c18",
// "editor.foreground": "#6688cc",
"editorWidget.background": "#262641",
"editorCursor.foreground": "#ddbb88",
"editorWhitespace.foreground": "#103050",