Theme - Praxis
A Sublime Text 3 theme based on the Monokai color scheme
Details
Installs
- Total 4K
- Win 3K
- Mac 658
- Linux 584
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 |
Mac | 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 | 1 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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.