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.
nvim/lua/catppuccin/core/palettes/latte.lua

35 lines
871 B
Lua

-- 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 = "#4C4F69",
overlay2 = "#60637B",
overlay1 = "#74788D",
overlay0 = "#888C9F",
surface2 = "#9DA1B1",
surface1 = "#B1B5C3",
surface0 = "#C5CAD5",
crust = "#D9DEE7",
mantle = "#E4E8EE",
base = "#EFF1F5",
}
return color_palette