mirror of
https://github.com/alexadhy/tokyonight-jetbrains.git
synced 2024-11-21 20:36:53 -05:00
[BUGFIX] Fix base configuration
This commit is contained in:
parent
65c65dbfca
commit
7f1db373da
4 changed files with 11 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
<option name="executionName" />
|
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||
<option name="externalSystemIdString" value="GRADLE" />
|
||||
<option name="scriptParameters" value="runIdeForUiTests" />
|
||||
<option name="scriptParameters" value="runIdeForUiTests --info" />
|
||||
<option name="taskDescriptions">
|
||||
<list />
|
||||
</option>
|
||||
|
@ -17,6 +17,7 @@
|
|||
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
|
||||
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||
<DebugAllEnabled>false</DebugAllEnabled>
|
||||
<ForceTestExec>false</ForceTestExec>
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
</component>
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
# TokyoNight Theme Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
## [0.1.5] - 15.11.2022
|
||||
- Added line coverage colors
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# 🏙 Tokyo Night
|
||||
|
||||
<!-- Plugin description -->
|
||||
|
||||
A dark and light Jetbrains theme ported from the Visual Studio Code [TokyoNight](https://github.com/enkia/tokyo-night-vscode-theme) theme.
|
||||
|
||||
There are 2 variants here:
|
||||
|
@ -36,3 +38,5 @@ There are 2 variants here:
|
|||
- <kbd>Install Plugin</kbd>
|
||||
|
||||
<p align="center">Copyright © 2022-present <a href="https://github.com/alexadhy" target="_blank">Alexander Adhyatma</a>
|
||||
|
||||
<!-- Plugin description end -->
|
|
@ -4,7 +4,7 @@ pluginGroup = com.alex.tokyonight
|
|||
pluginName = TokyoNight Theme
|
||||
pluginRepositoryUrl = https://github.com/Inf166/theme-jetbrains-tokyonight
|
||||
# SemVer format -> https://semver.org
|
||||
pluginVersion = 2023.1
|
||||
pluginVersion = 0.1.5
|
||||
|
||||
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||
pluginSinceBuild = 203
|
||||
|
|
Loading…
Reference in a new issue