Merge branch 'master' into 'master'

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

Closes #39

See merge request cherrypicker/unl0kr!11
This commit is contained in:
Johannes Marbach 2022-12-30 17:58:38 +00:00
commit cb7c6f77a9
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
}
},