ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Theme - Centurion

by allanhortle ALL

A clean cut UI theme for Sublime Text.

Labels theme

Details

Installs

  • Total 68K
  • Win 39K
  • Mac 16K
  • Linux 13K
Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 0 1 0 1 0 6 3 3 0 0 0 1 8 2 1 2 1 0 0 1 0 0 1 2 5 0 3 2 1 1 0 2 2 1 3 3 0 2 3 0 3 2 0 0 1 2
Mac 1 0 1 1 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 2
Linux 2 0 0 0 0 1 0 0 0 0 0 0 0 2 1 0 1 0 0 1 4 2 1 0 1 0 0 1 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 2

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.

Centurion theme

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 theme

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.