diff --git a/README.md b/README.md
index d1f9653..67e217b 100644
--- a/README.md
+++ b/README.md
@@ -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`
+
+
+
+Dark themes `--background 20` with `--temperature 4000`, `5000` and `6000`
+
+
+
## Installation and Usage
pip3 install segancha
@@ -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)
\ No newline at end of file
+- [pybind/pybind11](https://github.com/pybind/pybind11)