diff options
Diffstat (limited to 'lua/prismite/palette.lua')
-rw-r--r-- | lua/prismite/palette.lua | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lua/prismite/palette.lua b/lua/prismite/palette.lua new file mode 100644 index 0000000..fbc3f46 --- /dev/null +++ b/lua/prismite/palette.lua @@ -0,0 +1,29 @@ +-- autogenerated from palette.json +return { + bg_high = { l = 22.5, c = 0.01368, h = 253.09 }, + bg_highest = { l = 25, c = 0.01368, h = 253.09 }, + bg_low = { l = 17.5, c = 0.01368, h = 253.09 }, + bg_lowest = { l = 15, c = 0.01368, h = 253.09 }, + bg = { l = 20, c = 0.01368, h = 253.09 }, + blue_bright = { l = 90, c = 0.09994, h = 249.58 }, + blue = { l = 80, c = 0.09994, h = 249.58 }, + border = { l = 35, c = 0.023, h = 253.09 }, + border_variant = { l = 30, c = 0.023, h = 253.09 }, + cyan_bright = { l = 90, c = 0.09919, h = 181.49 }, + cyan = { l = 80, c = 0.09919, h = 181.49 }, + fg_high = { l = 95, c = 0.01368, h = 253.09 }, + fg_low = { l = 75, c = 0.01368, h = 253.09 }, + fg = { l = 85, c = 0.01368, h = 253.09 }, + green_bright = { l = 90, c = 0.11211, h = 147.63 }, + green = { l = 80, c = 0.11211, h = 147.63 }, + orange_bright = { l = 90, c = 0.139, h = 45.216 }, + orange = { l = 80, c = 0.139, h = 45.216 }, + pink_bright = { l = 90, c = 0.06662, h = 9.2146 }, + pink = { l = 80, c = 0.06662, h = 9.2146 }, + purple_bright = { l = 90, c = 0.09923, h = 296.61 }, + purple = { l = 80, c = 0.09923, h = 296.61 }, + red_bright = { l = 90, c = 0.15765, h = 24.728 }, + red = { l = 80, c = 0.15765, h = 24.728 }, + yellow_bright = { l = 90, c = 0.12758, h = 76.402 }, + yellow = { l = 80, c = 0.12758, h = 76.402 }, +} |