Skip to content

Commit

Permalink
WebStorm (#43)
Browse files Browse the repository at this point in the history
* Update pug colors

* Dart colors

* Update java constant color

* Update changelog
  • Loading branch information
mskelton authored May 5, 2019
1 parent ae0a026 commit 182415d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

#### 2.6.0

- Update Java static final field color to whiskey
- Update less and stylus variables to white
- Improves syntax highlighting for the following languages:
- Dart
- Pug

#### 2.5.0

- Update global constant color to whiskey
Expand Down
18 changes: 16 additions & 2 deletions scripts/config/theme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,16 @@ inheriting-attributes:
HTML_ATTRIBUTE_VALUE: DEFAULT_STRING
HTML_ENTITY_REFERENCE: DEFAULT_ENTITY
HTML_TAG: DEFAULT_TAG
JADE_FILE_PATH: DEFAULT_STRING
JADE_FILTER_NAME: DEFAULT_LABEL
JADE_JS_BLOCK: DEFAULT_IDENTIFIER
JADE_STATEMENTS: DEFAULT_KEYWORD
JAVA_KEYWORD: DEFAULT_KEYWORD
JAVA_VALID_STRING_ESCAPE: DEFAULT_VALID_STRING_ESCAPE
KOTLIN_ANNOTATION: ANNOTATION_NAME_ATTRIBUTES
KOTLIN_LABEL: DEFAULT_LABEL
KOTLIN_PACKAGE_FUNCTION_CALL: DEFAULT_STATIC_METHOD
KOTLIN_TYPE_PARAMETER: TYPE_PARAMETER_NAME_ATTRIBUTES
LESS_VARIABLE: DEFAULT_INSTANCE_FIELD
osmorc.attributeName: DEFAULT_INSTANCE_FIELD
osmorc.directiveName: DEFAULT_INSTANCE_FIELD
PHP_CONSTANT: DEFAULT_CONSTANT
Expand Down Expand Up @@ -223,6 +226,13 @@ attributes:
CUSTOM_KEYWORD2_ATTRIBUTES: whiskey
CUSTOM_KEYWORD3_ATTRIBUTES: chalky
CUSTOM_KEYWORD4_ATTRIBUTES: malibu
DART_ENUM_CONSTANT: whiskey
DART_INSTANCE_GETTER_DECLARATION: malibu
DART_INSTANCE_SETTER_DECLARATION: malibu
DART_LOCAL_FUNCTION_DECLARATION: malibu
DART_LOCAL_FUNCTION_REFERENCE: malibu
DART_STATIC_GETTER_DECLARATION: malibu
DART_STATIC_SETTER_DECLARATION: malibu
DEFAULT_ATTRIBUTE: whiskey
DEFAULT_BLOCK_COMMENT:
foreground: dark
Expand Down Expand Up @@ -388,6 +398,8 @@ attributes:
foreground: lightWhite
background: dark
IVAR: df6a73
JADE_TAG_CLASS: whiskey
JADE_TAG_ID: malibu
JAVA_STRING: green
JS.ATTRIBUTE:
background: '423535'
Expand All @@ -413,6 +425,7 @@ attributes:
KOTLIN_VARIABLE_AS_FUNCTION: malibu
KOTLIN_VARIABLE_AS_FUNCTION_LIKE: malibu
LABEL: purple
LESS_VARIABLE: {}
LINE_FULL_COVERAGE: 354a3d
LINE_NONE_COVERAGE: 46333c
LINE_PARTIAL_COVERAGE: 2c4957
Expand Down Expand Up @@ -583,8 +596,9 @@ attributes:
SLIM_STRING_INTERPOLATED: green
SLIM_TAG: df6a73
SLIM_TAG_ATTR_KEY: whiskey
SQL_SYNTETIC_ENTITY: fda5ff
STATIC_FINAL_FIELD_ATTRIBUTES: whiskey
STATIC_METHOD_IMPORTED_ATTRIBUTES: malibu
STYLUS_VARIABLE: {}
TEMPLATE_VARIABLE_ATTRIBUTES: whiskey
TEXT:
foreground: lightWhite
Expand Down

0 comments on commit 182415d

Please sign in to comment.