Adaptive themes for Sublime Text
Go to file
2016-09-27 22:53:17 +05:30
assets/soda [CHECKIN] Checkin the first working version! 2016-07-20 12:20:49 +05:30
rainbow_lib 🎨 2016-09-27 20:55:30 +05:30
templates Stop oversaturation 2016-08-03 12:22:12 +05:30
theme Add empty file for the theme 2016-09-27 20:46:11 +05:30
.dirname [CHECKIN] Checkin the first working version! 2016-07-20 12:20:49 +05:30
.gitignore [CHECKIN] Checkin the first working version! 2016-07-20 12:20:49 +05:30
.no-sublime-package Ask Package Control to not put this in an archive 2016-09-16 10:37:45 +05:30
1_reloader.py Don't use reloader hacks on newer versions 2016-09-16 00:22:40 +05:30
Default.sublime-commands [CHECKIN] Checkin the first working version! 2016-07-20 12:20:49 +05:30
dependencies.json Add markupsafe as a direct dependency 2016-09-20 19:31:27 +05:30
main.py Trigger on tab change 2016-09-09 11:37:09 +05:30
Main.sublime-menu 🆕 Settings and Menu items! 2016-09-09 11:37:03 +05:30
NOTES.md 📝 Update to provide current state of affairs. 2016-07-20 12:43:54 +05:30
README.md README: Make the navigation centered 2016-09-27 22:53:17 +05:30
reloader_command.py [CHECKIN] Checkin the first working version! 2016-07-20 12:20:49 +05:30
screencast.gif Add the screencast 2016-08-03 12:10:45 +05:30
Theme - Rainbow.sublime-settings 🆕 Settings and Menu items! 2016-09-09 11:37:03 +05:30

Rainbow Theme

Downloads Release

Sublime Text UI themes that adapt to your active colour scheme.

Screencast

PR with better screencast more than welcome!


InstallationActivationSettingsContributingLicense


Installation

This is the easiest method of installation.

  1. Open Command Palette using menu item Tools → Command Palette...
  2. Choose Package Control: Install Package
  3. Find and select Theme - Rainbow
  4. Restart Sublime Text
  5. Repeat Step 1
  6. Choose Package Control: Satisfy Dependencies
  7. Restart Sublime Text
Manually
  1. Download the .zip from Github.
  2. Unzip the contents and rename the folder to Theme - Rainbow.
  3. Copy the folder into Packages directory, which you can find using the menu item Preferences → Browse Packages...
  4. Restart Sublime Text
  5. Manually install all dependencies listed in the dependencies.json in the Theme - Rainbow folder.
  6. Restart Sublime Text
Git (bleeding edge)
  1. Clone the Repository into Theme - Rainbow of Packages directory.
    git clone https://github.com/pradyunsg/Sublime-Rainbow-Theme "Theme - Rainbow"
    
  2. Restart Sublime Text
  3. Manually install all dependencies listed in the dependencies.json in the Theme - Rainbow folder.
  4. Restart Sublime Text

Activation

This theme is activated as simply as any other theme. Open your User Preferences file, which can be located in the menu: Preferences → Settings - User or Preferences → Settings and add/modify the theme key to one of the following variants of the theme:

  • Rainbow Soda Light.sublime-theme
  • Rainbow Soda Dark.sublime-theme

I plan on adding flat variants soon. Stay tuned!

Example:

{
    "theme": "Rainbow Soda Light.sublime-theme"
}

Settings

There is really just one settings useful to the end-user, you, today. I hope that over time this changes.

"load_colors_from_active_view": true

If true, the theme will be adapted from the currently active view's colour scheme instead of the globally set scheme. There may be a short lag in the change of theme when switching between tabs with different colour schemes.

Contributing

If you like the theme, help spread the word! I spent a fair amount of my free time fiddling with and tweaking this. It'll be nice to see other people using this.

If you spot some problem or face any sort of difficulty regarding this package, check out the issues if someone else is facing a similar issue. Otherwise, feel free to create a new issue!

License

Theme - Rainbow is based on Soda Theme by Ian Hill. Like Soda Theme, it is licensed under the Creative Commons Attribution-ShareAlike 3.0 License.