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:
authorThomas Dinges <blender@dingto.org>2009-05-16 21:30:13 +0400
committerThomas Dinges <blender@dingto.org>2009-05-16 21:30:13 +0400
commitaaa96cde658bfc971298f01667476d5ed7185212 (patch)
tree05642f008819e311210bee51c574934bc6272c59 /source/blender/editors/interface/resources.c
parent71586623d9f11660b77e9729887e237c5200354e (diff)
2.5 UI:
*changed the 3d-view grid color, it was very difficult to see the difference between grid and background in orthographic view. *changed the radio buttons shading a bit.
Diffstat (limited to 'source/blender/editors/interface/resources.c')
-rw-r--r--source/blender/editors/interface/resources.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/resources.c b/source/blender/editors/interface/resources.c
index 661e9af178e..3a2c6fa28be 100644
--- a/source/blender/editors/interface/resources.c
+++ b/source/blender/editors/interface/resources.c
@@ -442,7 +442,7 @@ void ui_theme_init_userdef(void)
SETCOL(btheme->tv3d.shade1, 160, 160, 160, 100);
SETCOL(btheme->tv3d.shade2, 0x7f, 0x70, 0x70, 100);
- SETCOLF(btheme->tv3d.grid, 0.222, 0.222, 0.222, 1.0);
+ SETCOLF(btheme->tv3d.grid, 0.251, 0.251, 0.251, 1.0);
SETCOL(btheme->tv3d.wire, 0x0, 0x0, 0x0, 255);
SETCOL(btheme->tv3d.lamp, 0, 0, 0, 40);
SETCOL(btheme->tv3d.select, 241, 88, 0, 255);