summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/highlight/solarized_dark.scss
Commit message (Collapse)AuthorAgeFilesLines
* Only load selected syntax highlight CSSSimon Knox2019-02-151-284/+0
| | | | | | | Compile highlight CSS separately Move highlight-specific mixins out of mixins.scss Rename solarized themes to match theme name as this was a smaller change than changing all instances to snake_case
* Added Stylelint SetupTim Zallmann2019-02-141-2/+2
| | | | | | | | Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies
* Changes tab VUE refactoringFelipe Artur2018-06-211-1/+3
|
* Changed all font-weight values to 400 and 600Dimitrie Hoekstra2017-08-241-1/+1
|
* Turn blob dependency links blueDouwe Maan2017-05-101-0/+5
|
* Disables interaction with expanded linesdiff-make-obvious-cant-commentPhil Hughes2017-02-281-3/+4
| | | | Fixed scss-lint errors
* Visually display that expanded diff lines cant be commented onPhil Hughes2017-02-281-0/+16
| | | | | | Previously you just had to hover over a line to see if it could be commented on, this changes that by changing the background color & borders to show that the line cant have a comment.
* Removed link transitionmr-diff-comment-buttonPhil Hughes2017-02-271-1/+2
| | | | Fixed hll overriding is-over class
* Moved color values into variablesPhil Hughes2017-02-271-3/+4
|
* Improved the diff comment button UXPhil Hughes2017-02-271-0/+11
| | | | | | It now shows the line will be commenting on my highlight the line number cells with a lighter color. The button has also been made smaller, it was previously way over the top & took over a lot more space than it should of done Closes #27543
* fix for all themes26186-diff-view-plus-and-minus-signs-as-part-of-line-numberdimitrieh2017-01-251-0/+12
|
* Enable ColorVariable in scss-lintSam Rose2016-12-011-79/+164
|
* Enable SingleLinePerSelector in scss-lintenable-scss-lint-single-line-per-selectorClement Ho2016-10-241-6/+13
|
* 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