File tree Expand file tree Collapse file tree 5 files changed +61
-4
lines changed Expand file tree Collapse file tree 5 files changed +61
-4
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ patchPluginXml {
37
37
38
38
changeNotes = """
39
39
<ul>
40
+ <li>3.3.0 Add JetBrains AI compatibility to themes</li>
40
41
<li>3.2.0 Improve caret colors and blue theme</li>
41
42
<li>3.1.0 Add support to 2025.1 IDEs</li>
42
43
<li>3.0.0 Add support to 2024.3 IDEs and remove support for 2023.3 or previous</li>
Original file line number Diff line number Diff line change 168
168
"background" : " bg" ,
169
169
"separatorColor" : " bg"
170
170
},
171
- "Window.border" : " bg1"
171
+ "Window.border" : " bg1" ,
172
+ "JetBrainsAI" : {
173
+ "Button.background" : " bg" ,
174
+ "Button.foreground" : " fg" ,
175
+ "Button.startBorderColor" : " #504945" ,
176
+ "Button.endBorderColor" : " #504945" ,
177
+ "Button.focusedBorderColor" : " blue" ,
178
+ "CompletionPopup.foreground" : " fg" ,
179
+ "Editor.background" : " dark_grey" ,
180
+ "Editor.foreground" : " fg" ,
181
+ "Notification.background" : " dark_grey" ,
182
+ "Notification.borderColor" : " bg1" ,
183
+ "Notification.foreground" : " fg" ,
184
+ "ToolWindow.background" : " dark_grey"
185
+ }
172
186
},
173
187
"icons" : {
174
188
"ColorPalette" : {
Original file line number Diff line number Diff line change 171
171
"background" : " bg" ,
172
172
"separatorColor" : " bg"
173
173
},
174
- "Window.border" : " bg1"
174
+ "Window.border" : " bg1" ,
175
+ "JetBrainsAI" : {
176
+ "Button.background" : " bg" ,
177
+ "Button.foreground" : " fg" ,
178
+ "Button.startBorderColor" : " bg2" ,
179
+ "Button.endBorderColor" : " bg2" ,
180
+ "Button.focusedBorderColor" : " blue" ,
181
+ "CompletionPopup.foreground" : " fg" ,
182
+ "Editor.background" : " dark_blue" ,
183
+ "Editor.foreground" : " fg" ,
184
+ "Notification.background" : " dark_blue" ,
185
+ "Notification.borderColor" : " bg1" ,
186
+ "Notification.foreground" : " fg" ,
187
+ "ToolWindow.background" : " dark_blue"
188
+ }
175
189
},
176
190
"icons" : {
177
191
"ColorPalette" : {
Original file line number Diff line number Diff line change 163
163
"background" : " bg" ,
164
164
"separatorColor" : " bg"
165
165
},
166
- "Window.border" : " bg1"
166
+ "Window.border" : " bg1" ,
167
+ "JetBrainsAI" : {
168
+ "Button.background" : " bg" ,
169
+ "Button.foreground" : " fg" ,
170
+ "Button.startBorderColor" : " #504945" ,
171
+ "Button.endBorderColor" : " #504945" ,
172
+ "Button.focusedBorderColor" : " blue" ,
173
+ "CompletionPopup.foreground" : " fg" ,
174
+ "Editor.background" : " dark_grey" ,
175
+ "Editor.foreground" : " fg" ,
176
+ "Notification.background" : " dark_grey" ,
177
+ "Notification.borderColor" : " bg1" ,
178
+ "Notification.foreground" : " fg" ,
179
+ "ToolWindow.background" : " dark_grey"
180
+ }
167
181
},
168
182
"icons" : {
169
183
"ColorPalette" : {
Original file line number Diff line number Diff line change 163
163
"background" : " bg" ,
164
164
"separatorColor" : " bg"
165
165
},
166
- "Window.border" : " bg1"
166
+ "Window.border" : " bg1" ,
167
+ "JetBrainsAI" : {
168
+ "Button.background" : " bg" ,
169
+ "Button.foreground" : " fg" ,
170
+ "Button.startBorderColor" : " bg2" ,
171
+ "Button.endBorderColor" : " bg2" ,
172
+ "Button.focusedBorderColor" : " classic_blue" ,
173
+ "CompletionPopup.foreground" : " fg" ,
174
+ "Editor.background" : " bg0" ,
175
+ "Editor.foreground" : " fg" ,
176
+ "Notification.background" : " bg0" ,
177
+ "Notification.borderColor" : " bg1" ,
178
+ "Notification.foreground" : " fg" ,
179
+ "ToolWindow.background" : " bg0"
180
+ }
167
181
},
168
182
"icons" : {
169
183
"ColorPalette" : {
You can’t perform that action at this time.
0 commit comments