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 } },