UI: Theme: Make selected text stand out

Previous selected text color was almost invisible against the dark background.
Use same selected/highlight color as in other places in the default theme.

Issue reported on Devtalk by user Symstract
This commit is contained in:
William Reynish 2019-03-28 19:59:46 +01:00
parent d5cb425b87
commit 7b62c61d6e
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ const bTheme U_theme_default = {
.back = RGBA(0x333333b3),
.sub_back = RGBA(0x0000003e),
},
.shade2 = RGBA(0x19191aff),
.shade2 = RGBA(0x5680c2e6),
.hilite = RGBA(0xff0000ff),
.grid = RGBA(0x313133ff),
.vertex_size = 3,