Skip to content

Commit 313af1c

Browse files
committed
Improved visibility of ignored file tree colours
1 parent 8af3582 commit 313af1c

File tree

5 files changed

+32
-30
lines changed

5 files changed

+32
-30
lines changed

resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<idea-plugin>
33
<!-- Unique identifier of the plugin. It should be FQN. It cannot be changed between the plugin versions. -->
44
<id>Intellij_GitHub_Dark_Theme</id>
5-
<version>1.2.1</version>
5+
<version>1.2.2</version>
66

77
<!-- Public plugin name should be written in Title Case.
88
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
@@ -31,7 +31,7 @@
3131
Displayed on the Plugin Page and IDE Plugin Manager. Simple HTML elements can be included between <![CDATA[ ]]> tags. -->
3232
<change-notes><![CDATA[
3333
<ul>
34-
<li>Improved the look of the breakpoint debugger</li>
34+
<li>Improved visibility of ignored file tree colours</li>
3535
</ul>
3636
]]></change-notes>
3737

resources/themes/dark/github_dark.theme.json

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"borderColor": "#333841",
1010
"infoForeground": "#9198a1",
1111
"foregroundColor": "#d1d7e0",
12-
"notificationBackground": "#3d424b",
12+
"notificationBackground": "#151b23",
1313
"selectionBackground": "#161b22",
1414
"selectionForeground": "#f0f6fc",
1515
"activeTabBackground": "#161b22"
@@ -81,13 +81,13 @@
8181
},
8282

8383
"ComboBox": {
84-
"nonEditableBackground": "#333841",
84+
"nonEditableBackground": "#0d1117",
8585
"background": "#010409",
8686
"selectionBackground": "#151a20",
8787
"ArrowButton": {
8888
"iconColor": "foregroundColor",
8989
"disabledIconColor": "#2c313a",
90-
"nonEditableBackground": "#333841"
90+
"nonEditableBackground": "#0d1117"
9191
}
9292
},
9393

@@ -182,7 +182,7 @@
182182

183183
"MainWindow.Tab": {
184184
"borderColor": "backgroundColor",
185-
"foreground": "#768599",
185+
"foreground": "#2f81f7",
186186
"background": "backgroundColor",
187187
"hoverBackground": "activeTabBackground",
188188
"selectedForeground": "foregroundColor",
@@ -197,11 +197,11 @@
197197

198198
"Notification": {
199199
"background": "notificationBackground",
200-
"borderColor": "#53565f",
200+
"borderColor": "#242931",
201201

202-
"errorForeground": "#fca59f",
203-
"errorBackground": "#381417",
204-
"errorBorderColor": "#734040",
202+
"errorForeground": "#dd919b",
203+
"errorBackground": "#31171f",
204+
"errorBorderColor": "#693f47",
205205

206206
"MoreButton": {
207207
"background": "#2f343c",
@@ -232,13 +232,13 @@
232232
"ParameterInfo": {
233233
"background": "#3d424b",
234234
"foreground": "foregroundColor",
235-
"infoForeground": "#5c6370",
235+
"infoForeground": "#151b23",
236236
"currentParameterForeground": "#ffffff"
237237
},
238238

239239
"Plugins": {
240240
"background": "backgroundColor",
241-
"disabledForeground": "#5c6370",
241+
"disabledForeground": "#151b23",
242242
"hoverBackground": "#161b22",
243243
"lightSelectionBackground": "#161b22",
244244
"tagBackground": "#414855",
@@ -275,7 +275,7 @@
275275
"Header.activeBackground": "#414855",
276276
"Header.inactiveBackground": "#2c313a",
277277
"Advertiser": {
278-
"foreground": "#5c6370",
278+
"foreground": "#151b23",
279279
"borderColor": "#2d3137"
280280
}
281281
},
@@ -296,7 +296,7 @@
296296
},
297297

298298
"SearchEverywhere": {
299-
"Advertiser.foreground": "#5c6370",
299+
"Advertiser.foreground": "#151b23",
300300
"Header.background": "backgroundColor",
301301

302302
"SearchField":{
@@ -339,7 +339,7 @@
339339
"foreground": "foregroundColor",
340340
"dropLineColor": "foregroundColor",
341341
"focusCellForeground": "foregroundColor",
342-
"gridColor": "#5c6370",
342+
"gridColor": "#151b23",
343343
"lightSelectionInactiveForeground": "foregroundColor",
344344
"lightSelectionForeground": "foregroundColor",
345345
"selectionBackground": "#3d424b",
@@ -366,7 +366,7 @@
366366
"offForeground": "#9f9fa6",
367367
"offBackground": "#3d424b",
368368
"borderColor": "#3d424b",
369-
"buttonColor": "#5c6370"
369+
"buttonColor": "#151b23"
370370
},
371371

372372
"ToolTip": {
@@ -395,15 +395,14 @@
395395

396396
"TitlePane" : {
397397
"infoForeground": "infoForeground",
398-
"inactiveInfoForeground": "#5C6370"
398+
"inactiveInfoForeground": "#151b23"
399399
},
400400

401401
"Tree": {
402402
"selectionForeground": "selectionForeground",
403-
"selectionBackground": "#2f81f7",
404-
"modifiedItemForeground": "accentColor",
405-
"selectionInactiveBackground": "#111d2e",
406-
"foreground": "selectionForeground",
403+
"selectionBackground": "accentColor",
404+
"modifiedItemForeground": "#4493f8",
405+
"selectionInactiveBackground": "#1e232a",
407406
"rowHeight": 25,
408407
"rowHeight.compact": 20
409408
},
@@ -419,12 +418,12 @@
419418
"Log.Commit": {
420419
"currentBranchBackground": "#282c35",
421420
"hoveredBackground": "#2c313c",
422-
"unmatchedForeground": "#5c6370"
421+
"unmatchedForeground": "#151b23"
423422
},
424423

425424
"RefLabel": {
426425
"backgroundBrightness": 0.3,
427-
"backgroundBase": "#5c6370",
426+
"backgroundBase": "#151b23",
428427
"foreground": "foregroundColor"
429428
}
430429
},
@@ -451,7 +450,7 @@
451450
"Checkbox.Focus.Thin.Selected.Dark": "#2f81f7",
452451
"Checkbox.Background.Disabled.Dark": "#0d1117",
453452
"Checkbox.Border.Disabled.Dark": "#2c313a",
454-
"Checkbox.Foreground.Disabled.Dark": "#5c6370"
453+
"Checkbox.Foreground.Disabled.Dark": "#151b23"
455454
}
456455
}
457456
}

