Skip to content

Commit

Permalink
feat: mark dark mode stable
Browse files Browse the repository at this point in the history
  • Loading branch information
bhushan committed Feb 3, 2022
1 parent c3baf3e commit 1bbaae6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# GitHub Theme Changelog

## [Unreleased]

- Feat: mark dark mode as stable

## [1.1.8]

- Feat: add contributors on readme
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 = club.nutsoft
pluginName = GitHub Theme
pluginVersion = 1.1.8
pluginVersion = 1.1.9

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/GitHub_Dark.theme.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "GitHub Dark BETA",
"name": "GitHub Dark",
"dark": true,
"author": "Bhushan <bhushangaykawad@gmail.com>",
"editorScheme": "/GitHub_Dark.xml",
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/GitHub_Dark.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<scheme name="GitHub Dark BETA" version="142" parent_scheme="Darcula">
<scheme name="GitHub Dark" version="142" parent_scheme="Darcula">
<metaInfo>
<property name="created">2021-08-05T08:57:01</property>
<property name="ide">idea</property>
<property name="ideVersion">2021.2.0.0</property>
<property name="modified">2021-08-05T08:57:18</property>
<property name="originalScheme">_@user_Github Dark BETA</property>
<property name="originalScheme">_@user_Github Dark</property>
</metaInfo>
<colors>
<option name="CARET_COLOR" value="79c0ff"/>
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
Expand Up @@ -3,7 +3,7 @@
<name>GitHub Theme</name>
<version>1.1.5</version>
<vendor email="bhushangaykawad@gmail.com" url="https://github.com/bhushan/github-theme-for-jetbrains">
Jiyuan Su and Bhushan Gaikwad
Bhushan Gaikwad
</vendor>

<description><![CDATA[
Expand Down

0 comments on commit 1bbaae6

Please sign in to comment.