Fix #112032: Theme: Wrong colors editing list items

Fixed by using a slightly transparent white color that blends
correctly with the background of text inputs and list items.

Also use the same colors in the Text Editor for consistency in both
Dark and Light themes.
This commit is contained in:
Pablo Vazquez 2023-09-15 12:59:57 +02:00
parent 4fff53d9ef
commit 2f31077463
2 changed files with 9 additions and 9 deletions

View File

@ -56,7 +56,7 @@ const bTheme U_theme_default = {
.outline = RGBA(0x3d3d3dff),
.inner = RGBA(0x1d1d1dff),
.inner_sel = RGBA(0x181818ff),
.item = RGBA(0x4772b3ff),
.item = RGBA(0xffffff33),
.text = RGBA(0xe6e6e6ff),
.text_sel = RGBA(0xffffffff),
.roundness = 0.2f,
@ -191,7 +191,7 @@ const bTheme U_theme_default = {
.outline = RGBA(0x2d2d2dff),
.inner = RGBA(0xffffff00),
.inner_sel = RGBA(0x4772b3ff),
.item = RGBA(0x4772b3ff),
.item = RGBA(0xffffff33),
.text = RGBA(0xccccccff),
.text_sel = RGBA(0xffffffff),
.roundness = 0.2f,
@ -758,8 +758,8 @@ const bTheme U_theme_default = {
.back = RGBA(0x3d3d3dff),
.sub_back = RGBA(0x0000001f),
},
.shade2 = RGBA(0x2d4366e6),
.hilite = RGBA(0xff0000ff),
.shade2 = RGBA(0x4d4d4de6),
.hilite = RGBA(0x65a2ffff),
.grid = RGBA(0x1d1d1dff),
.vertex_size = 3,
.outline_width = 1,
@ -767,7 +767,7 @@ const bTheme U_theme_default = {
.syntaxl = RGBA(0xe6d573ff),
.syntaxs = RGBA(0xff734dff),
.syntaxb = RGBA(0xe62e67ff),
.syntaxn = RGBA(0x48c5e6ff),
.syntaxn = RGBA(0x48d9e6ff),
.syntaxv = RGBA(0x689d06ff),
.syntaxc = RGBA(0x939393ff),
.syntaxd = RGBA(0x9c73e6ff),

View File

@ -96,7 +96,7 @@
outline="#4d4d4dff"
inner="#282828ff"
inner_sel="#333333ff"
item="#8aace6ff"
item="#ffffff33"
text="#dddddd"
text_sel="#ffffff"
show_shaded="TRUE"
@ -306,7 +306,7 @@
outline="#e6e6e6ff"
inner="#1a1a1a00"
inner_sel="#668cccff"
item="#8aace6ff"
item="#ffffff33"
text="#1a1a1a"
text_sel="#ffffff"
show_shaded="FALSE"
@ -918,7 +918,7 @@
line_numbers="#d0d0d0"
line_numbers_background="#313133"
selected_text="#19191a"
cursor="#ff0000"
cursor="#71a8ff"
syntax_builtin="#ff1961"
syntax_symbols="#ff734d"
syntax_special="#95d600"
@ -926,7 +926,7 @@
syntax_reserved="#c4753b"
syntax_comment="#939393"
syntax_string="#f6e162"
syntax_numbers="#50dbff"
syntax_numbers="#50faff"
>
<space>
<ThemeSpaceGeneric