Add COLOR_TEXT_FIELD_GREY color.

This commit is contained in:
Tomeu Vizoso 2007-08-24 11:44:44 +02:00
parent 6b30262cf7
commit d195fccbde

View File

@ -132,5 +132,6 @@ COLOR_TOOLBAR_GREY = Color('#404040')
COLOR_BUTTON_GREY = Color('#808080')
COLOR_INACTIVE_FILL = Color('#9D9FA1')
COLOR_INACTIVE_STROKE = Color('#757575')
COLOR_TEXT_FIELD_GREY = Color('#E5E5E5')
PALETTE_CURSOR_DISTANCE = zoom(10)