Focus
Code editor color theme that lets you focus on the content. Available for Sublime Text, Atom, TextMate, Vim, Chocolat, and more...
Details
Installs
- Total 3K
- Win 1K
- Mac 1K
- Linux 424
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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 1 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 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 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
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.
Works perfectly with Markdown
And LaTeX
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.
License
MIT © Sindre Sorhus