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:
authorCampbell Barton <ideasman42@gmail.com>2019-05-16 04:54:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-16 05:05:17 +0300
commit68c12c80e501803f88b62f5f6f0f6a56bb53f303 (patch)
treed33edab91f3d3ffc6d2e3d4b44f711becd06f031 /source/blender/editors/include/UI_resources.h
parent2384564149b54374572ea28f91b5f64dc61143e2 (diff)
Theme: add color difference for every other row
D4862 by @CandleComet with minor edits.
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index 7abc27c5b37..7a88cf02679 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -255,6 +255,7 @@ typedef enum ThemeColorID {
TH_MATCH, /* highlight color for search matches */
TH_SELECT_HIGHLIGHT, /* highlight color for selected outliner item */
+ TH_ROW_ALTERNATE, /* overlay on every other row */
TH_SKIN_ROOT,