Skip to content

Commit

Permalink
feat: Darken HeaderTab.hoverBackground
Browse files Browse the repository at this point in the history
A request to pick a less bright red for the hover background was made.
This possibly satisfies the request.
  • Loading branch information
smashedtoatoms committed Mar 21, 2022
1 parent a89150d commit 34990be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.7]
- Darken HeaderTab.hoverBackground

## [0.0.6]
- Updated dependencies

Expand Down Expand Up @@ -44,4 +47,4 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Added
- Initial scaffold created from [IntelliJ Platform Plugin
Template](https://github.com/JetBrains/intellij-platform-plugin-template)
Template](https://github.com/JetBrains/intellij-platform-plugin-template)
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.smashedtoatoms.zenburn
pluginName = Zenburn Theme
pluginVersion = 0.0.6
pluginVersion = 0.0.7

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.github.smashedtoatoms.zenburn</id>
<name>Zenburn</name>
<version>0.0.6</version>
<version>0.0.7</version>
<vendor email="hello@smashedtoatoms.com" url="https://github.com/smashedtoatoms">smashedtoatoms</vendor>
<description><![CDATA[
Zenburn is a low-contrast color scheme for Vim, ported to Intellij. It's easy for your eyes and designed to keep you in the zone for long programming sessions. Zenburn has been ported to many different editors and environments. For more information and list of derivatives, visit http://kippura.org/zenburnpage.
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/zenburn.theme.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{
"name": "Zenburn",
"dark": true,
Expand Down Expand Up @@ -41,7 +40,7 @@
"selectedBackground": "#545454",
"selectedForeground": "#c6c6c6"
},
"HeaderTab.hoverBackground": "#ff0000"
"HeaderTab.hoverBackground": "#5e0000"
},
"PopupMenu": {
"borderWidth": 0,
Expand Down

0 comments on commit 34990be

Please sign in to comment.