From 2c3f7fe1f1dca18c9faa71457c18e8e7504a27b7 Mon Sep 17 00:00:00 2001 From: Gabriel Maia Date: Wed, 6 Jul 2022 22:12:58 -0300 Subject: [PATCH] feat: update libs --- CHANGELOG.md | 14 ++++++++++++++ README.md | 17 ++++++++++++++-- build.gradle.kts | 2 +- gradle.properties | 2 +- src/main/resources/OmniOwl.theme.json | 28 +++++++++++++-------------- 5 files changed, 45 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24025b2..45efe88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,3 +9,17 @@ All notable changes to this project will be documented in this file. - Initial version of plugin - Update dependencies +## 1.0.0 + +- this theme is not completely conform the specification of dracula-theme + +## 1.0.1 + +- optimize button color +- override some default color with dracula palette +- some other visual optimization + +## [Unreleased] + +- bump version + diff --git a/README.md b/README.md index 217d7cc..b39f8af 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,16 @@

- PRs welcome! - + GitHub top language + GitHub language count + Repository size License + Wakatime + License + + GitHub last commit + Maia +

Install • @@ -27,6 +34,12 @@ All instructions can be found at [INSTALL.md](./INSTALL.md). +### :writing_hand: **Author** + +| [![Gabriel Maia](https://avatars.githubusercontent.com/u/26732067?size=100)](https://github.com/demartini) | +| ---------------------------------------------------------------------------------------------------------- | +| [Gabriel Maia](https://github.com/gabrielmaialva33) | + ## License [MIT License](./LICENSE.md) diff --git a/build.gradle.kts b/build.gradle.kts index 27cf16b..5a77b70 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,7 +67,7 @@ tasks { sinceBuild.set(properties("pluginSinceBuild")) untilBuild.set(properties("pluginUntilBuild")) - pluginDescription.set(File("/Users/gabrielmaia/Documents/Dev/My/jetbrains/README.md").readText().lines().run { + pluginDescription.set(File("/Users/gabrielmaia/Documents/Dev/My/jetbrains-owl-theme/README.md").readText().lines().run { val start = "" val end = "" diff --git a/gradle.properties b/gradle.properties index 5c30e29..30cfc02 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ # -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html pluginGroup=com.github.gabrielmaialva33.jetbrains pluginName=Omni Owl Theme -pluginVersion=1.0.1 +pluginVersion=1.0.2 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild=211 diff --git a/src/main/resources/OmniOwl.theme.json b/src/main/resources/OmniOwl.theme.json index 32a1c79..44a9bd1 100644 --- a/src/main/resources/OmniOwl.theme.json +++ b/src/main/resources/OmniOwl.theme.json @@ -14,7 +14,7 @@ "PINK": "#FF79C6", "PURPLE": "#78D1E1", "RED": "#E96379", - "YELLOW": "#e7de79", + "YELLOW": "#E7DE79", "WHITE": "#E1E1E6", "LineHighlight": "#44475A75", "NonText": "#FFFFFF1A", @@ -228,27 +228,27 @@ "ColorPalette": { "Actions.Grey": "#a0a0a0D0", "Actions.Red": "#E96379", - "Actions.Yellow": "#e7de79", - "Actions.Green": "#67e480", + "Actions.Yellow": "#E7DE79", + "Actions.Green": "#67E480", "Actions.Blue": "#78D1E1", "Actions.GreyInline.Dark": "#808080D0", - "Objects.Grey": "#a0a0a0D0", - "Objects.RedStatus": "#ed4556D0", - "Objects.Red": "#ed4556D0", + "Objects.Grey": "#A0A0A0D0", + "Objects.RedStatus": "#ED4556D0", + "Objects.Red": "#ED4556D0", "Objects.Pink": "#FF79C6D0", - "Objects.Yellow": "#e7de79D0", + "Objects.Yellow": "#E7DE79D0", "Objects.Green": "#00F769D0", "Objects.Blue": "#78D1E1D0", - "Objects.Purple": "#988bc7D0", + "Objects.Purple": "#988BC7D0", "Objects.BlackText": "#201B2DD0", - "Objects.YellowDark": "#e7de79D0", + "Objects.YellowDark": "#E7DE79D0", "Objects.GreenAndroid": "#00F769D0", "Checkbox.Background.Default.Dark": "#252131", - "Checkbox.Border.Default.Dark": "#988bc7", - "Checkbox.Foreground.Selected.Dark": "#988bc7", - "Checkbox.Focus.Wide.Dark": "#988bc7", - "Checkbox.Focus.Thin.Default.Dark": "#988bc7", - "Checkbox.Focus.Thin.Selected.Dark": "#988bc7", + "Checkbox.Border.Default.Dark": "#988bC7", + "Checkbox.Foreground.Selected.Dark": "#988BC7", + "Checkbox.Focus.Wide.Dark": "#988BC7", + "Checkbox.Focus.Thin.Default.Dark": "#988BC7", + "Checkbox.Focus.Thin.Selected.Dark": "#988BC7", "Checkbox.Background.Disabled.Dark": "#252131", "Checkbox.Border.Disabled.Dark": "#5A4B81", "Checkbox.Foreground.Disabled.Dark": "#5A4B81"