Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Reynish <billrey@me.com>2020-01-29 16:22:25 +0300
committerWilliam Reynish <billrey@me.com>2020-01-29 16:22:25 +0300
commit925cd40460eccaf76fa2b97512bdf604648028ea (patch)
treecb6a03e1ff33b2bce4f958292f5c0386d790363d /release
parentbd59b21907bc83cea38407a8684b59182b5a4663 (diff)
UI: Theme tweak to selected animation channels
We have the problem that it's very hard to see which animation channels are selected. This is a very small tweak to make it more obvious, using the same text highlight color as the Outliner. Really it should be overhauled to be more exactly like the Outliner, but this is just a quick fix to make it reasonably visible. Differential Revision: https://developer.blender.org/D6708 Reviewed by Julian Eisel
Diffstat (limited to 'release')
-rw-r--r--release/datafiles/userdef/userdef_default_theme.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/datafiles/userdef/userdef_default_theme.c b/release/datafiles/userdef/userdef_default_theme.c
index 0e377fee0b6..ce22dceb397 100644
--- a/release/datafiles/userdef/userdef_default_theme.c
+++ b/release/datafiles/userdef/userdef_default_theme.c
@@ -420,7 +420,7 @@ const bTheme U_theme_default = {
.list = RGBA(0x282828ff),
.list_title = RGBA(0xffffffff),
.list_text = RGBA(0xb8b8b8ff),
- .list_text_hi = RGBA(0xffffffff),
+ .list_text_hi = RGBA(0xffaf29ff),
.panelcolors = {
.header = RGBA(0x424242cc),
.back = RGBA(0x333333b3),
@@ -506,7 +506,7 @@ const bTheme U_theme_default = {
.list = RGBA(0x282828ff),
.list_title = RGBA(0xffffffff),
.list_text = RGBA(0xb8b8b8ff),
- .list_text_hi = RGBA(0xffffffff),
+ .list_text_hi = RGBA(0xffaf29ff),
.panelcolors = {
.header = RGBA(0x424242cc),
.back = RGBA(0x333333b3),
@@ -564,7 +564,7 @@ const bTheme U_theme_default = {
.list = RGBA(0x282828ff),
.list_title = RGBA(0xffffffff),
.list_text = RGBA(0xb8b8b8ff),
- .list_text_hi = RGBA(0xffffffff),
+ .list_text_hi = RGBA(0xffaf29ff),
.panelcolors = {
.header = RGBA(0x424242cc),
.back = RGBA(0x333333b3),