Color Scheme - RSE
Sublime Text Color Scheme RSE
Details
Installs
- Total 11K
- Win 7K
- Mac 2K
- Linux 2K
May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 1 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 |
Mac | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Text Color Scheme RSE
This is Ralf S. Engelschall (RSE)'s discreet color scheme for the Sublime Text editor (http://www.sublimetext.com/). It uses just 4 colors: “white” for the background, “black” as the default text color, “blue” for all language constructs (keywords and punctation characters) and “brown” for all literals (strings, numbers, etc). Nothing more, nothing less!
For a very elegant coding environment, my preferred setup is:
Install Sublime Text 2/3
http://www.sublimetext.com/
(the editor itself)Install Package Control for Sublime Text 2/3:
http://wbond.net/sublime_packages/package_control
(the package manager for the editor)Install theme “Soda Light” via Package Control
http://buymeasoda.github.io/soda-theme/
(the GUI theme for the editor)Install this color schema “Color Scheme - RSE” via Package Control
https://github.com/rse/sublime-scheme-rse
(the color scheme for the text area)Install the DejaVu font family
http://dejavu-fonts.org/
(the font for the text area)Use the Sublime Text 2/3 User Preferences below, which enables the theme, color scheme and font and especially reduces the total line height (very important as for coding we need the maximum number of lines on the screen).
User Preferences
{
"theme": "Soda Light.sublime-theme",
"soda_classic_tabs": true,
"color_scheme": "Packages/Color Scheme - RSE/RSE.tmTheme",
"font_face": "DejaVu Sans Mono",
"line_padding_bottom": -2,
"line_padding_top": 0
}
Screenshot
My Favorite Sublime Plugins
As I'm regularily asked which Sublime Text plugins I install via Package Control for additional functionality in addition to the above basic style, here is my list of recommended plugins:
Additional Interface Functionality:
- SideBarEnhancements (sidebar addition: filesystem operations)
- Terminal (sidebar addition: open terminal here)
- WordCount (statusbar addition: word count)
Editing:
- Auto Autocomplete (source code completion)
- Vintage (Vi mode - for Sublime Text 2 only: already ships with it)
- Vintagous (Vi mode - for Sublime Text 3 only: the better Vintage)
- VintageEx (Ex mode for Vi mode)
Source Code:
- SublimeLinter (source code linting)
- SublimeCodeIntel (source code lookup/completion)
Version Control Systems:
- SVN (general Subversion tool integration)
- Git (general Git tool integration)
- SideBarGit (sidebar addition: Git commands)
- Git Gutter (gutter addition: Git diff-style information)
- GitConfig (.gitconfig file support)
Build Tools:
- Grunt
- Ant
Additional Languages and Macros:
- MarkdownEditing
- TypeScript
- TypeScript Compiler
- LaTeXTools
- LESS
- HTML5
- Emmet
License
Copyright © 2012-2013 Ralf S. Engelschall (rse@engelschall.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.