Skip to content

Commit

Permalink
feat: update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmaialva33 committed Jul 7, 2022
1 parent 365363a commit 2c3f7fe
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 18 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,16 @@
</p>

<p align="center">
<img src="https://img.shields.io/badge/PRs-welcome-%235FCC6F.svg" alt="PRs welcome!" />

<img src="https://img.shields.io/github/languages/top/gabrielmaialva33/jetbrains-owl-theme?style=flat&logo=appveyor" alt="GitHub top language" >
<img src="https://img.shields.io/github/languages/count/gabrielmaialva33/jetbrains-owl-theme?style=flat&logo=appveyor" alt="GitHub language count" >
<img src="https://img.shields.io/github/repo-size/gabrielmaialva33/jetbrains-owl-theme?style=flat&logo=appveyor" alt="Repository size" >
<img alt="License" src="https://img.shields.io/badge/license-MIT-%235FCC6F">
<img src="https://wakatime.com/badge/user/e61842d0-c588-4586-96a3-f0448a434be4/project/9aaa01d8-d39c-4e70-a460-0d39dd8bd093.svg?style=flat&logo=appveyor" alt="Wakatime" >
<img src="https://img.shields.io/github/license/gabrielmaialva33/jetbrains-owl-theme?color=00b8d3?style=flat&logo=appveyor" alt="License" />
<a href="https://github.com/gabrielmaialva33/base-graphql-api/commits/master">
<img src="https://img.shields.io/github/last-commit/gabrielmaialva33/jetbrains-owl-theme?style=flat&logo=appveyor" alt="GitHub last commit" >
<img src="https://img.shields.io/badge/made%20by-Maia-15c3d6?style=flat&logo=appveyor" alt="Maia" >
</a>
</p>
<p align="center">
<a href="#install">Install</a> •
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<!-- Plugin description -->"
val end = "<!-- Plugin description end -->"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 14 additions & 14 deletions src/main/resources/OmniOwl.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"PINK": "#FF79C6",
"PURPLE": "#78D1E1",
"RED": "#E96379",
"YELLOW": "#e7de79",
"YELLOW": "#E7DE79",
"WHITE": "#E1E1E6",
"LineHighlight": "#44475A75",
"NonText": "#FFFFFF1A",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 2c3f7fe

Please sign in to comment.