Created
January 28, 2022 08:05
-
-
Save paramjeetdhiman/078aceefd34aa0ae33b0b890a6e0dd0a to your computer and use it in GitHub Desktop.
Rainbowth Package Sublime - Add file in this location sublime-text/User/Rainbowth.sublime-settings
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
| { | |
| "languages": ["c++", "c", "python","lisp", "scheme", "clojure", "clojurescript", "hylang","js","sass","scss"], | |
| "palettes": { | |
| "default": ["#3F9101","#0E4A8E","#BCBF01","#BC0BA2","#61AA0D","#3D017A","#D6A60A","#7710A3","#A502CE","#eb5a00"], | |
| "Dracula": ["#E8BA36","#54A857","#359FF4","#5060BB","#179387","#A5BE00","#005FA3","#DB7100","#FFC666","#38FF91"], | |
| "One Dark": ["#E8BA36","#54A857","#359FF4","#5060BB","#179387","#A5BE00","#005FA3","#DB7100","#FFC666","#38FF91"] | |
| }, | |
| "disable_inside_string": false, | |
| "custom_signs": | |
| { | |
| "enabled": true, | |
| "prefix": "({[", | |
| "suffix": ")}]" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment