From f92ef92c84941f90573cf3f77d08d12db03be9cf Mon Sep 17 00:00:00 2001 From: Jason Legler Date: Mon, 11 Sep 2023 08:24:17 -0500 Subject: [PATCH] feat: diff background and default font update - Change default font from a proprietary font to an open source one - Fixed [this issue](https://github.com/smashedtoatoms/zenburn/issues/5) --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- src/main/resources/zenburn.xml | 10 +++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee7eb29..3ce5a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle.properties b/gradle.properties index d602f26..53ad712 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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. diff --git a/src/main/resources/zenburn.xml b/src/main/resources/zenburn.xml index cd21e0e..1131e55 100644 --- a/src/main/resources/zenburn.xml +++ b/src/main/resources/zenburn.xml @@ -2,8 +2,8 @@