fixes #5579: [java] Colorization could be improved for import text

This commit is contained in:
Martin Aeschlimann
2016-04-21 11:42:15 +02:00
parent de4c7a2e84
commit 6132cb3b35
5 changed files with 203 additions and 25 deletions

View File

@@ -278,6 +278,13 @@
"settings": {
"foreground": "#b5cea8"
}
},
{
"name": "coloring of the Java import and package identifiers",
"scope": ["storage.modifier.import.java", "storage.modifier.package.java"],
"settings": {
"foreground": "#d4d4d4"
}
}
]
}