FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
machinekit-docs/css/vim.css at master · machinekit/machinekit-docs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
machinekit
/
machinekit-docs
Public
Notifications
You must be signed in to change notification settings
Fork
54
Star
16
Code
Issues
23
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
machinekit-docs
/
css
/
vim.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
70 lines (70 loc) · 3.95 KB
Breadcrumbs
machinekit-docs
/
css
/
vim.css
Copy path
File metadata and controls
70 lines (70 loc) · 3.95 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
.
highlight
pre
{
background-color
:
#
222222
}
.
highlight
.
hll
{
background-color
:
#
222222
}
.
highlight
.
c
{
color
:
#
000080
}
/* Comment */
.
highlight
.
err
{
color
:
#
cccccc
;
border
:
1
px
solid
#
FF0000
}
/* Error */
.
highlight
.
g
{
color
:
#
cccccc
}
/* Generic */
.
highlight
.
k
{
color
:
#
cdcd00
}
/* Keyword */
.
highlight
.
l
{
color
:
#
cccccc
}
/* Literal */
.
highlight
.
n
{
color
:
#
cccccc
}
/* Name */
.
highlight
.
o
{
color
:
#
3399cc
}
/* Operator */
.
highlight
.
x
{
color
:
#
cccccc
}
/* Other */
.
highlight
.
p
{
color
:
#
cccccc
}
/* Punctuation */
.
highlight
.
cm
{
color
:
#
000080
}
/* Comment.Multiline */
.
highlight
.
cp
{
color
:
#
000080
}
/* Comment.Preproc */
.
highlight
.
c1
{
color
:
#
000080
}
/* Comment.Single */
.
highlight
.
cs
{
color
:
#
cd0000
;
font-weight
:
bold }
/* Comment.Special */
.
highlight
.
gd
{
color
:
#
cd0000
}
/* Generic.Deleted */
.
highlight
.
ge
{
color
:
#
cccccc
;
font-style
:
italic }
/* Generic.Emph */
.
highlight
.
gr
{
color
:
#
FF0000
}
/* Generic.Error */
.
highlight
.
gh
{
color
:
#
000080
;
font-weight
:
bold }
/* Generic.Heading */
.
highlight
.
gi
{
color
:
#
00cd00
}
/* Generic.Inserted */
.
highlight
.
go
{
color
:
#
808080
}
/* Generic.Output */
.
highlight
.
gp
{
color
:
#
000080
;
font-weight
:
bold }
/* Generic.Prompt */
.
highlight
.
gs
{
color
:
#
cccccc
;
font-weight
:
bold }
/* Generic.Strong */
.
highlight
.
gu
{
color
:
#
800080
;
font-weight
:
bold }
/* Generic.Subheading */
.
highlight
.
gt
{
color
:
#
0040D0
}
/* Generic.Traceback */
.
highlight
.
kc
{
color
:
#
cdcd00
}
/* Keyword.Constant */
.
highlight
.
kd
{
color
:
#
00cd00
}
/* Keyword.Declaration */
.
highlight
.
kn
{
color
:
#
cd00cd
}
/* Keyword.Namespace */
.
highlight
.
kp
{
color
:
#
cdcd00
}
/* Keyword.Pseudo */
.
highlight
.
kr
{
color
:
#
cdcd00
}
/* Keyword.Reserved */
.
highlight
.
kt
{
color
:
#
00cd00
}
/* Keyword.Type */
.
highlight
.
ld
{
color
:
#
cccccc
}
/* Literal.Date */
.
highlight
.
m
{
color
:
#
cd00cd
}
/* Literal.Number */
.
highlight
.
s
{
color
:
#
cd0000
}
/* Literal.String */
.
highlight
.
na
{
color
:
#
cccccc
}
/* Name.Attribute */
.
highlight
.
nb
{
color
:
#
cd00cd
}
/* Name.Builtin */
.
highlight
.
nc
{
color
:
#
00cdcd
}
/* Name.Class */
.
highlight
.
no
{
color
:
#
cccccc
}
/* Name.Constant */
.
highlight
.
nd
{
color
:
#
cccccc
}
/* Name.Decorator */
.
highlight
.
ni
{
color
:
#
cccccc
}
/* Name.Entity */
.
highlight
.
ne
{
color
:
#
666699
;
font-weight
:
bold }
/* Name.Exception */
.
highlight
.
nf
{
color
:
#
cccccc
}
/* Name.Function */
.
highlight
.
nl
{
color
:
#
cccccc
}
/* Name.Label */
.
highlight
.
nn
{
color
:
#
cccccc
}
/* Name.Namespace */
.
highlight
.
nx
{
color
:
#
cccccc
}
/* Name.Other */
.
highlight
.
py
{
color
:
#
cccccc
}
/* Name.Property */
.
highlight
.
nt
{
color
:
#
cccccc
}
/* Name.Tag */
.
highlight
.
nv
{
color
:
#
00cdcd
}
/* Name.Variable */
.
highlight
.
ow
{
color
:
#
cdcd00
}
/* Operator.Word */
.
highlight
.
w
{
color
:
#
cccccc
}
/* Text.Whitespace */
.
highlight
.
mf
{
color
:
#
cd00cd
}
/* Literal.Number.Float */
.
highlight
.
mh
{
color
:
#
cd00cd
}
/* Literal.Number.Hex */
.
highlight
.
mi
{
color
:
#
cd00cd
}
/* Literal.Number.Integer */
.
highlight
.
mo
{
color
:
#
cd00cd
}
/* Literal.Number.Oct */
.
highlight
.
sb
{
color
:
#
cd0000
}
/* Literal.String.Backtick */
.
highlight
.
sc
{
color
:
#
cd0000
}
/* Literal.String.Char */
.
highlight
.
sd
{
color
:
#
cd0000
}
/* Literal.String.Doc */
.
highlight
.
s2
{
color
:
#
cd0000
}
/* Literal.String.Double */
.
highlight
.
se
{
color
:
#
cd0000
}
/* Literal.String.Escape */
.
highlight
.
sh
{
color
:
#
cd0000
}
/* Literal.String.Heredoc */
.
highlight
.
si
{
color
:
#
cd0000
}
/* Literal.String.Interpol */
.
highlight
.
sx
{
color
:
#
cd0000
}
/* Literal.String.Other */
.
highlight
.
sr
{
color
:
#
cd0000
}
/* Literal.String.Regex */
.
highlight
.
s1
{
color
:
#
cd0000
}
/* Literal.String.Single */
.
highlight
.
ss
{
color
:
#
cd0000
}
/* Literal.String.Symbol */
.
highlight
.
bp
{
color
:
#
cd00cd
}
/* Name.Builtin.Pseudo */
.
highlight
.
vc
{
color
:
#
00cdcd
}
/* Name.Variable.Class */
.
highlight
.
vg
{
color
:
#
00cdcd
}
/* Name.Variable.Global */
.
highlight
.
vi
{
color
:
#
00cdcd
}
/* Name.Variable.Instance */
.
highlight
.
il
{
color
:
#
cd00cd
}
/* Literal.Number.Integer.Long */
Back
|
FazBrowse Home
|
New Git URL