Skip to content

Instantly share code, notes, and snippets.

@paramjeetdhiman
Created January 28, 2022 08:05
Show Gist options
  • Select an option

  • Save paramjeetdhiman/078aceefd34aa0ae33b0b890a6e0dd0a to your computer and use it in GitHub Desktop.

Select an option

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
{
"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