Color Scheme - RSE
Sublime Text Color Scheme RSE
Details
Installs
- Total 11K
- Win 7K
- Mac 2K
- Linux 2K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 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.