Theme: blender_light text editing colors were too similar

Make the background of text editing fields dark to contrast with
selection and the cursor, similar to T59219.
This commit is contained in:
Campbell Barton 2018-12-16 11:27:01 +11:00
parent e01755033a
commit 4488056f3d
Notes: blender-bot 2023-02-14 05:41:57 +01:00
Referenced by issue #59482, Creating 2 Particle systems breaks the app
Referenced by issue #59465, Pie menu doesn't work with armature objects
Referenced by issue #59440, blender 2.8 when use Text Object,EEVEE render crash
1 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@
<ThemeWidgetColors
outline="#666666"
inner="#2f2f2fff"
inner_sel="#5680c2ff"
inner_sel="#333333ff"
item="#80b1ffff"
text="#dddddd"
text_sel="#ffffff"
@ -132,8 +132,8 @@
<ThemeWidgetColors
outline="#b8b8b8"
inner="#d3d3d3ff"
inner_sel="#5680c2ff"
item="#999999ff"
inner_sel="#333333ff"
item="#80b1ffff"
text="#1a1a1a"
text_sel="#ffffff"
show_shaded="FALSE"