Skip to content

Commit 9306e57

Browse files
rynpscsamdark
authored andcommitted
Fix #12: Adjust menu separator to make it narrower and fix its color
1 parent 76b80ac commit 9306e57

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

resources/META-INF/plugin.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
<idea-plugin>
22
<id>com.samdark.intellij-visual-studio-code-dark-plus</id>
33
<name>Visual Studio Code Dark Plus Theme</name>
4-
<version>1.7</version>
4+
<version>1.8</version>
55
<vendor email="[email protected]" url="https://rmcreative.ru">Alexander Makarov</vendor>
66

77
<description><![CDATA[
88
A dark theme for JetBrains IDEs inspired by default Visual Studio Code "Dark Plus" theme
99
]]></description>
1010

1111
<change-notes><![CDATA[
12+
<b>1.8</b>
13+
<ul>
14+
<li>Adjust menu separator to make it narrower and fix its color.</li>
15+
</ul>
16+
1217
<b>1.7</b>
1318
<ul>
1419
<li>Fixed color scheme in the plugin.xml.</li>

resources/visual_studio_code_dark_plus.theme.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,16 @@
2929
"selectionForeground": "#f8fafb"
3030
},
3131
"Menu": {
32-
"background": "#242425",
32+
"background": "#323232",
3333
"foreground": "#cbcbc2",
3434
"borderColor": "#141414",
3535
"separatorColor": "#606060"
3636
},
37+
"PopupMenuSeparator": {
38+
"height": 13,
39+
"stripeIndent": 6,
40+
"stripeWidth": 1
41+
},
3742
"MenuBar": {
3843
"borderColor": "#242425"
3944
},

0 commit comments

Comments
 (0)