Created
January 16, 2019 12:24
-
-
Save jhouedanou/e677bc5e0786cf7ab93bb99dfade58bb to your computer and use it in GitHub Desktop.
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
Show hidden characters
{ | |
"languages": ["lisp", "scheme", "clojure", "clojurescript", "hylang","html","php","js","twig","tpl"], | |
"palettes": | |
{ | |
"default": ["#ff6188", "#fc9867", "#ffd866", "#a9dc76", "#78dce8", "#ab9df2", "#ff6188"], | |
"Tomorrow Night": ["#c66", "#de935f", "#ee6", "#b5bd68", "#81a2be", "#b294bb", "#ff69b4", "#8a2be2"], | |
"Monokai": ["#AE81FF", "#66D9EF", "#A6E22E", "#FD971F", "#F92672"], | |
"Monokai Pro": ["#ff6188", "#fc9867", "#ffd866", "#a9dc76", "#78dce8", "#ab9df2", "#ff6188"]a | |
a | |
}, | |
// Toggle whether languages from list are excluded or included. Default: false | |
"exclude_languages": false, | |
// Toggle whether strings should be ignored. Default: false | |
"disable_inside_string": false, | |
// Enables custom pre- and suffixes. Currently only single character 'fixes. | |
"custom_signs": | |
{ | |
"enabled": false, | |
// Note: Characters cannot appear in both the prefix and the suffix (Which only makes sense, doesn't it?) | |
"prefix": "({[", | |
"suffix": ")}]" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment