Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor on diff themes for merge conflicts UI. | Fatih Acet | 2016-08-12 | 1 | -2/+5 |
| | |||||
* | Diff viewer links to correct part of the file | Phil Hughes | 2016-04-14 | 1 | -0/+6 |
| | | | | | | Added highlight colours to diff rows Closes #13852 | ||||
* | Follow the CSS Style Guide rules for HEX colors. | connorshea | 2016-03-15 | 1 | -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-colors | Douwe Maan | 2016-01-27 | 1 | -2/+2 |
| | |||||
* | Highlight note code and edit previewnote-highlighting | Douwe Maan | 2016-01-25 | 1 | -2/+2 |
| | |||||
* | Make dark inline diffs a little more obviousdiff-highlight-themes | Douwe Maan | 2016-01-21 | 1 | -2/+2 |
| | |||||
* | Pretty highlighted diffs for every theme | Douwe Maan | 2016-01-21 | 1 | -2/+7 |
| | |||||
* | Use consistent markup and styling for highlighting across blobs, diffs, ↵ | Douwe Maan | 2016-01-21 | 1 | -26/+23 |
| | | | | blame and snippets | ||||
* | Fix css for other highlighting themes. #3945 | Rubén Dávila | 2016-01-09 | 1 | -0/+4 |
| | |||||
* | Add some styling for syntax highlighting themes. #3945 | Rubén Dávila | 2016-01-07 | 1 | -0/+14 |
| | |||||
* | Update highlight themes so they always have the correct colorsrs-markdown-typography | Robert Speicher | 2015-10-14 | 1 | -6/+5 |
| | |||||
* | Add highlight_word style definition to each color scheme | Robert Speicher | 2015-08-25 | 1 | -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 Jankovski | 2015-03-11 | 1 | -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 Hu | 2015-03-10 | 1 | -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 lines | Dmitriy Zaporozhets | 2015-03-10 | 1 | -2/+2 |
|/ | |||||
* | Add missing color codes for line anchors, fixes #8628 | Stefan Tatschner | 2015-02-18 | 1 | -0/+1 |
| | |||||
* | Replace highlight.js with rouge-fork rugments | Stefan Tatschner | 2015-01-15 | 1 | -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 themes | Dmitriy Zaporozhets | 2014-01-30 | 1 | -0/+4 |
| | |||||
* | Fix blob multiline highlight | Dmitriy Zaporozhets | 2014-01-27 | 1 | -1/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve themes. Load highlight.js properly | Dmitriy Zaporozhets | 2014-01-26 | 1 | -67/+188 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | design pages now uses the COLOR_SCHEMES | Christian Höltje | 2013-06-05 | 1 | -1/+1 |
| | | | | | This unifies the code color-scheme code and makes adding new schemes a little easier. | ||||
* | Add background color to pre, too. | Drew Blessing | 2013-05-15 | 1 | -0/+1 |
| | |||||
* | Issue 3941: Code preview dark doesn't display correctly with long lines | Drew Blessing | 2013-05-14 | 1 | -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 wiki | Dmitriy Zaporozhets | 2013-03-04 | 1 | -2/+1 |
| | |||||
* | Fix fark background highlight | Dmitriy Zaporozhets | 2012-12-21 | 1 | -2/+2 |
| | |||||
* | fix dark code preview background when displaying long lines | Johannes Schleifenbaum | 2012-12-15 | 1 | -0/+1 |
| | |||||
* | replaced redundant -*-border-radius box-shadows and others with ↵ | Koen Punt | 2012-11-29 | 1 | -12/+12 |
| | | | | corresponding mixins | ||||
* | Added some uniformity, all css properties and values are separated by a ↵ | Koen Punt | 2012-11-29 | 1 | -19/+19 |
| | | | | colon and a space `: ` | ||||
* | Fix CSS for code highlighting | Riyad Preukschas | 2012-11-27 | 1 | -3/+5 |
| | |||||
* | Allow linking to file lines | Riyad Preukschas | 2012-11-10 | 1 | -31/+30 |
| | | | | Supported formats: "L12" for single lines and "L12-34" for multiple lines | ||||
* | Refactor code themes | randx | 2012-06-18 | 1 | -0/+67 |