summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/highlight
Commit message (Collapse)AuthorAgeFilesLines
* Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lint23319-enable-trailingsemicolon-on-scss-lintClement Ho2016-10-145-260/+260
|
* Refactor on diff themes for merge conflicts UI.Fatih Acet2016-08-125-10/+37
|
* Merge branch 'diff-line-colors' into 'master' Jacob Schatz2016-04-251-7/+11
|\ | | | | | | | | | | | | | | Update diff blue & yellow to match design <img src="/uploads/60e1351fb04ab1c8969685fbc8b61c88/Screen_Shot_2016-04-22_at_9.12.17_AM.png" width="500px"> <img src="/uploads/6812b22ec53f3041811261daa0584822/Screen_Shot_2016-04-22_at_9.12.05_AM.png" width="500px"> See merge request !3883
| * Update diff blue & yellow to match designdiff-line-colorsAnnabel Dunstone2016-04-221-7/+11
| |
* | Enable the EmptyRule SCSS Linter.Connor Shea2016-04-161-2/+0
|/ | | | | | Prevents empty SCSS rules from being included in the SCSS. Also fixes the handful of lints caught by the linter.
* Diff viewer links to correct part of the filePhil Hughes2016-04-145-0/+30
| | | | | | Added highlight colours to diff rows Closes #13852
* Diff touch upsAnnabel Dunstone2016-04-071-1/+1
|
* Diff design updatesAnnabel Dunstone2016-04-071-2/+2
|
* Update diff colors and iconsAnnabel Dunstone2016-04-071-2/+2
|
* Move diff colors to variablesAnnabel Dunstone2016-04-072-13/+13
|
* Follow the CSS Style Guide rules for HEX colors.connorshea2016-03-155-52/+52
| | | | | | | 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-274-8/+8
|
* Highlight note code and edit previewnote-highlightingDouwe Maan2016-01-255-14/+14
|
* Make old line background color for Solarized Dark a little more clearsolarized-dark-old-linesDouwe Maan2016-01-221-1/+1
|
* Make dark inline diffs a little more obviousdiff-highlight-themesDouwe Maan2016-01-211-2/+2
|
* Pretty highlighted diffs for every themeDouwe Maan2016-01-214-11/+31
|
* Use consistent markup and styling for highlighting across blobs, diffs, ↵Douwe Maan2016-01-215-115/+142
| | | | blame and snippets
* Fix css for other highlighting themes. #3945Rubén Dávila2016-01-093-0/+12
|
* Add some styling for syntax highlighting themes. #3945Rubén Dávila2016-01-074-0/+61
|
* Update highlight themes so they always have the correct colorsrs-markdown-typographyRobert Speicher2015-10-145-34/+26
|
* !important removed from preAndrey2015-09-281-3/+4
|
* Style syntax highlight area for white themeui-improvementsDmitriy Zaporozhets2015-09-101-2/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add highlight_word style definition to each color schemeRobert Speicher2015-08-255-0/+27
| | | | | 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-115-0/+20
|\ | | | | | | | | | | | | | | | | | | 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-105-0/+20
| | | | | | | | | | | | | | | | | | | | 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-105-8/+8
|/
* Add missing color codes for line anchors, fixes #8628Stefan Tatschner2015-02-185-0/+21
|
* Replace highlight.js with rouge-fork rugmentsStefan Tatschner2015-01-155-659/+422
| | | | | | | | | | 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.
* Improve Monokai highlight style to match originalMark Riedesel2014-12-011-10/+21
| | | | | | | The current monokai style in highlightjs is not very true to the original and lacks colors for certain syntactic items. This change's goal is to bring the highlightjs monokai style in line with the original design from http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/
* Light gray bg for white code scheme if used in comments and wikiDmitriy Zaporozhets2014-11-051-0/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Small improvements to code rendering for white highlightDmitriy Zaporozhets2014-09-251-9/+11
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add border to white code blocksDmitriy Zaporozhets2014-02-261-0/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix no-highlight code blocks for dark themesDmitriy Zaporozhets2014-01-303-0/+12
|
* Fix blob multiline highlightDmitriy Zaporozhets2014-01-274-4/+18
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve themes. Load highlight.js properlyDmitriy Zaporozhets2014-01-264-149/+477
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Modify white and solarized themes for hljsDmitriy Zaporozhets2014-01-262-134/+120
| | | | 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-154-0/+4
|
* Issue 3941: Code preview dark doesn't display correctly with long linesDrew Blessing2013-05-144-4/+12
| | | | Assigning the background color to the pre tag did not work correctly. Moved background color to the highlight class which fixes the problem.
* Fix monokai highlight line cssDmitriy Zaporozhets2013-05-091-1/+1
|
* Add monokai highlighting themeJared Szechy2013-04-231-0/+86
|
* Fix highlight line for solarized themeDmitriy Zaporozhets2013-03-151-1/+1
|
* add dark solarized theme for code previewDmitriy Zaporozhets2013-03-151-0/+77
|
* 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-292-36/+34
| | | | corresponding mixins
* Added some uniformity, all css properties and values are separated by a ↵Koen Punt2012-11-292-29/+29
| | | | colon and a space `: `
* Fix CSS for code highlightingRiyad Preukschas2012-11-272-6/+10
|
* Allow linking to file linesRiyad Preukschas2012-11-102-164/+91
| | | | Supported formats: "L12" for single lines and "L12-34" for multiple lines