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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f5ee330a
Commit
f5ee330a
authored
Jun 14, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Few css fixes for dark theme
parent
36e88b96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
app/assets/stylesheets/highlight.black.scss
app/assets/stylesheets/highlight.black.scss
+4
-4
app/assets/stylesheets/tree.scss
app/assets/stylesheets/tree.scss
+4
-0
No files found.
app/assets/stylesheets/highlight.black.scss
View file @
f5ee330a
...
...
@@ -30,7 +30,7 @@
.highlight
.kt
{
color
:
#458
;
font-weight
:bold
;}
/* Keyword.Type */
.m
{
color
:
#0000DD
;
font-weight
:
bold
}
/* Literal.Number */
.p
{
color
:
#eee
;
}
.s
{
color
:
#
dd2200
;
background-color
:
transparent
}
/* Literal.String */
.s
{
color
:
#
0AD
;
background-color
:
transparent
}
/* Literal.String */
.highlight
.na
{
color
:
#008080
;}
/* Name.Attribute */
.highlight
.nb
{
color
:
#0086B3
;}
/* Name.Builtin */
.highlight
.nc
{
color
:
#ccc
;
font-weight
:bold
;}
/* Name.Class */
...
...
@@ -40,12 +40,12 @@
.highlight
.nf
{
color
:
#ccc
;
font-weight
:bold
;}
/* Name.Function */
.highlight
.nn
{
color
:
#79C3E0
;
font-weight
:bold
;}
/* Name.Namespace */
.highlight
.nt
{
color
:
#fc5
;}
/* Name.Tag */
.highlight
.nv
{
color
:
#
008080
;}
/* Name.Variable */
.highlight
.nv
{
color
:
#
FA4
;}
/* Name.Variable */
.py
{
color
:
#336699
;
font-weight
:
bold
}
/* Name.Property */
.ow
{
color
:
#008800
}
/* Operator.Word */
.w
{
color
:
#bbbbbb
}
/* Text.Whitespace */
.mf
{
color
:
#
0000DD
;
font-weight
:
bold
}
/* Literal.Number.Float */
.mh
{
color
:
#
0000DD
;
font-weight
:
bold
}
/* Literal.Number.Hex */
.mf
{
color
:
#
7AC
;
font-weight
:
bold
}
/* Literal.Number.Float */
.mh
{
color
:
#
7AC
;
font-weight
:
bold
}
/* Literal.Number.Hex */
.highlight
.mi
{
color
:
#099
;}
/* Literal.Number.Integer */
.mo
{
color
:
#0000DD
;
font-weight
:
bold
}
/* Literal.Number.Oct */
.sb
{
color
:
#dd2200
;
background-color
:
transparent
;
}
/* Literal.String.Backtick */
...
...
app/assets/stylesheets/tree.scss
View file @
f5ee330a
...
...
@@ -10,6 +10,10 @@
border
:
1px
solid
#ccc
;
padding
:
12px
;
background
:
#F7F7F7
;
pre
{
overflow
:
auto
;
}
}
}
...
...
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