summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/themes_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-231-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Restore navigation theme orderGeorge Tsiolis2018-06-071-2/+2
|
* Resolve "Introduce new navigation themes in GitLab 11.0"Annabel Gray2018-06-071-4/+4
|
* 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.