Skip to content

Commit

Permalink
Added support for 2022.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coeiico committed Oct 20, 2022
1 parent 3b6a027 commit 52b2631
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 1.1.7

- added support for 2022.3

### 1.1.6

- added support for 2022.2
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.brandiico'
version '1.1.6'
version '1.1.7'

repositories {
mavenCentral()
Expand All @@ -25,7 +25,7 @@ patchPluginXml {
def changelogPath = "$projectDir/build/html/CHANGELOG.html"
if (file(changelogPath).exists()) { changeNotes file(changelogPath).text }
sinceBuild '203.7148'
untilBuild '222.*'
untilBuild '223.*'
}

publishPlugin {
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/nightfall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<option name="CARET_COLOR" value="FAB795" />
<option name="CONSOLE_BACKGROUND_KEY" value="1C1E26" />
<option name="CARET_ROW_COLOR" value="20222C" />"
<option name="SELECTION_BACKGROUND" value="0D0D0D" />
<option name="SELECTION_BACKGROUND" value="2F3341" />
<!-- <option name="SELECTION_BACKGROUND" value="0D0D0D" />-->

<option name="GUTTER_BACKGROUND" value="1C1E26" />
<option name="INDENT_GUIDE" value="3D3F5250" />
Expand Down

0 comments on commit 52b2631

Please sign in to comment.