Last active
December 14, 2018 11:56
-
-
Save nasitra/daaed81c5a7cd05df27d6ef5f6c51ef8 to your computer and use it in GitHub Desktop.
Color scheme settings of Flatland theme for GoCoEdit
This file contains hidden or 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
{ | |
"name": "flatland", | |
"defaults": { | |
"text_color":"f8f8f8", | |
"background":"26292c", | |
"activeline_background":"202325", | |
"matchingbracket_color":"bbbcbd" | |
}, | |
"gutters": { | |
"background":"26292c", | |
"text_color":"73797b75", | |
"border_color":"73797b75" | |
}, | |
"tokens": { | |
"comment_color":"798188", | |
"number_color":"b8d977", | |
"atom_color":"b8d977", | |
"property_color":"f8f8f8", | |
"attribute_color":"edf080", | |
"keyword_color":"fa9a4b", | |
"builtin_color":"fa9a4b", | |
"string_color":"c4e2f2", | |
"variable_color":"f8f8f8", | |
"variable2_color":"f8f8f8", | |
"variable3_color":"f8f8f8", | |
"def_color":"f8f8f8", | |
"bracket_color":"f8f8f8", | |
"tag_color":"b8d977", | |
"header_color":"f8f8f8", | |
"link_color":"72aaca", | |
"error_background":"d8290dbf" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment