Writing Color Scheme
Theme for writing articles in Sublime Text using Latex or Markdown
Labels color scheme
Details
Installs
- Total 4K
- Win 2K
- Mac 2K
- Linux 752
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 3 | 0 |
Readme
- Source
- raw.githubusercontent.com
Writing Color Scheme for Sublime Text 2/3
Color scheme optimised for writing in Latex and Markdown. Features:
- Pleasant background/foreground contrast
- Equations in red
- \cite and \ref less distracting
Getting Started
Installation
Package Control
If you already have Package Control installed in Sublime Text:
- Select “Install Package” from the Command Palette: Ctrl+Shift+P on Windows and Linux or ⇧⌘P on OS X)
- Search for “Writing Color Scheme” and click enter.
Manual Installation
Go to Preferences -> Browse Packages
, and then either download and unzip this plugin into that directory, or:
git clone https://github.com/kmisiunas/sublime-writing-theme.git "sublime-writing-color-scheme"
Switching Color Scheme
Then inside Sublime Text, go to Preferences -> Color Scheme -> Writing Color Scheme
.
Recommended settings
To get best experience we recommend modifying your language specific settings. For latex the settings file LaTeX.sublime-settings
should look like:
{
// Add this file to Packages/User/ folder for effect
"extensions": [ "tex" ],
"color_scheme": "Packages/User/Writing Color Scheme/Writing Color Scheme Light.tmTheme",
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"auto_match_enabled": true,
// Layout
"draw_centered": true,
"word_wrap": true,
"wrap_width": 86,
"rulers": [],
// Line
"line_numbers": true,
"highlight_line": false,
"line_padding_top": 4,
"line_padding_bottom": 2,
// Caret
"caret_style": "solid", // blink with "smooth"
"caret_extra_width": 1,
"caret_extra_top": 3,
"caret_extra_bottom": 2
}
Recomended packages
The theme is great in “Distraction Free Mode” or with DistractionFreeWindow
Versions
- v2017-09-20 An update to make it compatible with sublime text v3. Also made comments a bit softer and main text a bit sharper.
- v2018-02-21 Updated colors for labels and functions. Within text now they are less distracting.
Author
Karolis Misiunas
Contributions
Jon Schlinkert - provided initial Monakai Extended theme + http://github.com/jonschlinkert