Theme - Praxis
A Sublime Text 3 theme based on the Monokai color scheme
Details
Installs
- Total 4K
- Win 3K
- Mac 657
- Linux 580
Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Praxis
Installation
If you're going to install with Git or manually you will need to open up your Packages
directory by going to: Preferences -> Browse Packages...
.
Using Git
While inside the Packages
directory, clone the theme repository using the command below:
git clone https://github.com/ascendancyy/praxis/ "Theme - Praxis"
Manually
Download the .zip file from GitHub and extract the folder into your Packages
directory, then rename the extracted folder to: Theme - Praxis
Using Package Control
If you're a Package Control type of person, you can easily install Praxis via the Package Control: Install Package
command. Just search for Theme - Praxis
in the packages list.
Activating the theme
- Open your User Settings Preferences file:
Sublime Text -> Preferences -> Settings - User
- Add (or change) your theme entry to be
"theme": "Praxis.sublime-theme"
Example Sublime Text 3 User Settings:
{
"theme": "Praxis.sublime-theme"
}
Additional Features
Color scheme
Praxis includes a leaner and modified version of Monokai Extended.
You can enable the color scheme by going to Preferences -> Color Scheme -> Theme - Praxis
and clicking on Monokai (Praxis)
Alternate Tab Styles
There are two available tab styles in Praxis:
Square tabs are used by default. You can enabled curved tabs by adding the following setting to your Settings - User
file:
"praxis_round_tabs": true
License
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 License. You are free to share and remix the theme, however please abide by the license terms when doing so.