aboutsummaryrefslogtreecommitdiff
path: root/lua/prismite/palette.lua
blob: fbc3f46a010db2aabc31e77c9b32466909493df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 },
}