mirror of
https://github.com/alexadhy/tokyonight-jetbrains.git
synced 2025-02-06 21:43:47 -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="executionName" />
|
||||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
<option name="externalSystemIdString" value="GRADLE" />
|
<option name="externalSystemIdString" value="GRADLE" />
|
||||||
<option name="scriptParameters" value="runIdeForUiTests" />
|
<option name="scriptParameters" value="runIdeForUiTests --info" />
|
||||||
<option name="taskDescriptions">
|
<option name="taskDescriptions">
|
||||||
<list />
|
<list />
|
||||||
</option>
|
</option>
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
|
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
|
||||||
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||||
<DebugAllEnabled>false</DebugAllEnabled>
|
<DebugAllEnabled>false</DebugAllEnabled>
|
||||||
|
<ForceTestExec>false</ForceTestExec>
|
||||||
<method v="2" />
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
# TokyoNight Theme Changelog
|
# TokyoNight Theme Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
## [0.1.5] - 15.11.2022
|
## [0.1.5] - 15.11.2022
|
||||||
- Added line coverage colors
|
- Added line coverage colors
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# 🏙 Tokyo Night
|
# 🏙 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.
|
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:
|
There are 2 variants here:
|
||||||
|
@ -36,3 +38,5 @@ There are 2 variants here:
|
||||||
- <kbd>Install Plugin</kbd>
|
- <kbd>Install Plugin</kbd>
|
||||||
|
|
||||||
<p align="center">Copyright © 2022-present <a href="https://github.com/alexadhy" target="_blank">Alexander Adhyatma</a>
|
<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
|
pluginName = TokyoNight Theme
|
||||||
pluginRepositoryUrl = https://github.com/Inf166/theme-jetbrains-tokyonight
|
pluginRepositoryUrl = https://github.com/Inf166/theme-jetbrains-tokyonight
|
||||||
# SemVer format -> https://semver.org
|
# 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
|
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||||
pluginSinceBuild = 203
|
pluginSinceBuild = 203
|
||||||
|
|
Loading…
Add table
Reference in a new issue