Skip to content

Commit

Permalink
feat: added GitHub dark theme - BETA (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: sujiyuan <jiyuan0125@126.com>
  • Loading branch information
bhushan and jiyuan0125 authored Nov 28, 2021
1 parent 93aefc1 commit ef0c171
Show file tree
Hide file tree
Showing 5 changed files with 606 additions and 24 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: added dark theme beta version

## [1.1.4]

Fix: Formatting Changes
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.4
pluginVersion = 1.1.5

# 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
19 changes: 19 additions & 0 deletions src/main/resources/GitHub_Dark.theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "GitHub Dark BETA",
"dark": true,
"author": "Bhushan <bhushangaykawad@gmail.com>",
"editorScheme": "/GitHub_Dark.xml",
"ui": {
"*": {
"background": "#090c10",
"foreground": "#c9d1d9",
"selectionBackground": "#173456",
"selectionInactiveBackground": "#173456",
"borderColor": "#30363d",
"disabledBorderColor": "#333336",
"separatorForeground": "#30363d",
"separatorColor": "#30363d",
"lineSeparatorColor": "#30363d"
}
}
}
Loading

0 comments on commit ef0c171

Please sign in to comment.