Update Cursor color in breeze_dark theme so that the cursor can be seen
This commit is contained in:
parent
eb8e380010
commit
5c05ed9b8a
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
2
themes.c
2
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
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue