summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/highlight/solarized_dark.scss
Commit message (Collapse)AuthorAgeFilesLines
* Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lint23319-enable-trailingsemicolon-on-scss-lintClement Ho2016-10-141-68/+68
|
* 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-1/+1
| | | | | | | 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-4/+4
|
* Make old line background color for Solarized Dark a little more clearsolarized-dark-old-linesDouwe Maan2016-01-221-1/+1
|
* Pretty highlighted diffs for every themeDouwe Maan2016-01-211-3/+8
|
* 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-5/+4
|
* Add highlight_word style definition to each color schemeRobert Speicher2015-08-251-0/+5
| | | | | 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/+5
|
* Replace highlight.js with rouge-fork rugmentsStefan Tatschner2015-01-151-114/+90
| | | | | | | | | | 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-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Modify white and solarized themes for hljsDmitriy Zaporozhets2014-01-261-73/+107
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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 highlight line for solarized themeDmitriy Zaporozhets2013-03-151-1/+1
|
* add dark solarized theme for code previewDmitriy Zaporozhets2013-03-151-0/+77