Theme: Use blue for Outliner selection highlight.

This commit is contained in:
Pablo Vazquez
2019-05-17 13:53:56 +02:00
parent 7778a6d17c
commit 8b5816e76b

View File

@@ -748,7 +748,7 @@ const bTheme U_theme_default = {
.outline_width = 1,
.facedot_size = 4,
.match = RGBA(0x337f334c),
.selected_highlight = RGBA(0x2b46564c),
.selected_highlight = RGBA(0x314e784c),
.selected_object = RGBA(0xe96a00ff),
.active_object = RGBA(0xffaf29ff),
.edited_object = RGBA(0x00806266),