https://github.com/bitforger/aura-theme-jetbrains
https://github.com/bitforger/aura-theme-jetbrains
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitforger/aura-theme-jetbrains
- Owner: BitForger
- Created: 2021-10-15T03:20:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T04:18:58.000Z (over 4 years ago)
- Last Synced: 2025-01-13T21:36:45.203Z (over 1 year ago)
- Language: Kotlin
- Size: 1.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# aura-theme-jetbrains

[](https://plugins.jetbrains.com/plugin/PLUGIN_ID)
[](https://plugins.jetbrains.com/plugin/PLUGIN_ID)
## Template ToDo list
- [x] Create a new [IntelliJ Platform Plugin Template][template] project.
- [ ] Get known with the [template documentation][template].
- [ ] Verify the [pluginGroup](/gradle.properties), [plugin ID](/src/main/resources/META-INF/plugin.xml) and [sources package](/src/main/kotlin).
- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html).
- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.
- [ ] Set the Plugin ID in the above README badges.
- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html).
- [ ] Click the Watch button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.
This plugin is a psuedo port of the [Aura theme](https://github.com/daltonmenezes/aura-theme)
More work needs to be done to this to match VSC
## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "aura-theme-jetbrains" >
Install Plugin
- Manually:
Download the [latest release](https://github.com/BitForger/aura-theme-jetbrains/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
---
Plugin based on the [IntelliJ Platform Plugin Template][template].
[template]: https://github.com/JetBrains/intellij-platform-plugin-template