Skip to content

Commit

Permalink
Merge pull request #2 from openmindculture/fix/1-color-contrast
Browse files Browse the repository at this point in the history
fix color contrast #1
  • Loading branch information
openmindculture authored Mar 26, 2024
2 parents 79b22be + 947b4c3 commit 3abae35
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@

# intellij-orange-rain-light-theme Changelog

## 1.0.1 - 2024-03-26
- fix gutter color contrast
- fix editor background

## 1.0.0 - 2024-02-19
- initial release
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-orange-rain-light-theme",
"version": "1.0.0",
"version": "1.0.1",
"description": "theme for JetBrains IDE editors like PhpStorm or IntelliJ IDEA",
"scripts": {
"build": "./build.sh $npm_package_version"
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Created-By: Gradle 7.5.0
Build-JVM: 17.0.4.1 (JetBrains s.r.o. 17.0.4.1+7-b469.62)
Version: 1.0.0
Version: 1.0.1
Build-Plugin: Gradle IntelliJ Plugin
Build-Plugin-Version: 1.10.0
Build-OS: Linux 6.5.0-10022-tuxedo amd64
Build-OS: Linux 6.5.0-10027-tuxedo amd64
Build-SDK: 2022.2-IC

2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.github.openmindculture.intellijorangerainlighttheme</id>
<description>Orange Rain Light Theme for IntelliJ Platform</description>
<change-notes>Stable theme release tested with 2024.1</change-notes>
<version>1.0.0</version>
<version>1.0.1</version>
<vendor url="https://github.com/openmindculture/">Ingo Steinke (openmindculture)</vendor>

<!-- Compatible with the following versions of IntelliJ Platform:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/orange_rain_light.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"Panel.foreground": "vinylBlueGray",
"Panel.foreground.hover": "midnightBlackVinyl",
"Panel.hoverForeground": "midnightBlackVinyl",
"ScrollPane.background": "orangeLight",
"ScrollPane.background": "sepiaOrangeLight",
"ScrollPane.foreground": "midnightBlackVinyl",
"TextArea.foreground": "midnightBlackVinyl",
"TextField.background": "sepiaOrangeDeep",
Expand Down
10 changes: 9 additions & 1 deletion src/main/resources/orange_rain_light.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<scheme name="orange_rain_light" version="142" parent_scheme="Default">
<colors>
<option name="GUTTER_BACKGROUND" value="FD9649" />
<option name="GUTTER_BACKGROUND" value="FFE8B7" />
<option name="GUTTER_FOREGROUND" value="800E34" />
</colors>
<attributes>
<option name="TEXT">
<value>
<option name="BACKGROUND" value="F9F5D5" />
<option name="FOREGROUND" value="223255" />
</value>
</option>
</attributes>
</scheme>

0 comments on commit 3abae35

Please sign in to comment.