summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/themes_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Tag lib specsDouwe Maan2015-12-091-1/+1
|
* Add Gitlab::ColorSchemes moduleRobert Speicher2015-08-251-3/+0
| | | | | Very similar to Gitlab::Theme, this contains all of the definitions for our syntax highlighting schemes.
* Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher2015-06-131-0/+51
Now we can simply loop through all themes, among other things. This also removes the `dark_theme` / `light_theme` classes and the `theme_type` helper, since they weren't used anywhere.