Update Cursor color in breeze_dark theme so that the cursor can be seen

This commit is contained in:
Gerrit Großkopf 2022-12-30 17:48:49 +01:00
parent eb8e380010
commit 5c05ed9b8a
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -280,7 +280,7 @@ static const ul_theme ul_themes_breezy_dark = {
.placeholder_color = 0x7f8c8d,
.cursor = {
.width = 1,
.color = 0x232629,
.color = 0xeff0f1,
.period = 700
}
},