From 7f1db373da1814b9475e6d3fb76495ece682bb99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Maximilian=20Mai?= Date: Tue, 11 Apr 2023 10:10:27 +0200 Subject: [PATCH] [BUGFIX] Fix base configuration --- .run/Run IDE for UI Tests.run.xml | 3 ++- CHANGELOG.md | 4 ++++ README.md | 4 ++++ gradle.properties | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.run/Run IDE for UI Tests.run.xml b/.run/Run IDE for UI Tests.run.xml index 9b028c3..56d2fd5 100644 --- a/.run/Run IDE for UI Tests.run.xml +++ b/.run/Run IDE for UI Tests.run.xml @@ -5,7 +5,7 @@ @@ -17,6 +17,7 @@ true true false + false \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4001c16..8971589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ # TokyoNight Theme Changelog +## [Unreleased] + +### Added + ## [0.1.5] - 15.11.2022 - Added line coverage colors diff --git a/README.md b/README.md index 6702621..8944ad9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 🏙 Tokyo Night + + 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: - Install Plugin

Copyright © 2022-present Alexander Adhyatma + + \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index c4f378e..8a81ddb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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