# USE Rainbowth package
https:
# How to install in sublime??
#1 GoTo Sublime and press ctrl+shift+p
#2 Search Install Package and enter Rainbowth
#3 After installing package GoTO Preferences>BrowsePackages
#4 GoTo User and create a new file "Rainbowth.sublime-settings"
#5 Paste the below configs into same file:
##########################################################
{
"languages":
[
"c++",
"c",
"python",
"lisp",
"scheme",
"clojure",
"clojurescript",
"hylang",
"js",
"sass",
"scss"
],
"palettes":
{
"default":
[
"#0E4A8E",
"#3F9101",
"#BCBF01",
"#BC0BA2",
"#61AA0D",
"#3D017A",
"#D6A60A",
"#7710A3",
"#A502CE",
"#eb5a00"
],
"Dracula":
[
"#E8BA36",
"#54A857",
"#359FF4",
"#5060BB",
"#179387",
"#A5BE00",
"#005FA3",
"#DB7100",
"#FFC666",
"#38FF91"
],
"One Dark":
[
"#359FF4",
"#E8BA36",
"#54A857",
"#5060BB",
"#179387",
"#A5BE00",
"#005FA3",
"#DB7100",
"#FFC666",
"#38FF91"
]
},
"disable_inside_comment": true,
"disable_inside_string": true,
"custom_signs":
{
"enabled": true,
"prefix": "({[",
"suffix": ")}]"
}
}
######################## THANK YOU ############################