Skip to content

Commit

Permalink
Update contrast color and font size
Browse files Browse the repository at this point in the history
  • Loading branch information
xdrop committed Jul 28, 2018
1 parent 520906b commit a4dd34f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
}

group 'me.xdrop'
version '1.1.0'
version '1.1.1'

apply plugin: 'java'

Expand All @@ -23,7 +23,7 @@ repositories {

intellij {
pluginName 'night-owl-theme'
version '2018.1'
version '2018.2'
plugins 'izhangzhihao.rainbow.brackets:5.9.1'
updateSinceUntilBuild true
}
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<h1>Changelog</h1>
<p>----</p>
<h1>1.1.1</h1>
<ul>
<li>Fix contrast color</li>
<li>Update default font size to 12</li>
</ul>
<h1>1.1.0</h1>
<ul>
<li>Release for IntelliJ 2018.2+</li>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/colors/NightOwl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<option name="LINE_SPACING" value="1.4" />
<font>
<option name="EDITOR_FONT_NAME" value="Fira Code" />
<option name="EDITOR_FONT_SIZE" value="14" />
<option name="EDITOR_FONT_SIZE" value="12" />
</font>
<font>
<option name="EDITOR_FONT_NAME" value="Source Code Pro" />
<option name="EDITOR_FONT_SIZE" value="14" />
<option name="EDITOR_FONT_SIZE" value="12" />
</font>
<option name="EDITOR_LIGATURES" value="true" />
<console-font>
Expand All @@ -23,7 +23,7 @@
</console-font>
<console-font>
<option name="EDITOR_FONT_NAME" value="Source Code Pro" />
<option name="EDITOR_FONT_SIZE" value="14" />
<option name="EDITOR_FONT_SIZE" value="12" />
</console-font>
<option name="CONSOLE_LIGATURES" value="true" />
<colors>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/themes/nightowl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<color id="treeSelection" value="152C3B"/>
<color id="highlight" value="152C3B"/>
<color id="secondBorder" value="2a373e"/>
<color id="contrast" value="1e272c"/>
<color id="contrast" value="001424"/>
<color id="button" value="2e3c43"/>
<color id="selectionForeground" value="ffffff"/>
<color id="selectionBackground" value="152C3B"/>
Expand All @@ -19,7 +19,7 @@
<color id="notifications" value="152C3B"/>
<color id="foreground" value="b0bec5"/>
<color id="background" value="011627"/>
<color id="accentColor" value="fuschia"/>
<color id="accent" value="fuschia"/>
<color id="accentColor" value="E91E63"/>
<color id="accent" value="E91E63"/>
</colors>
</mtTheme>

0 comments on commit a4dd34f

Please sign in to comment.