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 426
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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 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 |
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 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 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 | 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