Merge branch 'Matt3o12-master'

This commit is contained in:
gizak 2015-03-20 08:41:56 -04:00
commit daed6d1aa5

View File

@ -1,6 +1,7 @@
package termui package termui
type colorScheme struct { // A ColorScheme represents the current look-and-feel of the dashboard.
type ColorScheme struct {
BodyBg Attribute BodyBg Attribute
BlockBg Attribute BlockBg Attribute
HasBorder bool HasBorder bool