diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f4b98..0082887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 91408dc..46e82a9 100644 --- a/README.md +++ b/README.md @@ -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) - - -## Quick look +## Preview ### Rider Dark @@ -23,6 +21,8 @@ Best when using with [Atom Material Icon](https://plugins.jetbrains.com/plugin/1 ![Rider Light](/showcase/rider-light.png) + + --- Plugin based on the [IntelliJ Platform Plugin Template][template]. diff --git a/src/main/resources/HelloYeew Dark.theme.json b/src/main/resources/HelloYeew Dark.theme.json index 33b9932..691b377 100644 --- a/src/main/resources/HelloYeew Dark.theme.json +++ b/src/main/resources/HelloYeew Dark.theme.json @@ -1,10 +1,8 @@ { "name": "HelloYeew Dark", "dark": true, - "author": "Phawit Pornwattanakul", - + "author": "HelloYeew", "editorScheme": "/colorSchemes/HelloYeew Dark.xml", - "ui": { "*": { "background": "#2C2C3B", diff --git a/src/main/resources/HelloYeew Light.theme.json b/src/main/resources/HelloYeew Light.theme.json index a871c44..f08706a 100644 --- a/src/main/resources/HelloYeew Light.theme.json +++ b/src/main/resources/HelloYeew Light.theme.json @@ -1,7 +1,7 @@ { "name": "HelloYeew Light", "dark": false, - "author": "Phawit Pornwattanakul", + "author": "HelloYeew", "editorScheme": "/colorSchemes/HelloYeew Light.xml", "colors": { "rosewater": "#DC8A78", diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index c8238cf..02959b3 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -2,13 +2,13 @@ com.github.helloyeew.helloyeewjetbraintheme HelloYeew theme - Phawit Pornwattanakul + HelloYeew com.intellij.modules.platform - - + + 0.0.1