Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
84b556b7
Commit
84b556b7
authored
Feb 19, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
d4e43dc1
7ccd6127
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
0 deletions
+21
-0
app/assets/stylesheets/highlight/dark.scss
app/assets/stylesheets/highlight/dark.scss
+1
-0
app/assets/stylesheets/highlight/monokai.scss
app/assets/stylesheets/highlight/monokai.scss
+5
-0
app/assets/stylesheets/highlight/solarized_dark.scss
app/assets/stylesheets/highlight/solarized_dark.scss
+5
-0
app/assets/stylesheets/highlight/solarized_light.scss
app/assets/stylesheets/highlight/solarized_light.scss
+5
-0
app/assets/stylesheets/highlight/white.scss
app/assets/stylesheets/highlight/white.scss
+5
-0
No files found.
app/assets/stylesheets/highlight/dark.scss
View file @
84b556b7
...
...
@@ -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 @
84b556b7
...
...
@@ -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 @
84b556b7
...
...
@@ -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 @
84b556b7
...
...
@@ -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 @
84b556b7
...
...
@@ -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