Skip to content

Commit e327638

Browse files
authored
feat: add 2023.2 IDEs support (#44)
1 parent 995e0cd commit e327638

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ publishPlugin {
2929
// See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
3030
patchPluginXml {
3131
sinceBuild '201'
32-
untilBuild '231.*'
32+
untilBuild '232.*'
3333
version project.version
3434

3535
changeNotes """
3636
<ul>
37+
<li>2.2.3 Add support to 2023.2 IDEs</li>
3738
<li>2.2.2 Add support to 2023.1 IDEs</li>
3839
<li>2.2.1 Add support to 2022.3 IDEs</li>
3940
<li>2.2.0 Add support to the experimental new ui</li>

src/main/resources/codely_blue.theme.json

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
"TableHeader.cellBorder": "3,1,3,1",
164164
"Tree.rowHeight": "0",
165165
"WelcomeScreen": {
166+
"Details.background": "obscure_blue",
166167
"Projects.background": "bg0",
167168
"Projects.selectionBackground": "bg2",
168169
"Projects.selectionInactiveBackground": "bg2",

0 commit comments

Comments
 (0)