This commit is contained in:
sl1nk3 2014-08-07 00:31:40 -04:00
parent 5768ebaabb
commit a1ba5e4178

View File

@ -65,6 +65,6 @@ class EditorPreferences extends Model
// Sort the theme alphabetically, and push the default theme
asort($themes);
return [static::DEFAULT_THEME => 'Twilight'] + $themes;
return [static::DEFAULT_THEME => ucwords(static::DEFAULT_THEME)] + $themes;
}
}