BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
c9a676f7
Commit
c9a676f7
authored
Feb 18, 2015
by
Stefan Tatschner
Committed by
Dmitriy Zaporozhets
Feb 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing color codes for line anchors, fixes #8628
parent
fcabff63
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
0 deletions
+21
-0
dark.scss
app/assets/stylesheets/highlight/dark.scss
+1
-0
monokai.scss
app/assets/stylesheets/highlight/monokai.scss
+5
-0
solarized_dark.scss
app/assets/stylesheets/highlight/solarized_dark.scss
+5
-0
solarized_light.scss
app/assets/stylesheets/highlight/solarized_light.scss
+5
-0
white.scss
app/assets/stylesheets/highlight/white.scss
+5
-0
No files found.
app/assets/stylesheets/highlight/dark.scss
View file @
c9a676f7
...
...
@@ -12,6 +12,7 @@
border-left
:
1px
solid
#666
;
}
// highlight line via anchor
pre
.hll
{
background-color
:
#fff
!
important
;
}
...
...
app/assets/stylesheets/highlight/monokai.scss
View file @
c9a676f7
...
...
@@ -12,6 +12,11 @@
border-left
:
1px
solid
#555
;
}
// highlight line via anchor
pre
.hll
{
background-color
:
#49483e
!
important
;
}
.hll
{
background-color
:
#49483e
}
.c
{
color
:
#75715e
}
/* Comment */
.err
{
color
:
#960050
;
background-color
:
#1e0010
}
/* Error */
...
...
app/assets/stylesheets/highlight/solarized_dark.scss
View file @
c9a676f7
...
...
@@ -12,6 +12,11 @@
border-left
:
1px
solid
#113b46
;
}
// highlight line via anchor
pre
.hll
{
background-color
:
#073642
!
important
;
}
/* Solarized Dark
For use with Jekyll and Pygments
...
...
app/assets/stylesheets/highlight/solarized_light.scss
View file @
c9a676f7
...
...
@@ -12,6 +12,11 @@
border-left
:
1px
solid
#c5d0d4
;
}
// highlight line via anchor
pre
.hll
{
background-color
:
#eee8d5
!
important
;
}
/* Solarized Light
For use with Jekyll and Pygments
...
...
app/assets/stylesheets/highlight/white.scss
View file @
c9a676f7
...
...
@@ -12,6 +12,11 @@
border-left
:
1px
solid
#bbb
;
}
// highlight line via anchor
pre
.hll
{
background-color
:
#f8eec7
!
important
;
}
.hll
{
background-color
:
#f8f8f8
}
.c
{
color
:
#999988
;
font-style
:
italic
;
}
.err
{
color
:
#a61717
;
background-color
:
#e3d2d2
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment