Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gywn authored Nov 30, 2017
1 parent 2def8a7 commit 4a86680
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

A Python3 library with CLI that generates the optimal discernible color palette for theme building.

_Sègǎnchà_: A word of Chinese depicting those who struggle to distinguish small nuance between colors.

## Screenshots

Light themes `--background 95` with `--temperature 4500`, `5000` and `5300`

<img src="https://raw.githubusercontent.com/gywn/segancha/images/images/thumb-bg95-T4500.svg?sanitize=true" width="276" /> <img src="https://raw.githubusercontent.com/gywn/segancha/images/images/thumb-bg95-T5000.svg?sanitize=true" width="276" /> <img src="https://raw.githubusercontent.com/gywn/segancha/images/images/thumb-bg95-T5300.svg?sanitize=true" width="276" />

Dark themes `--background 20` with `--temperature 4000`, `5000` and `6000`

<img src="https://raw.githubusercontent.com/gywn/segancha/images/images/thumb-bg20-T4000.svg?sanitize=true" width="276" /> <img src="https://raw.githubusercontent.com/gywn/segancha/images/images/thumb-bg20-T5000.svg?sanitize=true" width="276" /> <img src="https://raw.githubusercontent.com/gywn/segancha/images/images/thumb-bg20-T6000.svg?sanitize=true" width="276" />

## Installation and Usage

pip3 install segancha
Expand All @@ -16,8 +28,11 @@ Generate warm & dark theme extension for VSCode
segancha --name warm-and-dark --temperature 4500 --background 15 --profile vscode
rsync -a ./segancha-warm-and-dark/vscode/ ~/.vscode/extensions/

## Implementation
TODO

## Aknowladgement

- [AlexanderFabisch/CMA-ESpp](https://github.com/AlexanderFabisch/CMA-ESpp)
- [gfiumara/CIEDE2000](https://github.com/gfiumara/CIEDE2000)
- [pybind/pybind11](https://github.com/pybind/pybind11)
- [pybind/pybind11](https://github.com/pybind/pybind11)

0 comments on commit 4a86680

Please sign in to comment.