-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
134 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/* | ||
Name: gruvbox-dark | ||
Author: kRkk (https://github.com/krkk) | ||
Original gruvbox color scheme by Pavel Pertsev (https://github.com/morhetz/gruvbox) | ||
*/ | ||
|
||
.cm-s-gruvbox-dark.CodeMirror, .cm-s-gruvbox-dark .CodeMirror-gutters { background-color: #282828; color: #bdae93; } | ||
.cm-s-gruvbox-dark .CodeMirror-gutters {background: #282828; border-right: 0px;} | ||
.cm-s-gruvbox-dark .CodeMirror-linenumber {color: #7c6f64;} | ||
.cm-s-gruvbox-dark .CodeMirror-cursor { border-left: 1px solid #ebdbb2; } | ||
.cm-s-gruvbox-dark div.CodeMirror-selected { background: #928374; } | ||
.cm-s-gruvbox-dark span.cm-meta { color: #808000; } | ||
|
||
.cm-s-gruvbox-dark span.cm-comment { color: #928374; } | ||
.cm-s-gruvbox-dark span.cm-number, span.cm-atom { color: #d3869b; } | ||
.cm-s-gruvbox-dark span.cm-keyword { color: #f84934; } | ||
|
||
.cm-s-gruvbox-dark span.cm-variable { color: #ebdbb2; } | ||
.cm-s-gruvbox-dark span.cm-variable-2 { color: #ebdbb2; } | ||
.cm-s-gruvbox-dark span.cm-variable-3, .cm-s-gruvbox-dark span.cm-type { color: black; } | ||
.cm-s-gruvbox-dark span.cm-operator { color: #ebdbb2; } | ||
.cm-s-gruvbox-dark span.cm-def { color: #ebdbb2; } | ||
.cm-s-gruvbox-dark span.cm-string { color: #b8bb26; } | ||
.cm-s-gruvbox-dark span.cm-string-2 { color: #8ec07c; } | ||
.cm-s-gruvbox-dark span.cm-qualifier { color: #555; } | ||
.cm-s-gruvbox-dark span.cm-attribute { color: #8ec07c; } | ||
|
||
.cm-s-gruvbox-dark .CodeMirror-activeline-background { background: #3c3836; } | ||
.cm-s-gruvbox-dark .CodeMirror-matchingbracket { background: #928374; color:#282828 !important; } | ||
|
||
.cm-s-gruvbox-dark span.cm-builtin { color: #fe8019; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/** | ||
Name: IDEA default theme | ||
From IntelliJ IDEA by JetBrains | ||
*/ | ||
|
||
.cm-s-idea span.cm-meta { color: #808000; } | ||
.cm-s-idea span.cm-number { color: #0000FF; } | ||
.cm-s-idea span.cm-keyword { line-height: 1em; font-weight: bold; color: #000080; } | ||
.cm-s-idea span.cm-atom { font-weight: bold; color: #000080; } | ||
.cm-s-idea span.cm-def { color: #000000; } | ||
.cm-s-idea span.cm-variable { color: black; } | ||
.cm-s-idea span.cm-variable-2 { color: black; } | ||
.cm-s-idea span.cm-variable-3, .cm-s-idea span.cm-type { color: black; } | ||
.cm-s-idea span.cm-property { color: black; } | ||
.cm-s-idea span.cm-operator { color: black; } | ||
.cm-s-idea span.cm-comment { color: #808080; } | ||
.cm-s-idea span.cm-string { color: #008000; } | ||
.cm-s-idea span.cm-string-2 { color: #008000; } | ||
.cm-s-idea span.cm-qualifier { color: #555; } | ||
.cm-s-idea span.cm-error { color: #FF0000; } | ||
.cm-s-idea span.cm-attribute { color: #0000FF; } | ||
.cm-s-idea span.cm-tag { color: #000080; } | ||
.cm-s-idea span.cm-link { color: #0000FF; } | ||
.cm-s-idea .CodeMirror-activeline-background { background: #FFFAE3; } | ||
|
||
.cm-s-idea span.cm-builtin { color: #30a; } | ||
.cm-s-idea span.cm-bracket { color: #cc7; } | ||
.cm-s-idea { font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;} | ||
|
||
|
||
.cm-s-idea .CodeMirror-matchingbracket { outline:1px solid grey; color:black !important; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.cm-s-ssms span.cm-keyword { color: blue; } | ||
.cm-s-ssms span.cm-comment { color: darkgreen; } | ||
.cm-s-ssms span.cm-string { color: red; } | ||
.cm-s-ssms span.cm-def { color: black; } | ||
.cm-s-ssms span.cm-variable { color: black; } | ||
.cm-s-ssms span.cm-variable-2 { color: black; } | ||
.cm-s-ssms span.cm-atom { color: darkgray; } | ||
.cm-s-ssms .CodeMirror-linenumber { color: teal; } | ||
.cm-s-ssms .CodeMirror-activeline-background { background: #ffffff; } | ||
.cm-s-ssms span.cm-string-2 { color: #FF00FF; } | ||
.cm-s-ssms span.cm-operator, | ||
.cm-s-ssms span.cm-bracket, | ||
.cm-s-ssms span.cm-punctuation { color: darkgray; } | ||
.cm-s-ssms .CodeMirror-gutters { border-right: 3px solid #ffee62; background-color: #ffffff; } | ||
.cm-s-ssms div.CodeMirror-selected { background: #ADD6FF; } | ||
|