Skip to content

Commit

Permalink
Merge pull request #156 from dinbtechit/bug/Fix-#139
Browse files Browse the repository at this point in the history
Fix for #139
  • Loading branch information
dinbtechit authored Oct 16, 2023
2 parents 58aa423 + 5a8ccf3 commit 11f190a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 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
- #139 - Python Jupyter - Removed black background in Jupyter (Had to make a Temp fix might not be perfect.)

## 1.10.5 - 2023-10-16

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.10.5
pluginVersion = 1.10.6

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 223
Expand Down
9 changes: 1 addition & 8 deletions src/main/resources/themes/vscode_dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,9 @@
<option name="RIGHT_MARGIN_COLOR" value="3b3b3b"/>
<option name="SELECTION_BACKGROUND" value="264e77"/>
<option name="VISUAL_INDENT_GUIDE" value="3b3b3b"/>
<option name="JUPYTER.CODE_CELL_BACKGROUND" value="292929"/>
</colors>
<attributes>
<option name="JUPYTER.CELL_UNDER_CARET_COMMAND_MODE_STRIPE_COLOR" value="FF9800"/>
<option name="JUPYTER.CELL_UNDER_CARET_EDITOR_MODE_STRIPE_COLOR" value="3F3F3F"/>
<option name="JUPYTER.CODE_CELL_BACKGROUND" value="292929"/>
<option name="JUPYTER.GUTTER_INPUT_EXECUTION_COUNT" value="f78c6c"/>
<option name="JUPYTER.GUTTER_OUTPUT_EXECUTION_COUNT" value="80cbc4"/>
<option name="JUPYTER.PROGRESS_STATUS_RUNNING_COLOR" value="FF9800"/>
<option name="JUPYTER.SAUSAGE_BUTTON_BORDER_COLOR" value="292929"/>
<option name="JUPYTER.SAUSAGE_BUTTON_SHORTCUT_COLOR" value="727272"/>
<option name="ANNOTATION_ATTRIBUTE_NAME_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="9cdcfe"/>
Expand Down
9 changes: 1 addition & 8 deletions src/main/resources/themes/vscode_dark_brighter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,9 @@
<option name="RIGHT_MARGIN_COLOR" value="3b3b3b"/>
<option name="SELECTION_BACKGROUND" value="264e77"/>
<option name="VISUAL_INDENT_GUIDE" value="3b3b3b"/>
<option name="JUPYTER.CODE_CELL_BACKGROUND" value="292929"/>
</colors>
<attributes>
<option name="JUPYTER.CELL_UNDER_CARET_COMMAND_MODE_STRIPE_COLOR" value="FF9800"/>
<option name="JUPYTER.CELL_UNDER_CARET_EDITOR_MODE_STRIPE_COLOR" value="3F3F3F"/>
<option name="JUPYTER.CODE_CELL_BACKGROUND" value="292929"/>
<option name="JUPYTER.GUTTER_INPUT_EXECUTION_COUNT" value="f78c6c"/>
<option name="JUPYTER.GUTTER_OUTPUT_EXECUTION_COUNT" value="80cbc4"/>
<option name="JUPYTER.PROGRESS_STATUS_RUNNING_COLOR" value="FF9800"/>
<option name="JUPYTER.SAUSAGE_BUTTON_BORDER_COLOR" value="292929"/>
<option name="JUPYTER.SAUSAGE_BUTTON_SHORTCUT_COLOR" value="727272"/>
<option name="ANNOTATION_ATTRIBUTE_NAME_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="8cd7ff"/>
Expand Down

0 comments on commit 11f190a

Please sign in to comment.