summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/themes_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-0/+48
| | | This reverts merge request !14148
* Revert "Merge branch ↵revert-f2421b2bRubén Dávila2017-09-081-48/+0
| | | | | '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619
* Add previews in preferencesAnnabel Dunstone Gray2017-09-061-1/+1
|
* Add blue themeAnnabel Dunstone Gray2017-09-061-3/+3
|
* Add functionality for two themesAnnabel Dunstone Gray2017-09-061-5/+5
|
* Restore some changes from !9199Rubén Dávila2017-09-061-0/+48
|
* Remove all gitlab theme related codeAnnabel Dunstone Gray2017-02-151-48/+0
|
* 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.