Theme - Kronuz
Kronuz Theme for Sublime Text 3
Details
Installs
- Total 16K
- Win 9K
- Mac 4K
- Linux 3K
| 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 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Kronuz Theme for Sublime Text
The Sublime Text edition of the Kronuz theme. Its Sublime UI is based on Soda Dark and Afterglow.
Design & Colors

Highlighted console

*The font used in the screenshots is Menlo 12 with no antialias.
Color schemes
The package ships two generated syntax color schemes:
- Kronuz — the dark scheme (background
hsl(28, 9%, 18%)). - Kronuz Light — a light variant in the same spirit (warm off-white background, the same hues deepened for contrast).
Pick one under Preferences → Color Scheme. The canonical source and generator live
in KronuzTheme; this repository contains
only Sublime-specific packaging, UI assets, and generated Sublime outputs.
Installation
Package Control
The easiest way to install is using Sublime Package Control.
- Open
Command Paletteusing menu itemTools -> Command Palette..., or Cmd+Shift+P (OS X) Ctrl+Shift+P (Win/Linux) - Type
Package Control: Install Package - Search
Theme - Kronuz
Git Installation
Locate your Sublime Text Packages directory by using the menu item Preferences -> Browse Packages....
Then, clone the repository using this command:
git clone https://github.com/Kronuz/kronuz-theme-sublime/ "Theme - Kronuz"
Manual installation
- Download the GitHub .zip
- Unzip the files and rename the folder to
Theme - Kronuz - Find your
Packagesdirectory using the menu itemPreferences -> Browse Packages... - Copy the folder into your Sublime Text
Packagesdirectory.
Activating the Theme
Activate this theme and color scheme by modifying your user preferences file, which you can find using the menu item Sublime Text -> Preferences -> Settings - User.
Then add the following code settings, depending on the theme you choose. (After activating the theme, you must restart Sublime Text.)
Settings for Theme - Kronuz
{
"theme": "Theme - Kronuz.sublime-theme",
"color_scheme": "Packages/Theme - Kronuz/Kronuz.sublime-color-scheme"
}
Other settings you can use:
kronuz_theme_hide_fileicons - If true, prevents the theme from showing file icons in the sidebar.
kronuz_theme_no_folder_animation - If true, prevents the theme from using folder icon animation in the sidebar.
kronuz_theme_no_tree_indicator - If true, prevents the theme from showing the currently selected item in the sidebar.
Retina Resolution UI
Kronuz Theme supports retina display.