From 387bf726ac0fa47149d72ccaaa0df6fadf90df0f Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Sun, 22 Apr 2018 22:55:05 +0200 Subject: UI: Editor outline color themable Note: Not bothering with doversion, re-using 280, 10 bump. --- source/blender/editors/include/UI_resources.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h index 49c9cffdd54..2fc9b2946fb 100644 --- a/source/blender/editors/include/UI_resources.h +++ b/source/blender/editors/include/UI_resources.h @@ -275,6 +275,8 @@ typedef enum ThemeColorID { TH_WIDGET_EMBOSS, + TH_EDITOR_OUTLINE, + TH_AXIS_X, /* X/Y/Z Axis */ TH_AXIS_Y, TH_AXIS_Z, -- cgit v1.2.3