Browse
For agents
About
Code Snippets
/
4.0.0-beta.2
Code Snippets
v4.0.0-beta.2
Switch version
4.0.0-beta.2
3.10.2
3.10.1
3.10.0
3.10.0-beta.2
3.10.0-beta.1
4.0.0-beta.1
3.9.6
trunk
2.10.0
2.10.1
2.12.0
2.12.1
2.13.0
2.13.1
2.13.2
2.13.3
2.14.0
2.14.1
2.14.2
2.14.3
2.14.4
2.14.5
2.14.6
3.0.0
All 65 releases
Overview
Code
code-snippets
/
dist
/
editor-themes
/
hopscotch.css
hopscotch.css
in Code Snippets 4.0.0-beta.2, at dist/editor-themes/hopscotch.css
2 lines
1.1 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
cm-s-hopscotch
.
CodeMirror
{
background
:
#
322931
;
color
:
#
d5d3d5
}
.
cm-s-hopscotch
div
.
CodeMirror-selected
{
background
:
#
433b42
!important
}
.
cm-s-hopscotch
.
CodeMirror-gutters
{
background
:
#
322931
;
border-right
:
0
}
.
cm-s-hopscotch
.
CodeMirror-linenumber
{
color
:
#
797379
}
.
cm-s-hopscotch
.
CodeMirror-cursor
{
border-left
:
1
px
solid
#
989498
!important
}
.
cm-s-hopscotch
span
.
cm-comment
{
color
:
#
b33508
}
.
cm-s-hopscotch
span
.
cm-atom
,
.
cm-s-hopscotch
span
.
cm-number
{
color
:
#
c85e7c
}
.
cm-s-hopscotch
span
.
cm-attribute
,
.
cm-s-hopscotch
span
.
cm-property
{
color
:
#
8fc13e
}
.
cm-s-hopscotch
span
.
cm-keyword
{
color
:
#
dd464c
}
.
cm-s-hopscotch
span
.
cm-string
{
color
:
#
fdcc59
}
.
cm-s-hopscotch
span
.
cm-variable
{
color
:
#
8fc13e
}
.
cm-s-hopscotch
span
.
cm-variable-2
{
color
:
#
1290bf
}
.
cm-s-hopscotch
span
.
cm-def
{
color
:
#
fd8b19
}
.
cm-s-hopscotch
span
.
cm-error
{
background
:
#
dd464c
;
color
:
#
989498
}
.
cm-s-hopscotch
span
.
cm-bracket
{
color
:
#
d5d3d5
}
.
cm-s-hopscotch
span
.
cm-tag
{
color
:
#
dd464c
}
.
cm-s-hopscotch
span
.
cm-link
{
color
:
#
c85e7c
}
.
cm-s-hopscotch
.
CodeMirror-matchingbracket
{
color
:
#
fff
!important
;
text-decoration
:
underline
}
.
cm-s-hopscotch
.
CodeMirror-activeline-background
{
background
:
#
302020
}
2