Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjarneo/hipster
Sublime Text Color Scheme
https://github.com/bjarneo/hipster
color-scheme hipster sublime-text sublime-text-3 sublime-text-color-scheme
Last synced: 19 days ago
JSON representation
Sublime Text Color Scheme
- Host: GitHub
- URL: https://github.com/bjarneo/hipster
- Owner: bjarneo
- Created: 2017-11-27T07:31:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T06:36:20.000Z (about 7 years ago)
- Last Synced: 2024-11-10T17:50:55.500Z (3 months ago)
- Topics: color-scheme, hipster, sublime-text, sublime-text-3, sublime-text-color-scheme
- Homepage: https://packagecontrol.io/packages/Hipster
- Size: 2.52 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![hipster](https://github.com/bjarneo/hipster/blob/master/hipster.png?raw=true)
This color scheme is made out of boredom. Suggestions and changes are appreciated. This color scheme might change a bit in the future.
### Font
The screenshots, and logo, are using [Fira Code](https://github.com/tonsky/FiraCode)
### Theme
Theme used in the screenshots is from the [Oceanic next](https://github.com/voronianski/oceanic-next-color-scheme) package
### Screenshots
Node.js
![nodejs](https://github.com/bjarneo/hipster/blob/master/nodejs.png?raw=true)
Python
![nodejs](https://github.com/bjarneo/hipster/blob/master/python.png?raw=true)
---
### Installation
###### Recommended
You can install `hipster` via [Package Control](https://packagecontrol.io/).
1. Press cmd/ctrl + shift + p to open the command palette.
2. Type `install package` and press enter. Then search for `hipster`###### Manual
1. Download the [latest release](https://github.com/bjarneo/hipster/releases/latest), extract and rename the directory to `hipster`.
2. Move the directory inside your sublime `/Packages` directory. *(Preferences > Browse packages...)*---
###### Via Preferences
Add these lines to your user settings *Preferences > Setting - User*:
```js
"color_scheme": "Packages/hipster/hipster.tmTheme",
```