Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kourva/hackerpython

Color Scheme - Hacker Python for Sublime Text
https://github.com/kourva/hackerpython

color-scheme colorscheme hacker python sublime-text

Last synced: about 2 months ago
JSON representation

Color Scheme - Hacker Python for Sublime Text

Awesome Lists containing this project

README

        

Color Scheme - Hacker Python for Sublime Text

![Screenshot from 2023-01-21 19-04-07](https://user-images.githubusercontent.com/118578799/213874306-ab09b9f3-68a0-4748-a40b-bf85ee29fd54.png)

+ For Python
+ Dark color scheme

# Installation (Easier way)
###### step 1: Open sublime text and press `shift + ctrl + p`
###### step 2: Select `Package Control: Add Repository` and add `https://github.com/Kourva/HackerPython`
###### step 3: Select `Pachake Control: Install package` and install `HackerPython`
###### step 4: Select `UI: Select Color Scheme` and select hacker-python

# Installation (Manual way)
+ clone
```bash
git clone https://github.com/Kourva/HackerPython && cd HackerPython
```
+ copy
###### Copy the color scheme folder in sublime text config folder (Linux):
###### Don't forget to replace your home username (/home/?) with `username`
```bash
cp -r HackerPython /home/username/.config/sublime-text/Packages/
```
# Activate
###### step 1: Inside the sublime text press `shift + ctrl + p`
###### step 2: Select `UI: Select Color Scheme`
###### step 3: Select `hacker-python`




> You can give me a star if you really liked it ;)