diff --git a/darkula.tmTheme b/darkula.tmTheme index 3a33327..e9194c0 100644 --- a/darkula.tmTheme +++ b/darkula.tmTheme @@ -77,7 +77,7 @@ settings foreground - #808080 + #A9B7C6 @@ -123,7 +123,7 @@ settings foreground - #808080 + #666666 fontStyle italic @@ -136,7 +136,7 @@ settings foreground - #6A8759 + #759254 @@ -189,7 +189,7 @@ name Variable scope - variable + variable, punctuation.definition.variable settings foreground @@ -253,6 +253,8 @@ foreground #CC7832 + background + #00000000 @@ -263,7 +265,7 @@ settings foreground - #A9B7C6 + #CC7832 @@ -284,8 +286,6 @@ entity.name.class settings - fontStyle - underline foreground #A9B7C6 @@ -297,8 +297,6 @@ entity.other.inherited-class settings - fontStyle - italic underline foreground #A9B7C6 @@ -307,13 +305,13 @@ name Function name scope - entity.name.function + entity.name.function, meta.function-call.php settings fontStyle foreground - #A9B7C6 + #ffb64e @@ -324,7 +322,7 @@ settings foreground - #A9B7C6 + #9876AA @@ -386,8 +384,6 @@ support.type, support.class settings - fontStyle - italic foreground #A9B7C6 @@ -493,6 +489,63 @@ #B8FF9A + + name + object method + scope + meta.function-call.object.php, variable.function + settings + + foreground + #ffb64e + + + + name + Comment block + scope + comment.block.documentation.phpdoc, punctuation.definition.comment + settings + + foreground + #60A160 + + + + name + Operation key + scope + keyword.operator.key.php, keyword.operator.class.php, keyword.operator.logical.php, keyword.operator.assignment.php + settings + + foreground + #A9B7C6 + + + + name + Comment keyword + scope + keyword.other.phpdoc.php + settings + + foreground + #60A160 + fontStyle + italic + + + + name + Comment double slash + scope + comment.line + settings + + foreground + #666666 + + uuid 52A9C2E7-AEC4-4820-8092-A2F9B05B312A @@ -501,4 +554,4 @@ semanticClass theme.dark.darkula - + \ No newline at end of file