Skip to content

Commit

Permalink
Replace Github to GitHub in all applicable places
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuan0125 committed Aug 14, 2021
1 parent 4097bed commit e0f4878
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Keep a Changelog guide -> https://keepachangelog.com -->

# Github Theme Changelog
# GitHub Theme Changelog

## [Unreleased]
### Fixed
Expand All @@ -10,7 +10,7 @@

### Added

- Github dark dimmed theme
- GitHub dark dimmed theme

## [1.0.2]

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<p align="center"><a href="https://plugins.jetbrains.com/plugin/15418-github3-theme" target="_blank"><img src="https://raw.githubusercontent.com/jiyuan0125/Github3/master/src/main/resources/META-INF/pluginIcon.svg" width="150"></a></p>
<p align="center"><a href="https://plugins.jetbrains.com/plugin/15418-github3-theme" target="_blank"><img src="https://raw.githubusercontent.com/jiyuan0125/github-theme-for-jetbrains/master/src/main/resources/META-INF/pluginIcon.svg" width="150"></a></p>

<p align="center"><h1 align="center">GitHub Theme for JetBrains</h1></p>

![Build](https://github.com/jiyuan0125/Github3/workflows/Build/badge.svg)
![Build](https://github.com/jiyuan0125/github-theme-for-jetbrains/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/club.nutsoft.Github3Theme.svg)](https://plugins.jetbrains.com/plugin/club.nutsoft.Github3Theme)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/club.nutsoft.Github3Theme.svg)](https://plugins.jetbrains.com/plugin/club.nutsoft.Github3Theme)

<!-- Plugin description -->
[Github Theme for Jetbrains](https://plugins.jetbrains.com/plugin/15418-github-theme) is heavily inspired by [GitHub 3 Color Scheme](https://plugins.jetbrains.com/plugin/12271-github-3-color-scheme) and [github-vscode-theme](https://github.com/primer/github-vscode-theme).
[GitHub Theme for Jetbrains](https://plugins.jetbrains.com/plugin/15418-github-theme) is heavily inspired by [GitHub 3 Color Scheme](https://plugins.jetbrains.com/plugin/12271-github-3-color-scheme) and [github-vscode-theme](https://github.com/primer/github-vscode-theme).

The focus of the development of this theme plugin is to restore the official GitHub theme as much as possible, keeping the colors easy to distinguish, proper contrast, and pleasant.

Expand All @@ -34,7 +34,7 @@ Thanks to [Bhushan](https://github.com/bhushan) for his outstanding contribution

- Manually:

Download the [latest release](https://github.com/jiyuan0125/Github3/releases/latest) and install it manually using
Download the [latest release](https://github.com/jiyuan0125/github-theme-for-jetbrains/releases/latest) and install it manually using
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>

## Build from Source
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = "GithubTheme"
rootProject.name = "github-theme-for-jetbrains"
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Github Dark Dimmed",
"name": "GitHub Dark Dimmed",
"dark": true,
"author": "Bhushan <bhushangaykawad@gmail.com>",
"editorScheme": "/Github_Dark_Dimmed.xml",
"editorScheme": "/GitHub_Dark_Dimmed.xml",
"ui": {
"*": {
"background": "#1e2228",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<scheme name="Github Dark Dimmed" version="142" parent_scheme="Darcula">
<scheme name="GitHub Dark Dimmed" 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 Dimmed</property>
<property name="originalScheme">_@user_GitHub Dark Dimmed</property>
</metaInfo>
<colors>
<option name="CARET_COLOR" value="6cb6ff"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Github Light",
"name": "GitHub Light",
"dark": false,
"author": "Su Jiyuan",
"editorScheme": "/Github_Light.xml",
"editorScheme": "/GitHub_Light.xml",
"ui": {
"*": {
"selectionBackground": "#2675BF",
Expand Down
File renamed without changes.
12 changes: 6 additions & 6 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<idea-plugin>
<id>club.nutsoft.Github3Theme</id>
<name>Github Theme</name>
<name>GitHub Theme</name>
<version>1.1.0</version>
<vendor email="jiyuan0125@126.com" url="https://github.com/jiyuan0125/Github3">jiyuan0125</vendor>
<vendor email="jiyuan0125@126.com" url="https://github.com/jiyuan0125/github-theme-for-jetbrains">jiyuan0125</vendor>

<description><![CDATA[
Github Theme
GitHub Theme
<br/><br/>
To install:
<ul>
Expand All @@ -20,7 +20,7 @@
<change-notes><![CDATA[
<b>1.1.0</b>
<ul>
<li>Add github dark dimmed theme</li>
<li>Add GitHub Dark Dimmed theme</li>
</ul>
<b>1.0.2</b>
<ul>
Expand All @@ -47,8 +47,8 @@

<extensions defaultExtensionNs="com.intellij">
<!-- Add your extensions here -->
<themeProvider id="adf99807-aee9-4514-b512-5f0e429f30da" path="/Github_Light.theme.json"/>
<themeProvider id="776bbe10-21be-477e-a5b3-5cb4403feab4" path="/Github_Dark_Dimmed.theme.json"/>
<themeProvider id="adf99807-aee9-4514-b512-5f0e429f30da" path="/GitHub_Light.theme.json"/>
<themeProvider id="776bbe10-21be-477e-a5b3-5cb4403feab4" path="/GitHub_Dark_Dimmed.theme.json"/>
</extensions>

<actions>
Expand Down

0 comments on commit e0f4878

Please sign in to comment.