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
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 0 0 1 0 0 0 1 0 0 1 1 1 0 1 0 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 1
Mac 0 2 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 1 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 0 1 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 1 0 0 0 1

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.