Skip to content

Commit

Permalink
Rename One dark to One Dark
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Sep 5, 2019
1 parent 3bd465d commit 31ed8d4
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

#### 2.0.0

- Added UI theme to make the editor and UI complement each other for the full One dark experience!
- Added UI theme to make the editor and UI complement each other for the full One Dark experience!
- See [the wiki](https://github.com/one-dark/jetbrains-one-dark-theme/wiki/Updating-to-v2) for more details and upgrade instructions.

#### 1.7.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# JetBrains One dark theme
# JetBrains One Dark theme

[![Build status][build-status-badge]][build-status]
[![GitHub tag][latest-release-badge]][latest-release]
[![JetBrains plugin version][plugin-version-badge]][plugin-page]
[![JetBrains plugin downloads][plugin-downloads-badge]][plugin-page]
[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg)](#contributors)

[One dark](https://github.com/atom/one-dark-syntax) theme for JetBrains IDEs. Includes normal and italic variations.
[One Dark](https://github.com/atom/one-dark-syntax) theme for JetBrains IDEs. Includes normal and italic variations.

Check out the [docs][docs] for more information and instructions or use one of the quick links below.

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

Welcome to One dark theme for JetBrains! This theme aims to provide JetBrains users with the lovely colors of the [Atom One dark theme](https://github.com/atom/atom/tree/master/packages/one-dark-syntax). This repository uses Python and YAML to generate the JetBrains color scheme XML files to allow more flexible control.
Welcome to One Dark theme for JetBrains! This theme aims to provide JetBrains users with the lovely colors of the [Atom One Dark theme](https://github.com/atom/atom/tree/master/packages/one-dark-syntax). This repository uses Python and YAML to generate the JetBrains color scheme XML files to allow more flexible control.

Contributions are always welcome! Don't feel pressured into putting a lot of time into a pull request or an elaborate issue description, just do what you can and we will work from there.

Expand Down
2 changes: 1 addition & 1 deletion docs/development/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ To build the plugin, run `./gradlew build`. If using IntelliJ, sync the Gradle p

## Testing the plugin

To test the plugin, run `./gradlew runIde` to build and launch the plugin in a fresh instance of IntelliJ. If using IntelliJ, run the **Run IDE** task. All plugins will be disabled and settings will be the default settings for a new installation. When first running this task, you will need to change the appearance to Darcula to enable the one dark themes in the color schemes. Select whichever scheme you wish to test, and save the settings.
To test the plugin, run `./gradlew runIde` to build and launch the plugin in a fresh instance of IntelliJ. If using IntelliJ, run the **Run IDE** task. All plugins will be disabled and settings will be the default settings for a new installation. When first running this task, you will need to change the appearance to Darcula to enable the One Dark themes in the color schemes. Select whichever scheme you wish to test, and save the settings.

2 changes: 1 addition & 1 deletion docs/migration/updating-to-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Version 2 of this theme adds UI customizations that became available in IntelliJ version 2019.1. For more information about this update, check out the [JetBrains blog post](https://blog.jetbrains.com/idea/2019/03/brighten-up-your-day-add-color-to-intellij-idea) announcing this update.

If you have used this theme before version 2, you were required to select the color theme by going to `Preferences | Editor | Color Scheme` and selecting either **One dark** or **One dark italic**. After the update, you can change the theme by going to `Preferences | Appearance & Behavior | Appearance` and selecting either **One dark** or **One dark italic**.
If you have used this theme before version 2, you were required to select the color theme by going to `Preferences | Editor | Color Scheme` and selecting either **One Dark** or **One Dark italic**. After the update, you can change the theme by going to `Preferences | Appearance & Behavior | Appearance` and selecting either **One Dark** or **One Dark italic**.

2 changes: 1 addition & 1 deletion docs/the-basics/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration

This theme currently supports two theme variants: One dark and One dark italic. Both variants are built from the same source files and will thus have the same colors and effects with the only difference being the italic variant italicizes certain language constructs such as keywords, comments, annotations, etc.
This theme currently supports two theme variants: One Dark and One Dark italic. Both variants are built from the same source files and will thus have the same colors and effects with the only difference being the italic variant italicizes certain language constructs such as keywords, comments, annotations, etc.

If you have interest in additional theme variants, such as a [vivid variant](https://atom.io/themes/one-dark-vivid-syntax), please open a feature request so the variant idea can be discussed and possibly implemented. If you are interested in developing a new theme variant, please open an issue first so the idea can be discussed by the maintainers of this repository.

2 changes: 1 addition & 1 deletion docs/the-basics/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Plugin marketplace **\(recommended\)**

1. Go to `Preferences | Plugins | Marketplace` and search for **One dark theme**
1. Go to `Preferences | Plugins | Marketplace` and search for **One Dark theme**
2. Install the plugin
3. When prompted, restart your IDE
4. Go to `Preferences | Appearance & Behavior | Appearance` and select one of the new themes in the **theme** dropdown.
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def build_json():
with open(input_path, 'r') as input_file:
data = json.load(input_file, object_pairs_hook=OrderedDict)

data['name'] = 'One dark italic'
data['name'] = 'One Dark italic'
data['editorScheme'] = '/themes/one_dark_italic.xml'

with open(output_path, 'w') as output_file:
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
@@ -1,6 +1,6 @@
<idea-plugin>
<id>com.markskelton.one-dark-theme</id>
<name>One dark theme</name>
<name>One Dark theme</name>
<category>UI</category>
<vendor email="[email protected]"
url="https://github.com/one-dark/jetbrains-one-dark-theme">Mark Skelton</vendor>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/themes/one_dark.theme.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{
"name": "One dark",
"name": "One Dark",
"dark": true,
"author": "Mark Skelton",
"editorScheme": "/themes/one_dark.xml",
Expand Down

0 comments on commit 31ed8d4

Please sign in to comment.