Theme - Centurion
A clean cut UI theme for Sublime Text.
Details
Installs
- Total 68K
- Win 39K
- Mac 16K
- Linux 13K
Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 3 | 0 | 2 | 4 | 0 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 2 | 0 | 1 | 1 | 1 | 2 | 1 | 0 | 1 | 2 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 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.