ArmoryBlue
Tweaked and refined Sublime Text theme based on Cobalt2 by Wes Bos.
Details
Installs
- Total 3K
- Win 2K
- Mac 387
- Linux 474
Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 1 | 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 | 1 | 0 | 0 | 0 | 0 | 0 |
Mac | 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 | 1 | 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 | 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 | 0 |
Readme
- Source
- raw.githubusercontent.com
ArmoryBlue
A Sublime Text theme based on Cobalt2 by Wes Bos. Imagine though, instead of yellow in all the below screenshots, that it's instead a lovely bright blue shade, as seen on Armory.io.
A refined colour scheme that is easy on the eyes and takes small UI elements into account. Includes full Sublime Text theme (sidebar, search, tabs, etc…) as well as support for SublimeLinter, git diffing and a growing number of plugins.
See below for more information on the original Cobalt2 theme. Read more at http://wesbos.com/cobalt2-theme-sublime-text-2/
Installation
- Open package control
tools
→Command Palette
and typeInstall Package
- Search for Cobalt2 and hit enter
- Penultimately, open
Preferences
→Settings - User
. Add the following lines. Only the first two are required but I recommend using all of them:
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"theme": "Cobalt2.sublime-theme",
"highlight_line": true,
"indent_guide_options": [ "draw_normal", "draw_active" ],
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"wide_caret": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "phase",
"bold_folder_labels": true,
- Finally, restart Sublime for the Theme to be fully applied.
color_scheme
defines how the code looks and theme
defines how the sidebar, tabs, search, command palette work.
Options
Sidebar Font Size
Change the sidebar's font size by using these settings in your user config: “json { "sidebar_font_big”: true, “sidebar_font_small”: true }
#### Sidebar Padding
Adjust the sidebar's padding by using these settings in your user config:
```json
{
"sidebar_medium": true,
"sidebar_large": true,
"sidebar_xlarge": true
}
Requirements
- For sidebar icons, you need to be running the latest version of Sublime Text 3 - this feature is very new and not supported in older versions of Sublime Text.
Screenshots
Sidebar Icons
Dirty Tab and Selected Tab
Indentation Guides — Guide, Stacked Guide and Active Guide
Use "indent_guide_options": ["draw_normal", "draw_active"]
for this
GitGutter Support
Autocomplete
Command Palette
GoTo Anything
Tabs, Spaces and Comments
Folding Lines
Searches
Highlighted Line
JavaScript
CSS
PHP
Ruby
Python
Markdown
Contributing
While Cobalt2 covers all languages, I write mostly JavaScript and CSS so I welcome any additions for other languages.
Thanks
Some icons from Soda Theme by Ian Hill
Kyle Knight for pushing Cobalt2 past the code screen and styling the entire editor.
Seti UI Atom theme for the sidebar icons
Official Colours
Yellow: #ffc600
Orange: #FF9D00
Mint: #2AFFDF
Blue: #193549
Off Blue: #0D3A58 (use on variable bgs)
Dusty Blue: #35434d
Dark Blue: #15232D
Pink: #FB94FF
Light Blue: #9EFFFF
You may also like:
I also wrote the Sublime Text Power User Book and video package - if you want to become amazing with Sublime Text, check it out!