Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: mark dark mode stable #54

Merged
merged 1 commit into from
Feb 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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