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:
authorDalai Felinto <dfelinto@gmail.com>2018-04-22 23:55:05 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-04-22 23:55:18 +0300
commit387bf726ac0fa47149d72ccaaa0df6fadf90df0f (patch)
tree340aeed6e49f0845d0f21d1837d2681a1f1f17f0 /source/blender/editors/include/UI_resources.h
parent62cd5e0b7bf151c757c5607b5081ba677b5240a4 (diff)
UI: Editor outline color themable
Note: Not bothering with doversion, re-using 280, 10 bump.
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h2
1 files changed, 2 insertions, 0 deletions
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,