Skip to content

Instantly share code, notes, and snippets.

@Nakilon
Last active February 23, 2021 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nakilon/2cc2cef78853ff3b58cd5a3e3d7d1404 to your computer and use it in GitHub Desktop.
Save Nakilon/2cc2cef78853ff3b58cd5a3e3d7d1404 to your computer and use it in GitHub Desktop.
Light color scheme CSS for eyes health in Adventure Land MMORPG
.CodeMirror {
background-color:white;
font-size: 25px;
font-family: consolas;
}
.CodeMirror .CodeMirror-selected{
background-color: silver;
}
.CodeMirror-cursor{
border-left-color:green;
}
.CodeMirror-line,
.cm-operator{
color:black
}
.cm-def,.cm-variable-2 {
color:blue;
}
.cm-string,
.cm-property,
.cm-number{
color:red;
}
.cm-tab {
width: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment