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:
authorSv. Lockal <lockalsash@gmail.com>2013-12-17 22:02:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-17 22:03:30 +0400
commitf034e69f0c3d247c5fb9343bceb7c8a249e43c90 (patch)
treebae129c9b99bc4a5d3b9fa7bb20578ef7252b89f /source/blender/editors/include/UI_resources.h
parentc5d7ea091fa5a291b270565e456612df1e37b50c (diff)
UI: Theme Colors for Info space
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index af0df0e0643..0773b86aaab 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -248,7 +248,18 @@ enum {
TH_LOW_GRAD,
TH_HIGH_GRAD,
- TH_SHOW_BACK_GRAD
+ TH_SHOW_BACK_GRAD,
+
+ TH_INFO_SELECTED,
+ TH_INFO_SELECTED_TEXT,
+ TH_INFO_ERROR,
+ TH_INFO_ERROR_TEXT,
+ TH_INFO_WARNING,
+ TH_INFO_WARNING_TEXT,
+ TH_INFO_INFO,
+ TH_INFO_INFO_TEXT,
+ TH_INFO_DEBUG,
+ TH_INFO_DEBUG_TEXT
};
/* XXX WARNING: previous is saved in file, so do not change order! */