Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kourva/hackerpython
- Owner: Kourva
- Created: 2023-01-21T15:21:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:59:02.000Z (4 months ago)
- Last Synced: 2024-10-15T06:36:37.413Z (2 months ago)
- Topics: color-scheme, colorscheme, hacker, python, sublime-text
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ;)