File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >com.samdark.intellij-visual-studio-code-dark-plus</id >
3
3
<name >Visual Studio Code Dark Plus Theme</name >
4
- <version >1.7 </version >
4
+ <version >1.8 </version >
5
5
<
vendor email =
" [email protected] " url =
" https://rmcreative.ru" >Alexander Makarov</
vendor >
6
6
7
7
<description ><![CDATA[
8
8
A dark theme for JetBrains IDEs inspired by default Visual Studio Code "Dark Plus" theme
9
9
]]> </description >
10
10
11
11
<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
+
12
17
<b>1.7</b>
13
18
<ul>
14
19
<li>Fixed color scheme in the plugin.xml.</li>
Original file line number Diff line number Diff line change 29
29
"selectionForeground" : " #f8fafb"
30
30
},
31
31
"Menu" : {
32
- "background" : " #242425 " ,
32
+ "background" : " #323232 " ,
33
33
"foreground" : " #cbcbc2" ,
34
34
"borderColor" : " #141414" ,
35
35
"separatorColor" : " #606060"
36
36
},
37
+ "PopupMenuSeparator" : {
38
+ "height" : 13 ,
39
+ "stripeIndent" : 6 ,
40
+ "stripeWidth" : 1
41
+ },
37
42
"MenuBar" : {
38
43
"borderColor" : " #242425"
39
44
},
You can’t perform that action at this time.
0 commit comments