Skip to content

Commit

Permalink
feat: diff background and default font update
Browse files Browse the repository at this point in the history
- Change default font from a proprietary font to an open source one
- Fixed [this issue](#5)
  • Loading branch information
smashedtoatoms committed Sep 11, 2023
1 parent 6cde994 commit f92ef92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 0.1.1 - 2023-09-11
- Change default font from a proprietary font to an open source one
- Fixed [this issue](https://github.com/smashedtoatoms/zenburn/issues/5)

## 0.1.0 - 2023-07-31
- Increment version and update dependencies
- This one breaks backwards compatibility because of JetBrains forcing a
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = com.github.smashedtoatoms.zenburn
pluginName = Zenburn Theme
pluginVersion = 0.1.0
pluginVersion = 0.1.1

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/zenburn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<option name="FONT_SCALE" value="1.0" />
<option name="LINE_SPACING" value="1.2" />
<font>
<option name="EDITOR_FONT_NAME" value="PragmataPro Liga" />
<option name="EDITOR_FONT_SIZE" value="14" />
<option name="EDITOR_FONT_NAME" value="Iosevka Nerd Font" />
<option name="EDITOR_FONT_SIZE" value="15" />
</font>
<font>
<option name="EDITOR_FONT_NAME" value="Menlo" />
<option name="EDITOR_FONT_SIZE" value="14" />
</font>
<option name="EDITOR_LIGATURES" value="true" />
<console-font>
<option name="EDITOR_FONT_NAME" value="PragmataPro Liga" />
<option name="EDITOR_FONT_SIZE" value="11" />
<option name="EDITOR_FONT_NAME" value="Iosevka Nerd Font" />
<option name="EDITOR_FONT_SIZE" value="14" />
</console-font>
<console-font>
<option name="EDITOR_FONT_NAME" value="Menlo" />
Expand Down Expand Up @@ -616,7 +616,7 @@
</option>
<option name="DIFF_INSERTED">
<value>
<option name="BACKGROUND" value="5f7f5f" />
<option name="BACKGROUND" value="364936" />
<option name="ERROR_STRIPE_COLOR" value="5f7f5f" />
</value>
</option>
Expand Down

0 comments on commit f92ef92

Please sign in to comment.