From da1dae1fc4f1895f4f7d09ef1810d39181a813bb Mon Sep 17 00:00:00 2001 From: Young Rok Kim Date: Mon, 12 Dec 2016 19:27:05 +0900 Subject: [PATCH] Improve CSS/SCSS colorization --- CHANGELOG.md | 3 ++ package.json | 2 +- themes/Darcula.tmTheme | 113 ++++++++++++++++++++++++++++++++++++----- 3 files changed, 103 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0682d10..07f8a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.0.7 +- Improve CSS/SCSS colorization + ## v1.0.6 - Improve JSX/TSX colorization - Improve regex class colorization diff --git a/package.json b/package.json index 44bd8ef..fabda22 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-theme-darcula", "displayName": "Darcula Theme", "description": "A theme extension for VS Code based on Darcula theme from Jetbrains IDEs", - "version": "1.0.5", + "version": "1.0.7", "publisher": "rokoroku", "repository": { "type": "git", diff --git a/themes/Darcula.tmTheme b/themes/Darcula.tmTheme index 16be639..ebf8b43 100644 --- a/themes/Darcula.tmTheme +++ b/themes/Darcula.tmTheme @@ -139,7 +139,7 @@ keyword.operator.static, keyword.operator.this, keyword.expression.typeof, keyword.expression.instanceof, -keyword.type.expression.typeof, +keyword.type.expression.typeof settings foreground @@ -305,18 +305,7 @@ string.xml, settings foreground - #6A8759 - - - - name - CSS ID - scope - meta.selector.css, entity.other.attribute-name.id - settings - - foreground - #9E7BB0 + #FFC66D @@ -422,7 +411,8 @@ type-fn-type-parameters name Object Key Seperator scope - objectliteral.key.separator + objectliteral.key.separator, +scss.token.punctuation.separator settings foreground @@ -608,6 +598,101 @@ object-literal.object.member.key.array.brace.square #CCCCCC + + name + CSS Property-value + scope + property-list.property-value, +property-list.constant, +scss.keyword.other.unit, +css.keyword.other.unit + settings + + foreground + #A5C261 + + + + name + CSS Property variable + scope + property-list.variable, +scss.set.variable + settings + + foreground + #7A9EC2 + + + + name + CSS Property entity + scope + css.entity.attribute-name, +scss.entity.attribute-name + settings + + foreground + #FFC66D + + + + name + CSS Property-value number + scope + property-list.property-value.rgb-value + settings + + foreground + #7A9EC2 + + + + name + CSS Property-value function + scope + property-list.property-value.function + settings + + foreground + #FFC66D + + + + name + CSS Tag + scope + css.entity.name.tag, +scss.entity.name.tag + settings + + foreground + #CC8242 + + + + name + CSS ID, Selector + scope + meta.selector.css, entity.attribute-name.id + settings + + foreground + #FFC66D + + + + name + CSS Keyword + scope + keyword.scss, +keyword.css + settings + + foreground + #CC8242 + + uuid 693ee9de-bc28-4caf-9ae7-3258b05f1a4f