Browse
For agents
About
Code Snippets
/
3.10.1
Code Snippets
v3.10.1
Switch version
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
3.0.1
All 64 releases
Overview
Code
code-snippets
/
dist
/
editor-themes
/
bespin.css
bespin.css
in Code Snippets 3.10.1, at dist/editor-themes/bespin.css
2 lines
1.0 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-bespin
.
CodeMirror
{
background
:
#
28211c
;
color
:
#
9d9b97
}
.
cm-s-bespin
div
.
CodeMirror-selected
{
background
:
#
59554f
!important
}
.
cm-s-bespin
.
CodeMirror-gutters
{
background
:
#
28211c
;
border-right
:
0
}
.
cm-s-bespin
.
CodeMirror-linenumber
{
color
:
#
666
}
.
cm-s-bespin
.
CodeMirror-cursor
{
border-left
:
1
px
solid
#
797977
!important
}
.
cm-s-bespin
span
.
cm-comment
{
color
:
#
937121
}
.
cm-s-bespin
span
.
cm-atom
,
.
cm-s-bespin
span
.
cm-number
{
color
:
#
9b859d
}
.
cm-s-bespin
span
.
cm-attribute
,
.
cm-s-bespin
span
.
cm-property
{
color
:
#
54be0d
}
.
cm-s-bespin
span
.
cm-keyword
{
color
:
#
cf6a4c
}
.
cm-s-bespin
span
.
cm-string
{
color
:
#
f9ee98
}
.
cm-s-bespin
span
.
cm-variable
{
color
:
#
54be0d
}
.
cm-s-bespin
span
.
cm-variable-2
{
color
:
#
5ea6ea
}
.
cm-s-bespin
span
.
cm-def
{
color
:
#
cf7d34
}
.
cm-s-bespin
span
.
cm-error
{
background
:
#
cf6a4c
;
color
:
#
797977
}
.
cm-s-bespin
span
.
cm-bracket
{
color
:
#
9d9b97
}
.
cm-s-bespin
span
.
cm-tag
{
color
:
#
cf6a4c
}
.
cm-s-bespin
span
.
cm-link
{
color
:
#
9b859d
}
.
cm-s-bespin
.
CodeMirror-matchingbracket
{
color
:
#
fff
!important
;
text-decoration
:
underline
}
.
cm-s-bespin
.
CodeMirror-activeline-background
{
background
:
#
404040
}
2