Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitranim/sublime-themes
Custom color schemes for Sublime Text
https://github.com/mitranim/sublime-themes
color-scheme sublime-text
Last synced: 15 days ago
JSON representation
Custom color schemes for Sublime Text
- Host: GitHub
- URL: https://github.com/mitranim/sublime-themes
- Owner: mitranim
- License: unlicense
- Created: 2017-11-29T11:42:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T15:48:04.000Z (6 months ago)
- Last Synced: 2025-01-03T05:05:48.779Z (22 days ago)
- Topics: color-scheme, sublime-text
- Language: Python
- Size: 104 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Overview
Custom color schemes for Sublime Text. Dark and light variants. Made for the Adaptive theme.
## Installation
Clone the repo and symlink it to your Sublime packages directory. Example for MacOS:
git clone https://github.com/mitranim/sublime-themes.git
cd sublime-themes
ln -sf "$(pwd)" "$HOME/Library/Application Support/Sublime Text/Packages/"To find the packages directory on your system, use Sublime Text menu → Preferences → Browse Packages.
Activate:
Command Palette -> UI: Select Color Scheme -> Role Dark
Command Palette -> UI: Select Color Scheme -> Role LightUse the built-in Adaptive theme to match the color scheme:
Command Palette -> UI: Select Theme -> Adaptive
## Modification
`make.py` automatically rebuilds the themes on changes in `src`, triggered by Sublime events.
## License
https://unlicense.org