diff options
Diffstat (limited to 'palette.json')
| -rw-r--r-- | palette.json | 154 |
1 files changed, 154 insertions, 0 deletions
diff --git a/palette.json b/palette.json new file mode 100644 index 0000000..de1ac9f --- /dev/null +++ b/palette.json @@ -0,0 +1,154 @@ +{ + "fg": { + "low": { + "l": 75, + "c": 0.01368, + "h": 253.09 + }, + "normal": { + "l": 85, + "c": 0.01368, + "h": 253.09 + }, + "high": { + "l": 95, + "c": 0.01368, + "h": 253.09 + }, + }, + "bg": { + "lowest": { + "l": 15, + "c": 0.01368, + "h": 253.09 + }, + "low": { + "l": 17.5, + "c": 0.01368, + "h": 253.09 + }, + "normal": { + "l": 20, + "c": 0.01368, + "h": 253.09 + }, + "high": { + "l": 22.5, + "c": 0.01368, + "h": 253.09 + }, + "highest": { + "l": 25, + "c": 0.01368, + "h": 253.09 + }, + }, + "border": { + "normal": { + "l": 35, + "c": 0.023, + "h": 253.09 + }, + "variant": { + "l": 30, + "c": 0.023, + "h": 253.09 + }, + }, + "red": { + "normal": { + "l": 80, + "c": 0.15765, + "h": 24.728 + }, + "bright": { + "l": 90, + "c": 0.15765, + "h": 24.728 + }, + }, + "orange": { + "normal": { + "l": 80, + "c": 0.139, + "h": 45.216 + }, + "bright": { + "l": 90, + "c": 0.139, + "h": 45.216 + }, + }, + "yellow": { + "normal": { + "l": 80, + "c": 0.12758, + "h": 76.402 + }, + "bright": { + "l": 90, + "c": 0.12758, + "h": 76.402 + }, + }, + "green": { + "normal": { + "l": 80, + "c": 0.11211, + "h": 147.63 + }, + "bright": { + "l": 90, + "c": 0.11211, + "h": 147.63 + }, + }, + "cyan": { + "normal": { + "l": 80, + "c": 0.09919, + "h": 181.49 + }, + "bright": { + "l": 90, + "c": 0.09919, + "h": 181.49 + }, + }, + "blue": { + "normal": { + "l": 80, + "c": 0.09994, + "h": 249.58 + }, + "bright": { + "l": 90, + "c": 0.09994, + "h": 249.58 + }, + }, + "purple": { + "normal": { + "l": 80, + "c": 0.09923, + "h": 296.61 + }, + "bright": { + "l": 90, + "c": 0.09923, + "h": 296.61 + }, + }, + "pink": { + "normal": { + "l": 80, + "c": 0.06662, + "h": 9.2146 + }, + "bright": { + "l": 90, + "c": 0.06662, + "h": 9.2146 + } + } +} |
