You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
-- NOTE: references for Catppuccin Latte
|
|
|
|
-- monochromatic: https://coolors.co/fbf8f4-e9e6e6-d7d3d9-c4c1cb-b2aebd-a09cb0-8e89a2-7b7794-696487-575279
|
|
|
|
-- analogous 1: https://coolors.co/de9584-dd7878-ec83d0-822fee-e64553-bb0d33-fe640b
|
|
|
|
-- analogous 2: https://coolors.co/7287fd-2a6ef5-04a5e5-e49320-209fb5-40a02b-179299
|
|
|
|
|
|
|
|
local color_palette = {
|
|
|
|
rosewater = "#DE9584",
|
|
|
|
flamingo = "#DD7878",
|
|
|
|
pink = "#EC83D0",
|
|
|
|
mauve = "#8839EF",
|
|
|
|
red = "#D20F39",
|
|
|
|
maroon = "#E64553",
|
|
|
|
peach = "#FE640B",
|
|
|
|
yellow = "#E49320",
|
|
|
|
green = "#40A02B",
|
|
|
|
teal = "#179299",
|
|
|
|
sky = "#04A5E5",
|
|
|
|
blue = "#2A6EF5",
|
|
|
|
sapphire = "#209FB5",
|
|
|
|
lavender = "#7287FD",
|
|
|
|
text = "#575279",
|
|
|
|
overlay2 = "#696487",
|
|
|
|
overlay1 = "#7B7794",
|
|
|
|
overlay0 = "#8E89A2",
|
|
|
|
surface2 = "#A09BAF",
|
|
|
|
surface1 = "#B2AEBD",
|
|
|
|
base0 = "#C4C0CA",
|
|
|
|
surface0 = "#D7D2D8",
|
|
|
|
base1 = "#E9E5E5",
|
|
|
|
base2 = "#FBF7F3",
|
|
|
|
}
|
|
|
|
|
|
|
|
return color_palette
|