Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kourva/windows95
Color Scheme - Windows95 for Sublime Text (Light)
https://github.com/kourva/windows95
color-scheme light-color-theme python sublime-text sublime-text-3 windows95style
Last synced: 8 days ago
JSON representation
Color Scheme - Windows95 for Sublime Text (Light)
- Host: GitHub
- URL: https://github.com/kourva/windows95
- Owner: Kourva
- Created: 2023-02-03T03:44:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T15:01:41.000Z (2 months ago)
- Last Synced: 2024-10-15T06:36:37.606Z (21 days ago)
- Topics: color-scheme, light-color-theme, python, sublime-text, sublime-text-3, windows95style
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Color Scheme - Windows95 for Sublime Text (Light)
![windows95](https://user-images.githubusercontent.com/118578799/216507890-379b9d90-9331-4821-a805-063a30e2646e.jpg)
+ For Python
+ Light 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/Windows95`
###### step 3: Select `Pachake Control: Install package` and install `Windows95`
###### step 4: Select `UI: Select Color Scheme` and select Windows95# Installation (Manual way)
+ clone
```bash
git clone https://github.com/Kourva/Windows95 && cd Windows95
```
+ 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 Windows95 /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 `Windows95`
> You can give me a star if you really liked it ;)