Focus
Code editor color theme that lets you focus on the content. Available for Sublime Text, Atom, TextMate, Vim, Chocolat, and more...
Install / Use
/learn @sindresorhus/FocusREADME
Focus
Code editor color theme that lets you focus on the content
For when you need to edit a lot of inline text without being distracted by code and markup.
<img src="screenshot-light.png" alt="Focus light" width="426"> <img src="screenshot-dark.png" alt="Focus dark" width="426">Works perfectly with Markdown
<img src="screenshot-dark-markdown.png" alt="Focus dark - Markdown" width="680">And LaTeX
<img src="screenshot-dark-latex.png" alt="Focus dark - LaTeX" width="426">Install
Sublime Text
Install Focus with Package Control and restart Sublime.
Atom
See atom-focus-dark and atom-focus-light.
VS Code
See vscode-focus-dark and vscode-focus-light.
TextMate 2
Copy the .tmTheme files to ~/Library/Application Support/Textmate/Managed/Bundles/Themes.tmbundle.
TextMate
Copy the .tmTheme files to ~/Library/Application Support/TextMate/Themes.
Vim
Vim-plug
Plug 'sindresorhus/focus', {'rtp': 'vim'}
Vundle
Plugin 'sindresorhus/focus', {'rtp': 'vim'}
Manual
Copy the contents of the vim/colors folder to ~/.vim/colors.
Other editors
A lot more editors support the .tmTheme format. Google it if you're not using any of the above editors.
I would be more than happy to accept PRs for ports to other editors that doesn't support .tmTheme.
Dev
In Sublime, click on some syntax, then press Ctrl+Shift+P to see the scope in the statusbar.
