From 1b580dde6e633056c1a9f0436b778dc2797ef469 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Fri, 15 Jan 2010 17:00:37 +0000 Subject: Console: * Added Theme support for the console. You can change: -Header Color -Text Color of Output, Input, Info and Error Messages. (Inside the User Preferences -> Themes) --- source/blender/editors/include/UI_resources.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/editors/include/UI_resources.h') diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h index 787a39591c7..ad06e56dfa3 100644 --- a/source/blender/editors/include/UI_resources.h +++ b/source/blender/editors/include/UI_resources.h @@ -184,6 +184,11 @@ enum { TH_NODE_CONVERTOR, TH_NODE_GROUP, + TH_CONSOLE_OUTPUT, + TH_CONSOLE_INPUT, + TH_CONSOLE_INFO, + TH_CONSOLE_ERROR, + TH_SEQ_MOVIE, TH_SEQ_IMAGE, TH_SEQ_SCENE, -- cgit v1.2.3