Skip to content

Commit

Permalink
Merge pull request #82 from dinbtechit/bug/fix-#79
Browse files Browse the repository at this point in the history
Fix #79 part2
  • Loading branch information
dinbtechit committed Jul 6, 2023
2 parents 21edeee + dc07832 commit c90e41f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# vscode-theme Changelog

## Unreleased
### Fixed
- #79 - Adding separate color settings for Python imports (Part 2)

## 1.8.4 - 2023-07-06

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pluginGroup = com.github.dinbtechit.vscodetheme
pluginName = VSCode Theme
# SemVer format -> https://semver.org
pluginVersion = 1.8.4
pluginVersion = 1.8.5

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 211
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class PyAnnotator : BaseAnnotator() {
)

val IMPORT_REFERENCE_WITH_BG: TextAttributesKey = TextAttributesKey.createTextAttributesKey(
"PY.CLASS_REFERENCE",
"PY.IMPORTS",
DefaultLanguageHighlighterColors.CLASS_REFERENCE
)
}
Expand Down

0 comments on commit c90e41f

Please sign in to comment.