nemoDreaming.sublime-package ============================ A package for Sublime Text, encapsulating my custom theme and snippets. ## Installation: - Package Control → Add Repository → `https://github.com/nemoDreamer/nemoDreaming-sublime-package.git` - Package Control → Install Package → `nemoDreaming` This theme pairs well with [Spacegray](https://github.com/kkga/spacegray)'s UI theme: ```JSON { "color_scheme": "Packages/nemoDreaming/nemoDreaming.tmTheme", "theme": "Spacegray.sublime-theme" } ```