https://github.com/jibsen/oksolar-minimal
OKSolar Minimal color scheme generator
https://github.com/jibsen/oksolar-minimal
Last synced: 4 months ago
JSON representation
OKSolar Minimal color scheme generator
- Host: GitHub
- URL: https://github.com/jibsen/oksolar-minimal
- Owner: jibsen
- License: mit
- Created: 2022-11-20T21:36:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T08:06:06.000Z (almost 3 years ago)
- Last Synced: 2023-08-03T12:21:26.092Z (over 2 years ago)
- Language: Python
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OKSolar Minimal Generator
This is a simple script to generate the OKSolar Minimal theme files from
templates.
## Usage
Using [Meson](http://mesonbuild.com/) and [Ninja](https://ninja-build.org/):
mkdir build
cd build
meson ..
ninja
Or manually use the Python script `subtempl.py`. For instance to generate the
dark theme `colors.less` for Atom:
subtempl.py dark.json atom/atom.less colors.less