resources/themes/dark/github_dark_theme.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
<option name="DIFF_SEPARATORS_BACKGROUND" value="d1117" />
2323
<option name="DOCUMENTATION_COLOR" value="3d424b" />
2424
<option name="ERROR_HINT" value="781732" />
25-
<option name="FILESTATUS_IDEA_FILESTATUS_IGNORED" value="768390" />
25+
<option name="FILESTATUS_IDEA_FILESTATUS_IGNORED" value="c69026" />
26+
<option name="FILESTATUS_MODIFIED" value="35abff" />
27+
<option name="FILESTATUS_modifiedOutside" value="6897bb" />
2628
<option name="FOLDED_TEXT_BORDER_COLOR" value="" />
2729
<option name="GUTTER_BACKGROUND" value="d1117" />
2830
<option name="HTML_TAG_TREE_LEVEL0" value="f44747" />

resources/themes/dark_dimmed/github_dark_dimmed.theme.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,9 @@
336336
},
337337
"Tree": {
338338
"selectionForeground": "selectionForeground",
339-
"selectionBackground": "#2f81f7",
340-
"modifiedItemForeground": "accentColor",
341-
"selectionInactiveBackground": "#243042",
342-
"foreground": "selectionForeground",
339+
"selectionBackground": "accentColor",
340+
"modifiedItemForeground": "#4493f8",
341+
"selectionInactiveBackground": "#272e37",
343342
"rowHeight": 25,
344343
"rowHeight.compact": 20
345344
},

resources/themes/dark_dimmed/github_dark_dimmed_theme.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
<option name="DIFF_SEPARATORS_BACKGROUND" value="1c2128" />
2323
<option name="DOCUMENTATION_COLOR" value="3d424b" />
2424
<option name="ERROR_HINT" value="781732" />
25-
<option name="FILESTATUS_IDEA_FILESTATUS_IGNORED" value="768390" />
25+
<option name="FILESTATUS_IDEA_FILESTATUS_IGNORED" value="c69026" />
26+
<option name="FILESTATUS_MODIFIED" value="35abff" />
27+
<option name="FILESTATUS_modifiedOutside" value="6897bb" />
2628
<option name="FOLDED_TEXT_BORDER_COLOR" value="" />
2729
<option name="GUTTER_BACKGROUND" value="1c2128" />
2830
<option name="HTML_TAG_TREE_LEVEL0" value="f44747" />

0 commit comments

Comments
 (0)