This is a modification of Afterglow theme for sublime text 3 with a customized color scheme based on Monokai Flatland.
The easiest way to install is using Sublime Package Control.
- Open
Command Paletteusing menu itemTools -> Command Palette..., orCmd+Shift+P(OS X)Ctrl+Shift+P(Win/Linux) - Type
Package Control: Install Package - Search
Theme - Ksix
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/matiasmoya/theme-ksix.git/ "Theme - Ksix"
- Download the GitHub .zip
- Unzip the files and rename the folder to
Theme - Ksix - Find your
Packagesdirectory using the menu itemPreferences -> Browse Packages... - Copy the folder into your Sublime Text
Packagesdirectory.
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.)
{
"theme": "Ksix.sublime-theme",
"color_scheme": "Packages/Theme - Ksix/Ksix.tmTheme"
}
