summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/profiles
Commit message (Collapse)AuthorAgeFilesLines
* Remove all gitlab theme related codeAnnabel Dunstone Gray2017-02-151-39/+0
|
* rename theme to match actual colorsBM5k2016-12-061-2/+2
|
* Remove redundant mixinsClement Ho2016-10-081-2/+2
|
* Update markup/styling for syntax highlight theme preferenceRobert Speicher2015-06-131-7/+5
|
* Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher2015-06-131-3/+4
| | | | | | | 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.
* Consolidate theme stylesheets into oneRobert Speicher2015-06-131-0/+57
Since they're all defined by a mixin, it didn't provide any benefit to have them in separate files. This also adds variables defining the basic color of each theme so we can re-use them in the previews.