FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nodegit.github.com/_sass/_syntax-highlighting.scss at master · nodegit/nodegit.github.com · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
nodegit
/
nodegit.github.com
Public
Notifications
You must be signed in to change notification settings
Fork
21
Star
14
Code
Issues
21
Pull requests
12
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
nodegit.github.com
/
_sass
/
_syntax-highlighting.scss
Copy path
More file actions
More file actions
Latest commit
History
History
History
95 lines (92 loc) · 4.16 KB
Breadcrumbs
nodegit.github.com
/
_sass
/
_syntax-highlighting.scss
Copy path
File metadata and controls
95 lines (92 loc) · 4.16 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/*
Darkly Pygments Theme
(c) 2014 Sourcey
http://sourcey.com
*/
.highlight
{
font-family
:Consolas,
'
Liberation Mono
'
, Menlo,
Courier
,
monospace
;
white-space
:
pre
;
overflow
:
auto
;
word-wrap
:
normal
;
/*
horizontal scrolling
*/
-moz-border-radius
:
3
px
;
-webkit-border-radius
:
3
px
;
border-radius
:
5
px
;
padding
:
$spacing-unit
/
2
;
color
:
#727272
;
font-size
:
$font-size
*
.8
;
margin-bottom
:
$spacing-unit
/
2
;
border
:
1
px
solid
#ededed
;
pre
{
margin
:
0
;
code
{
border
:
none
;
background
:
none
;
padding
:
0
;
}
}
}
.highlight
.hll
{
background-color
:
#d6d6d6
}
.highlight
{
background
:
#f8f8f8
;
color
:
#4d4d4c
}
.highlight
.c
{
color
:
#8e908c
}
/*
Comment
*/
.highlight
.err
{
color
:
#c82829
}
/*
Error
*/
.highlight
.k
{
color
:
#8959a8
}
/*
Keyword
*/
.highlight
.l
{
color
:
#f5871f
}
/*
Literal
*/
.highlight
.n
{
color
:
#4d4d4c
}
/*
Name
*/
.highlight
.o
{
color
:
#3e999f
}
/*
Operator
*/
.highlight
.p
{
color
:
#4d4d4c
}
/*
Punctuation
*/
.highlight
.cm
{
color
:
#8e908c
}
/*
Comment.Multiline
*/
.highlight
.cp
{
color
:
#8e908c
}
/*
Comment.Preproc
*/
.highlight
.c1
{
color
:
#8e908c
}
/*
Comment.Single
*/
.highlight
.cs
{
color
:
#8e908c
}
/*
Comment.Special
*/
.highlight
.gd
{
color
:
#c82829
}
/*
Generic.Deleted
*/
.highlight
.ge
{
font-style
:
italic
}
/*
Generic.Emph
*/
.highlight
.gh
{
color
:
#4d4d4c
;
font-weight
:
bold
}
/*
Generic.Heading
*/
.highlight
.gi
{
color
:
#718c00
}
/*
Generic.Inserted
*/
.highlight
.gp
{
color
:
#8e908c
;
font-weight
:
bold
}
/*
Generic.Prompt
*/
.highlight
.gs
{
font-weight
:
bold
}
/*
Generic.Strong
*/
.highlight
.gu
{
color
:
#3e999f
;
font-weight
:
bold
}
/*
Generic.Subheading
*/
.highlight
.kc
{
color
:
#8959a8
}
/*
Keyword.Constant
*/
.highlight
.kd
{
color
:
#8959a8
}
/*
Keyword.Declaration
*/
.highlight
.kn
{
color
:
#3e999f
}
/*
Keyword.Namespace
*/
.highlight
.kp
{
color
:
#8959a8
}
/*
Keyword.Pseudo
*/
.highlight
.kr
{
color
:
#8959a8
}
/*
Keyword.Reserved
*/
.highlight
.kt
{
color
:
#eab700
}
/*
Keyword.Type
*/
.highlight
.ld
{
color
:
#718c00
}
/*
Literal.Date
*/
.highlight
.m
{
color
:
#f5871f
}
/*
Literal.Number
*/
.highlight
.s
{
color
:
#718c00
}
/*
Literal.String
*/
.highlight
.na
{
color
:
#4271ae
}
/*
Name.Attribute
*/
.highlight
.nb
{
color
:
#4d4d4c
}
/*
Name.Builtin
*/
.highlight
.nc
{
color
:
#eab700
}
/*
Name.Class
*/
.highlight
.no
{
color
:
#c82829
}
/*
Name.Constant
*/
.highlight
.nd
{
color
:
#3e999f
}
/*
Name.Decorator
*/
.highlight
.ni
{
color
:
#4d4d4c
}
/*
Name.Entity
*/
.highlight
.ne
{
color
:
#c82829
}
/*
Name.Exception
*/
.highlight
.nf
{
color
:
#4271ae
}
/*
Name.Function
*/
.highlight
.nl
{
color
:
#4d4d4c
}
/*
Name.Label
*/
.highlight
.nn
{
color
:
#eab700
}
/*
Name.Namespace
*/
.highlight
.nx
{
color
:
#4271ae
}
/*
Name.Other
*/
.highlight
.py
{
color
:
#4d4d4c
}
/*
Name.Property
*/
.highlight
.nt
{
color
:
#3e999f
}
/*
Name.Tag
*/
.highlight
.nv
{
color
:
#c82829
}
/*
Name.Variable
*/
.highlight
.ow
{
color
:
#3e999f
}
/*
Operator.Word
*/
.highlight
.w
{
color
:
#4d4d4c
}
/*
Text.Whitespace
*/
.highlight
.mf
{
color
:
#f5871f
}
/*
Literal.Number.Float
*/
.highlight
.mh
{
color
:
#f5871f
}
/*
Literal.Number.Hex
*/
.highlight
.mi
{
color
:
#f5871f
}
/*
Literal.Number.Integer
*/
.highlight
.mo
{
color
:
#f5871f
}
/*
Literal.Number.Oct
*/
.highlight
.sb
{
color
:
#718c00
}
/*
Literal.String.Backtick
*/
.highlight
.sc
{
color
:
#4d4d4c
}
/*
Literal.String.Char
*/
.highlight
.sd
{
color
:
#8e908c
}
/*
Literal.String.Doc
*/
.highlight
.s2
{
color
:
#718c00
}
/*
Literal.String.Double
*/
.highlight
.se
{
color
:
#f5871f
}
/*
Literal.String.Escape
*/
.highlight
.sh
{
color
:
#718c00
}
/*
Literal.String.Heredoc
*/
.highlight
.si
{
color
:
#f5871f
}
/*
Literal.String.Interpol
*/
.highlight
.sx
{
color
:
#718c00
}
/*
Literal.String.Other
*/
.highlight
.sr
{
color
:
#718c00
}
/*
Literal.String.Regex
*/
.highlight
.s1
{
color
:
#718c00
}
/*
Literal.String.Single
*/
.highlight
.ss
{
color
:
#718c00
}
/*
Literal.String.Symbol
*/
.highlight
.bp
{
color
:
#4d4d4c
}
/*
Name.Builtin.Pseudo
*/
.highlight
.vc
{
color
:
#c82829
}
/*
Name.Variable.Class
*/
.highlight
.vg
{
color
:
#c82829
}
/*
Name.Variable.Global
*/
.highlight
.vi
{
color
:
#c82829
}
/*
Name.Variable.Instance
*/
.highlight
.il
{
color
:
#f5871f
}
/*
Literal.Number.Integer.Long
*/
Back
|
FazBrowse Home
|
New Git URL