From d639709b066f22957ec9a089f62623def7aa0276 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 18 Jun 2021 17:04:57 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20BreezeX=20variant=20added?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ builder/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b67ea7c..403ca24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Windows resize cursors scale down - `text` & `vertical-text` cursors scale down +### Added + +- **BreezeX-Black** variant added + ## [v1.0.1] - 16 June 2021 ### Changed diff --git a/builder/Makefile b/builder/Makefile index 1d978f3..6ff28bc 100644 --- a/builder/Makefile +++ b/builder/Makefile @@ -7,7 +7,7 @@ all: clean setup build .ONESHELL: SHELL:=/bin/bash -THEMES = Dark Light +THEMES = Dark Light Black X_SIZES ?=22 24 28 32 40 48 56 64 72 80 88 96 WIN_CANVAS_SIZE ?= 32 WIN_SIZE ?= 24