ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Color Scheme - RSE

Sublime Text Color Scheme RSE

Labels color scheme

Details

Installs

  • Total 11K
  • Win 7K
  • Mac 2K
  • Linux 2K
Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 0 0 0 0 0 1 1 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0
Linux 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 3 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:

  1. Install Sublime Text 2/3
    http://www.sublimetext.com/
    (the editor itself)

  2. Install Package Control for Sublime Text 2/3:
    http://wbond.net/sublime_packages/package_control
    (the package manager for the editor)

  3. Install theme “Soda Light” via Package Control
    http://buymeasoda.github.io/soda-theme/
    (the GUI theme for the editor)

  4. Install this color schema “Color Scheme - RSE” via Package Control
    https://github.com/rse/sublime-scheme-rse
    (the color scheme for the text area)

  5. Install the DejaVu font family
    http://dejavu-fonts.org/
    (the font for the text area)

  6. 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

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.