UI: Theme: Fix inconsistencies in Light theme
Just small tweaks that should have been addressed when the editor border theme setting was introduced. * Fix: Match Top Bar and Status Bar headers with editor border. * Fix: Properties Editor navigation bar and tabs outline tweak for readability. * Use light color for editor outline/active. Pull Request: https://projects.blender.org/blender/blender/pulls/137955
This commit is contained in:
committed by
Pablo Vazquez
parent
b8f591c348
commit
3d5eda688d
@@ -7,9 +7,9 @@
|
||||
icon_alpha="1"
|
||||
icon_saturation="0.5"
|
||||
widget_emboss="#00000026"
|
||||
editor_border="#161616"
|
||||
editor_outline="#1f1f1f15"
|
||||
editor_outline_active="#ffffff2a"
|
||||
editor_border="#999999"
|
||||
editor_outline="#b3b3b3ff"
|
||||
editor_outline_active="#ccccccff"
|
||||
widget_text_cursor="#3399e6"
|
||||
panel_roundness="0.4"
|
||||
transparent_checker_primary="#333333"
|
||||
@@ -341,7 +341,7 @@
|
||||
</wcol_state>
|
||||
<wcol_tab>
|
||||
<ThemeWidgetColors
|
||||
outline="#333333ff"
|
||||
outline="#33333300"
|
||||
inner="#808080cc"
|
||||
inner_sel="#b3b3b3ff"
|
||||
item="#28292dff"
|
||||
@@ -925,7 +925,7 @@
|
||||
button_title="#000000"
|
||||
button_text="#000000"
|
||||
button_text_hi="#000000"
|
||||
navigation_bar="#1d1d1dff"
|
||||
navigation_bar="#a6a6a6ff"
|
||||
execution_buts="#00000000"
|
||||
tab_active="#6697e6"
|
||||
tab_inactive="#535353"
|
||||
@@ -1313,7 +1313,7 @@
|
||||
title="#ffffff"
|
||||
text="#ffffff"
|
||||
text_hi="#ffffff"
|
||||
header="#a6a6a6ff"
|
||||
header="#999999ff"
|
||||
header_text="#eeeeee"
|
||||
header_text_hi="#ffffff"
|
||||
button="#2f303599"
|
||||
@@ -1347,7 +1347,7 @@
|
||||
title="#ffffff"
|
||||
text="#ffffff"
|
||||
text_hi="#ffffff"
|
||||
header="#b3b3b3ff"
|
||||
header="#999999ff"
|
||||
header_text="#1a1a1a"
|
||||
header_text_hi="#ffffff"
|
||||
button="#2f303500"
|
||||
|
||||
Reference in New Issue
Block a user