diff --git a/conf/wide.go b/conf/wide.go index 633aacc..6b56de7 100644 --- a/conf/wide.go +++ b/conf/wide.go @@ -65,8 +65,7 @@ type User struct { // NewUser creates a user with the specified username, password and workspace. func NewUser(username, password, workspace string) *User { return &User{Name: username, Password: password, Workspace: workspace, - Locale: Wide.Locale, GoFormat: "gofmt", FontFamily: "Helvetica", FontSize: "13px", - Theme: "default", + Locale: Wide.Locale, GoFormat: "gofmt", FontFamily: "Helvetica", FontSize: "13px", Theme: "default", Editor: &Editor{FontFamily: "Consolas, 'Courier New', monospace", FontSize: "inherit", Theme: "wide", TabSize: "4"}} }