Skip to content

Commit 928dd98

Browse files
committed
Material One Dark
1 parent b0dbeb5 commit 928dd98

File tree

5 files changed

+3221
-3213
lines changed

5 files changed

+3221
-3213
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.10.3
4+
- Material One Dark Color Scheme
5+
36
## 0.10.2
47
- Atom One Dark Theme
58
- Move icons outside of fileIcons for better "disable Material Icons"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Wed Aug 30 18:35:42 IDT 2017
1+
#Thu Aug 31 09:19:22 IDT 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME

src/main/resources/META-INF/plugin.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<idea-plugin>
2828
<id>com.chrisrm.idea.MaterialThemeUIFork</id>
2929
<name>Material Theme UI EAP</name>
30-
<version>0.10.2.3</version>
30+
<version>0.10.3</version>
3131
<vendor email="heliosaian@gmail.com" url="https://github.com/mallowigi">Mallowigi</vendor>
3232

3333
<description><![CDATA[
@@ -68,6 +68,7 @@
6868
<bundledColorScheme path="/colors/Material Theme - Default"/>
6969
<bundledColorScheme path="/colors/Material Theme - Palenight"/>
7070
<bundledColorScheme path="/colors/Material Theme - Darker"/>
71+
<bundledColorScheme path="/colors/Material Theme - One Dark"/>
7172
<welcomeFrameProvider implementation="com.chrisrm.idea.ui.MTFlatWelcomeFrameProvider"
7273
order="FIRST"/>
7374
<!--<ideRootPaneNorth implementation="com.chrisrm.idea.themes.MTFrameComponentExtension"></ideRootPaneNorth>-->
@@ -334,6 +335,10 @@
334335

335336
<change-notes><![CDATA[
336337
<html>
338+
<h2>0.10.3</h2>
339+
<ul>
340+
<li>Material One Dark Color Scheme</li>
341+
</ul>
337342
<h2>0.10.2</h2>
338343
<ul>
339344
<li>Atom One Dark Theme</li>

0 commit comments

Comments
 (0)