From 5c05ed9b8a87f89200af1e30240c4e6f0022401a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerrit=20Gro=C3=9Fkopf?= Date: Fri, 30 Dec 2022 17:48:49 +0100 Subject: [PATCH] Update Cursor color in breeze_dark theme so that the cursor can be seen --- CHANGELOG.md | 2 +- themes.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6036d83..939312e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased -Nothing at the moment +- fix: Changed Color of the cursor in breeze_dark to be able to see it (#39) ## 0.3.0 (2022-11-13) diff --git a/themes.c b/themes.c index 74f861d..b472166 100644 --- a/themes.c +++ b/themes.c @@ -280,7 +280,7 @@ static const ul_theme ul_themes_breezy_dark = { .placeholder_color = 0x7f8c8d, .cursor = { .width = 1, - .color = 0x232629, + .color = 0xeff0f1, .period = 700 } },