update default board color (blue->brown)

pull/1076/head
Thibault Duplessis 2015-10-02 09:08:40 +02:00
parent 5b24eb46d4
commit e9c920b331
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ sealed trait ThemeObject {
lazy val allByName = list map { c => c.name -> c } toMap
lazy val default = all.head
lazy val default = "brown"
def apply(name: String) = (allByName get name) | default