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
/
isotope.css
isotope.css
in Code Snippets 4.0.0-beta.2, at dist/editor-themes/isotope.css
2 lines
1023 B
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-isotope
.
CodeMirror
{
background
:
#
000
;
color
:
#
e0e0e0
}
.
cm-s-isotope
div
.
CodeMirror-selected
{
background
:
#
404040
!important
}
.
cm-s-isotope
.
CodeMirror-gutters
{
background
:
#
000
;
border-right
:
0
}
.
cm-s-isotope
.
CodeMirror-linenumber
{
color
:
grey
}
.
cm-s-isotope
.
CodeMirror-cursor
{
border-left
:
1
px
solid
silver
!important
}
.
cm-s-isotope
span
.
cm-comment
{
color
:
#
30f
}
.
cm-s-isotope
span
.
cm-atom
,
.
cm-s-isotope
span
.
cm-number
{
color
:
#
c0f
}
.
cm-s-isotope
span
.
cm-attribute
,
.
cm-s-isotope
span
.
cm-property
{
color
:
#
3f0
}
.
cm-s-isotope
span
.
cm-keyword
{
color
:
red
}
.
cm-s-isotope
span
.
cm-string
{
color
:
#
f09
}
.
cm-s-isotope
span
.
cm-variable
{
color
:
#
3f0
}
.
cm-s-isotope
span
.
cm-variable-2
{
color
:
#
06f
}
.
cm-s-isotope
span
.
cm-def
{
color
:
#
f90
}
.
cm-s-isotope
span
.
cm-error
{
background
:
red
;
color
:
silver
}
.
cm-s-isotope
span
.
cm-bracket
{
color
:
#
e0e0e0
}
.
cm-s-isotope
span
.
cm-tag
{
color
:
red
}
.
cm-s-isotope
span
.
cm-link
{
color
:
#
c0f
}
.
cm-s-isotope
.
CodeMirror-matchingbracket
{
color
:
#
fff
!important
;
text-decoration
:
underline
}
.
cm-s-isotope
.
CodeMirror-activeline-background
{
background
:
#
202020
}
2