Theme - Centurion
A clean cut UI theme for Sublime Text.
Details
Installs
- Total 68K
- Win 39K
- Mac 16K
- Linux 13K
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 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 2 | 0 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 0 | 1 | 2 | 2 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 4 | 0 | 0 | 1 | 1 | 2 | 0 | 0 | 2 | 2 | 0 | 2 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 1 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 3 | 1 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Centurion
A clean cut UI theme for Sublime Text 2 bastardised from the source code of Soda.
Centurion was made out of a want for less UI and more code. It's so minimal you can barely see it.
Installation
Just install through Package Control and make sure to update the theme in your Settings - User
file with:
"theme": "Centurion.sublime-theme"
or
"theme": "CenturionLight.sublime-theme"
To update the syntax hightlighting using Galea make sure you add following lines into your Settings - User
file:
"color_scheme": "Packages/Theme - Centurion/Galea.tmTheme"
or
"color_scheme": "Packages/Theme - Centurion/GaleaLight.tmTheme"
Customisation
Centurion has a few settings that you can tweaking that you can apply through your Settings - User
file. Below is a list of all the properties you can activate. Just boink them into your settings file and toggle at will.
// Colors
"centurion_color_blue": false,
"centurion_color_red": false,
"centurion_color_yellow": false,
"centurion_color_orange": false,
"centurion_color_grey": false,
// UI
"centurion_tab_close_buttons": false,
"centurion_tab_scrolling": false,
Galea
Centurion now ships with its own syntax highlighting. Galea is a simple theme designed to cut down on the use of color in conflicting locations. There are only five colors, each relating to a high level Textmate scope.
Color | Scope |
---|---|
Yellow | Entity / Tag |
Red | Support / Keyword |
Orange | Storage |
Green | String |
Blue | Constant |
Additionally each file's background is tinted to distinguish it's type. Front-end remains grey, backend is blue and data-files are green.
Bugs
If you like the theme and find some bugs please do let me know. I've been testing it only with my current pipeline so there are bound to be file types that miss out. Just bug it out and I'll do my best to fix them up.