From b8acf148bb6110677e984744c470cf72ab33faf8 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Thu, 17 Jun 2021 16:02:16 +0530 Subject: [PATCH 1/8] =?UTF-8?q?=E2=9A=A1=20Visual=20Chnages:=20Bigger=20ho?= =?UTF-8?q?tspot=20dot=20for=20resize=20cursors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ svg/static/bd_double_arrow.svg | 36 +++++++++++++------------------- svg/static/fd_double_arrow.svg | 36 +++++++++++++------------------- svg/static/sb_h_double_arrow.svg | 31 +++++++++++++-------------- svg/static/sb_v_double_arrow.svg | 31 +++++++++++++-------------- 5 files changed, 60 insertions(+), 78 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a540c8e..e256219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +### Changed + +- Bigger hotspot dot for Resize cursors + ## [v1.0.1] - 16 June 2021 ### Changed diff --git a/svg/static/bd_double_arrow.svg b/svg/static/bd_double_arrow.svg index 4d1c066..60a59b0 100644 --- a/svg/static/bd_double_arrow.svg +++ b/svg/static/bd_double_arrow.svg @@ -1,16 +1,20 @@ - - - - - - - - - - + + + + + + + + + + + + + + @@ -21,17 +25,5 @@ - - - - - - - - - - - - diff --git a/svg/static/fd_double_arrow.svg b/svg/static/fd_double_arrow.svg index 47fdcf6..9d88729 100644 --- a/svg/static/fd_double_arrow.svg +++ b/svg/static/fd_double_arrow.svg @@ -1,16 +1,20 @@ - - - - - - - - - - + + + + + + + + + + + + + + @@ -21,17 +25,5 @@ - - - - - - - - - - - - diff --git a/svg/static/sb_h_double_arrow.svg b/svg/static/sb_h_double_arrow.svg index b772f77..335d62d 100644 --- a/svg/static/sb_h_double_arrow.svg +++ b/svg/static/sb_h_double_arrow.svg @@ -1,25 +1,22 @@ - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - + diff --git a/svg/static/sb_v_double_arrow.svg b/svg/static/sb_v_double_arrow.svg index b4d97ec..9006d6b 100644 --- a/svg/static/sb_v_double_arrow.svg +++ b/svg/static/sb_v_double_arrow.svg @@ -1,25 +1,22 @@ - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - + From d1dff4d4a449d5361775c23d810fc9c9899c1d25 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Thu, 17 Jun 2021 16:17:15 +0530 Subject: [PATCH 2/8] =?UTF-8?q?=F0=9F=96=8C=EF=B8=8F=20Visual=20Chnages:?= =?UTF-8?q?=20Windows=20side=20cursors=20scale=20down?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/bxbuild/constants.py | 8 ++++---- svg/static/bottom_side.svg | 39 ++++++++++++++++++------------------ svg/static/left_side.svg | 39 ++++++++++++++++++------------------ svg/static/right_side.svg | 39 ++++++++++++++++++------------------ svg/static/top_side.svg | 39 ++++++++++++++++++------------------ 5 files changed, 80 insertions(+), 84 deletions(-) diff --git a/builder/bxbuild/constants.py b/builder/bxbuild/constants.py index e44bf37..e16e9a4 100644 --- a/builder/bxbuild/constants.py +++ b/builder/bxbuild/constants.py @@ -22,7 +22,7 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { "bd_double_arrow.png": {"xhot": 98, "yhot": 96}, "bottom_left_corner.png": {"xhot": 56, "yhot": 143}, "bottom_right_corner.png": {"xhot": 142, "yhot": 147}, - "bottom_side.png": {"xhot": 100, "yhot": 148}, + "bottom_side.png": {"xhot": 100, "yhot": 164}, "center_ptr.png": {"xhot": 99, "yhot": 35}, "col-resize.png": {"xhot": 100, "yhot": 100}, "color-picker.png": {"xhot": 42, "yhot": 157}, @@ -36,7 +36,7 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { "hand1.png": {"xhot": 107, "yhot": 35}, "hand2.png": {"xhot": 90, "yhot": 35}, "left_ptr.png": {"xhot": 57, "yhot": 30}, - "left_side.png": {"xhot": 52, "yhot": 100}, + "left_side.png": {"xhot": 33, "yhot": 100}, "link.png": {"xhot": 57, "yhot": 30}, "move.png": {"xhot": 101, "yhot": 51}, "pencil.png": {"xhot": 38, "yhot": 156}, @@ -44,7 +44,7 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { "plus.png": {"xhot": 100, "yhot": 100}, "question_arrow.png": {"xhot": 57, "yhot": 30}, "right_ptr.png": {"xhot": 136, "yhot": 32}, - "right_side.png": {"xhot": 147, "yhot": 100}, + "right_side.png": {"xhot": 164, "yhot": 100}, "row-resize.png": {"xhot": 100, "yhot": 100}, "sb_down_arrow.png": {"xhot": 100, "yhot": 160}, "sb_h_double_arrow.png": {"xhot": 98, "yhot": 96}, @@ -54,7 +54,7 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { "sb_v_double_arrow.png": {"xhot": 98, "yhot": 96}, "top_left_corner.png": {"xhot": 57, "yhot": 55}, "top_right_corner.png": {"xhot": 142, "yhot": 55}, - "top_side.png": {"xhot": 100, "yhot": 52}, + "top_side.png": {"xhot": 100, "yhot": 35}, "vertical-text.png": {"xhot": 100, "yhot": 100}, "wayland-cursor.png": {"xhot": 100, "yhot": 100}, "X_cursor.png": {"xhot": 100, "yhot": 100}, diff --git a/svg/static/bottom_side.svg b/svg/static/bottom_side.svg index d31c0e5..241bd98 100644 --- a/svg/static/bottom_side.svg +++ b/svg/static/bottom_side.svg @@ -1,21 +1,20 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/left_side.svg b/svg/static/left_side.svg index f04def7..d36f31f 100644 --- a/svg/static/left_side.svg +++ b/svg/static/left_side.svg @@ -1,21 +1,20 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/right_side.svg b/svg/static/right_side.svg index 06d6a2f..c2935df 100644 --- a/svg/static/right_side.svg +++ b/svg/static/right_side.svg @@ -1,21 +1,20 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/top_side.svg b/svg/static/top_side.svg index 8746f89..b611038 100644 --- a/svg/static/top_side.svg +++ b/svg/static/top_side.svg @@ -1,21 +1,20 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + From 0400eb07c21653eda3b0c8a8bfc8c9cd463c3834 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Thu, 17 Jun 2021 16:28:38 +0530 Subject: [PATCH 3/8] =?UTF-8?q?=F0=9F=91=94=20Visiual=20Changes:=20Corner?= =?UTF-8?q?=20curosr=20scale=20down?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/bxbuild/constants.py | 8 +++--- svg/static/bottom_left_corner.svg | 39 +++++++++++++++--------------- svg/static/bottom_right_corner.svg | 39 +++++++++++++++--------------- svg/static/top_left_corner.svg | 39 +++++++++++++++--------------- svg/static/top_right_corner.svg | 39 +++++++++++++++--------------- 5 files changed, 80 insertions(+), 84 deletions(-) diff --git a/builder/bxbuild/constants.py b/builder/bxbuild/constants.py index e16e9a4..6d08fc0 100644 --- a/builder/bxbuild/constants.py +++ b/builder/bxbuild/constants.py @@ -20,8 +20,8 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { ########## "all-scroll.png": {"xhot": 100, "yhot": 100}, "bd_double_arrow.png": {"xhot": 98, "yhot": 96}, - "bottom_left_corner.png": {"xhot": 56, "yhot": 143}, - "bottom_right_corner.png": {"xhot": 142, "yhot": 147}, + "bottom_left_corner.png": {"xhot": 47, "yhot": 148}, + "bottom_right_corner.png": {"xhot": 147, "yhot": 148}, "bottom_side.png": {"xhot": 100, "yhot": 164}, "center_ptr.png": {"xhot": 99, "yhot": 35}, "col-resize.png": {"xhot": 100, "yhot": 100}, @@ -52,8 +52,8 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { "sb_right_arrow.png": {"xhot": 162, "yhot": 100}, "sb_up_arrow.png": {"xhot": 100, "yhot": 38}, "sb_v_double_arrow.png": {"xhot": 98, "yhot": 96}, - "top_left_corner.png": {"xhot": 57, "yhot": 55}, - "top_right_corner.png": {"xhot": 142, "yhot": 55}, + "top_left_corner.png": {"xhot": 47, "yhot": 51}, + "top_right_corner.png": {"xhot": 147, "yhot": 51}, "top_side.png": {"xhot": 100, "yhot": 35}, "vertical-text.png": {"xhot": 100, "yhot": 100}, "wayland-cursor.png": {"xhot": 100, "yhot": 100}, diff --git a/svg/static/bottom_left_corner.svg b/svg/static/bottom_left_corner.svg index 260b94f..32b1c43 100644 --- a/svg/static/bottom_left_corner.svg +++ b/svg/static/bottom_left_corner.svg @@ -1,21 +1,20 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/bottom_right_corner.svg b/svg/static/bottom_right_corner.svg index 63621c9..eef2e8c 100644 --- a/svg/static/bottom_right_corner.svg +++ b/svg/static/bottom_right_corner.svg @@ -1,21 +1,20 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/top_left_corner.svg b/svg/static/top_left_corner.svg index e22ab1c..9255cf2 100644 --- a/svg/static/top_left_corner.svg +++ b/svg/static/top_left_corner.svg @@ -1,21 +1,20 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/top_right_corner.svg b/svg/static/top_right_corner.svg index 68c9d6d..86f48cd 100644 --- a/svg/static/top_right_corner.svg +++ b/svg/static/top_right_corner.svg @@ -1,21 +1,20 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + From 865ae5ab241711bc0ecf0bf7bb624fe551fa8b0e Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Thu, 17 Jun 2021 16:41:58 +0530 Subject: [PATCH 4/8] =?UTF-8?q?=E2=9C=85=20.svg=20files=20formate=20&=20re?= =?UTF-8?q?size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg/static/bottom_left_corner.svg | 39 +++++++++++++++--------------- svg/static/bottom_right_corner.svg | 39 +++++++++++++++--------------- svg/static/bottom_side.svg | 39 +++++++++++++++--------------- svg/static/col-resize.svg | 4 +-- svg/static/cross.svg | 34 +++++++++++++------------- svg/static/left_side.svg | 39 +++++++++++++++--------------- svg/static/right_side.svg | 39 +++++++++++++++--------------- svg/static/row-resize.svg | 4 +-- svg/static/top_left_corner.svg | 39 +++++++++++++++--------------- svg/static/top_right_corner.svg | 39 +++++++++++++++--------------- svg/static/top_side.svg | 39 +++++++++++++++--------------- svg/static/vertical-text.svg | 4 +-- svg/static/xterm.svg | 4 +-- 13 files changed, 185 insertions(+), 177 deletions(-) diff --git a/svg/static/bottom_left_corner.svg b/svg/static/bottom_left_corner.svg index 32b1c43..a595110 100644 --- a/svg/static/bottom_left_corner.svg +++ b/svg/static/bottom_left_corner.svg @@ -1,20 +1,21 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/bottom_right_corner.svg b/svg/static/bottom_right_corner.svg index eef2e8c..5258d98 100644 --- a/svg/static/bottom_right_corner.svg +++ b/svg/static/bottom_right_corner.svg @@ -1,20 +1,21 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/bottom_side.svg b/svg/static/bottom_side.svg index 241bd98..217dabb 100644 --- a/svg/static/bottom_side.svg +++ b/svg/static/bottom_side.svg @@ -1,20 +1,21 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/col-resize.svg b/svg/static/col-resize.svg index 650a513..212b0df 100644 --- a/svg/static/col-resize.svg +++ b/svg/static/col-resize.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/cross.svg b/svg/static/cross.svg index f08edf2..8f8d6cc 100644 --- a/svg/static/cross.svg +++ b/svg/static/cross.svg @@ -1,30 +1,30 @@ - - - - - + + + + + - - + + - + - - + + - + - - + + - + - - + + - + diff --git a/svg/static/left_side.svg b/svg/static/left_side.svg index d36f31f..2ab65b1 100644 --- a/svg/static/left_side.svg +++ b/svg/static/left_side.svg @@ -1,20 +1,21 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/right_side.svg b/svg/static/right_side.svg index c2935df..309aacf 100644 --- a/svg/static/right_side.svg +++ b/svg/static/right_side.svg @@ -1,20 +1,21 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/row-resize.svg b/svg/static/row-resize.svg index c2772c2..808a8cf 100644 --- a/svg/static/row-resize.svg +++ b/svg/static/row-resize.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/top_left_corner.svg b/svg/static/top_left_corner.svg index 9255cf2..ed1b953 100644 --- a/svg/static/top_left_corner.svg +++ b/svg/static/top_left_corner.svg @@ -1,20 +1,21 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/top_right_corner.svg b/svg/static/top_right_corner.svg index 86f48cd..7f0a299 100644 --- a/svg/static/top_right_corner.svg +++ b/svg/static/top_right_corner.svg @@ -1,20 +1,21 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/top_side.svg b/svg/static/top_side.svg index b611038..4a057ba 100644 --- a/svg/static/top_side.svg +++ b/svg/static/top_side.svg @@ -1,20 +1,21 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/vertical-text.svg b/svg/static/vertical-text.svg index 055a413..44b7e9f 100644 --- a/svg/static/vertical-text.svg +++ b/svg/static/vertical-text.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/xterm.svg b/svg/static/xterm.svg index 9e7af98..c397f3c 100644 --- a/svg/static/xterm.svg +++ b/svg/static/xterm.svg @@ -1,5 +1,5 @@ - - + + From 2af59cd5a5fd3d4095ac46f5a67213e68e68d616 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 18 Jun 2021 14:36:12 +0530 Subject: [PATCH 5/8] =?UTF-8?q?=F0=9F=91=94=20BreezeX-Black=20bitmapper=20?= =?UTF-8?q?config=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ bitmapper/src/config.ts | 21 +++++++++++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e256219..b67ea7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Bigger hotspot dot for Resize cursors +- Windows resize cursors scale down +- `text` & `vertical-text` cursors scale down ## [v1.0.1] - 16 June 2021 diff --git a/bitmapper/src/config.ts b/bitmapper/src/config.ts index 5cfd21b..d279c06 100644 --- a/bitmapper/src/config.ts +++ b/bitmapper/src/config.ts @@ -5,22 +5,31 @@ interface Config { color: Colors; } -const breezeColor = "#4D4D4D"; -const whiteColor = "#FFFFFF"; +const breeze = "#4D4D4D"; +const white = "#FFFFFF"; +const black = "#000000"; const config: Config[] = [ { themeName: "BreezeX-Dark", color: { - base: breezeColor, - outline: whiteColor, + base: breeze, + outline: white, }, }, { themeName: "BreezeX-Light", color: { - base: whiteColor, - outline: breezeColor, + base: white, + outline: breeze, + }, + }, + + { + themeName: "BreezeX-Black", + color: { + base: black, + outline: white, }, }, ]; 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 6/8] =?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 From 523834881ec3d069cc22b90b1132c9d69c920b13 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 19 Jun 2021 18:29:03 +0530 Subject: [PATCH 7/8] =?UTF-8?q?=E2=9A=A1=20text=20selection=20cursor=20gli?= =?UTF-8?q?tch=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg/static/vertical-text.svg | 4 ++-- svg/static/xterm.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/svg/static/vertical-text.svg b/svg/static/vertical-text.svg index 44b7e9f..ba22ff8 100644 --- a/svg/static/vertical-text.svg +++ b/svg/static/vertical-text.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/xterm.svg b/svg/static/xterm.svg index c397f3c..789ede0 100644 --- a/svg/static/xterm.svg +++ b/svg/static/xterm.svg @@ -1,5 +1,5 @@ - + From 2016a6b3dd41552357d2fed3d2e388a1e7e15ae0 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 19 Jun 2021 18:38:45 +0530 Subject: [PATCH 8/8] =?UTF-8?q?=F0=9F=91=94=20Breeze=20Black=20preview=20a?= =?UTF-8?q?dded?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4f41b0d..8e098f7 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,12 @@ Extended KDE Cursor theme, Highly inspired on **KDE Breeze** for `Windows` and ` Light BreezeX Cursors

+

+ +
+ Black BreezeX Cursors +

+ ### Manual Install #### Linux/X11