Skip to content

Commit

Permalink
Prepare for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloYeew committed Oct 10, 2023
1 parent de857b2 commit 6d5fd71
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
# helloyeew-jetbrain-theme Changelog

## [Unreleased]

## [0.0.1]
### Added
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
- Initialize plugin and export color scheme to plugin
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ Theme level color applied from Jetbrain's [Dark Purple](https://github.com/OlyaB

Best when using with [Atom Material Icon](https://plugins.jetbrains.com/plugin/10044-atom-material-icons)

<!-- Plugin description end -->

## Quick look
## Preview

### Rider Dark

Expand All @@ -23,6 +21,8 @@ Best when using with [Atom Material Icon](https://plugins.jetbrains.com/plugin/1

![Rider Light](/showcase/rider-light.png)

<!-- Plugin description end -->

---
Plugin based on the [IntelliJ Platform Plugin Template][template].

Expand Down
4 changes: 1 addition & 3 deletions src/main/resources/HelloYeew Dark.theme.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "HelloYeew Dark",
"dark": true,
"author": "Phawit Pornwattanakul",

"author": "HelloYeew",
"editorScheme": "/colorSchemes/HelloYeew Dark.xml",

"ui": {
"*": {
"background": "#2C2C3B",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/HelloYeew Light.theme.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "HelloYeew Light",
"dark": false,
"author": "Phawit Pornwattanakul",
"author": "HelloYeew",
"editorScheme": "/colorSchemes/HelloYeew Light.xml",
"colors": {
"rosewater": "#DC8A78",
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<idea-plugin>
<id>com.github.helloyeew.helloyeewjetbraintheme</id>
<name>HelloYeew theme</name>
<vendor>Phawit Pornwattanakul</vendor>
<vendor>HelloYeew</vendor>

<depends>com.intellij.modules.platform</depends>

<extensions defaultExtensionNs="com.intellij">
<themeProvider id="com.github.helloyeew.helloyeewjetbraintheme.dark" path="/HelloYeew Dark.theme.json"/>
<themeProvider id="com.github.helloyeew.helloyeewjetbraintheme.light" path="/HelloYeew Light.theme.json"/>
<themeProvider id="fdd5db82-907c-4780-b46b-698972701609" path="/HelloYeew Dark.theme.json"/>
<themeProvider id="8b98b4ae-1012-49e7-b10d-d22f60f4fc73" path="/HelloYeew Light.theme.json"/>
</extensions>

<version>0.0.1</version>
Expand Down

0 comments on commit 6d5fd71

Please sign in to comment.