summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/highlight/dark.scss
Commit message (Collapse)AuthorAgeFilesLines
* Refactor on diff themes for merge conflicts UI.Fatih Acet2016-08-121-2/+5
|
* Diff viewer links to correct part of the filePhil Hughes2016-04-141-0/+6
| | | | | | Added highlight colours to diff rows Closes #13852
* Follow the CSS Style Guide rules for HEX colors.connorshea2016-03-151-9/+9
| | | | | | | Use lowercase letters and shorthand values for HEX colors where possible. Discussed in #14299.
* Increase contrast between highlighted code comments and inline diff marker.diff-colorsDouwe Maan2016-01-271-2/+2
|
* Highlight note code and edit previewnote-highlightingDouwe Maan2016-01-251-2/+2
|
* Make dark inline diffs a little more obviousdiff-highlight-themesDouwe Maan2016-01-211-2/+2
|
* Pretty highlighted diffs for every themeDouwe Maan2016-01-211-2/+7
|
* Use consistent markup and styling for highlighting across blobs, diffs, ↵Douwe Maan2016-01-211-26/+23
| | | | blame and snippets
* Fix css for other highlighting themes. #3945Rubén Dávila2016-01-091-0/+4
|
* Add some styling for syntax highlighting themes. #3945Rubén Dávila2016-01-071-0/+14
|
* Update highlight themes so they always have the correct colorsrs-markdown-typographyRobert Speicher2015-10-141-6/+5
|
* Add highlight_word style definition to each color schemeRobert Speicher2015-08-251-0/+6
| | | | | Now we don't need to override the user color scheme on search results. They'll look good with any of them.
* Merge branch 'fix-code-preview' into 'master'Marin Jankovski2015-03-111-0/+4
|\ | | | | | | | | | | | | | | | | | | Fix code preview theme setting for comments, issues, merge requests, and snippets User color scheme was not being used: default white color scheme was always chosen. Also, default background for code in notes was always overriding the user color scheme. Closes #1139 See merge request !357
| * Fix code preview theme setting for comments, issues, merge requests, and ↵Stan Hu2015-03-101-0/+4
| | | | | | | | | | | | | | | | | | | | snippets. Also preserve code preview color scheme in events dashboard. Assign default colors to all code blocks shown as <pre class="code highlight [color_scheme]"> Closes #1139
* | Fix highlight of selected linesDmitriy Zaporozhets2015-03-101-2/+2
|/
* Add missing color codes for line anchors, fixes #8628Stefan Tatschner2015-02-181-0/+1
|
* Replace highlight.js with rouge-fork rugmentsStefan Tatschner2015-01-151-196/+80
| | | | | | | | | | I decided to create a fork of rouge as rouge lacks a HTML formatter with the required options such as wrapping a line with <span> tags. Furthermore I was not really convinced about the clarity of rouge's source code. Rugments 1.0.0beta3 for now only includes some basic linting and a new HTML formatter. Everything else should behave the same.
* Fix no-highlight code blocks for dark themesDmitriy Zaporozhets2014-01-301-0/+4
|
* Fix blob multiline highlightDmitriy Zaporozhets2014-01-271-1/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve themes. Load highlight.js properlyDmitriy Zaporozhets2014-01-261-67/+188
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* design pages now uses the COLOR_SCHEMESChristian Höltje2013-06-051-1/+1
| | | | | This unifies the code color-scheme code and makes adding new schemes a little easier.
* Add background color to pre, too.Drew Blessing2013-05-151-0/+1
|
* Issue 3941: Code preview dark doesn't display correctly with long linesDrew Blessing2013-05-141-1/+3
| | | | Assigning the background color to the pre tag did not work correctly. Moved background color to the highlight class which fixes the problem.
* Fix dark color bg for wikiDmitriy Zaporozhets2013-03-041-2/+1
|
* Fix fark background highlightDmitriy Zaporozhets2012-12-211-2/+2
|
* fix dark code preview background when displaying long linesJohannes Schleifenbaum2012-12-151-0/+1
|
* replaced redundant -*-border-radius box-shadows and others with ↵Koen Punt2012-11-291-12/+12
| | | | corresponding mixins
* Added some uniformity, all css properties and values are separated by a ↵Koen Punt2012-11-291-19/+19
| | | | colon and a space `: `
* Fix CSS for code highlightingRiyad Preukschas2012-11-271-3/+5
|
* Allow linking to file linesRiyad Preukschas2012-11-101-31/+30
| | | | Supported formats: "L12" for single lines and "L12-34" for multiple lines
* Refactor code themesrandx2012-06-181-0/+67