mirror of https://github.com/sgoudham/nvim.git
cleanup + addition of subtexts
parent
feaf3736c1
commit
e223eaacb1
@ -0,0 +1,37 @@
|
||||
-- NOTE: references for Catppuccin Mocha
|
||||
-- monochromatic: https://coolors.co/c6d0f5-aeb7d9-969dbc-7e84a0-666a83-4e5167-36374a-1e1e2e-12121c-07070a
|
||||
-- analogous 1: https://coolors.co/f5e0dc-f2cdcd-f5c2e7-cba6f7-eba0ac-f38ba8-fab387
|
||||
-- analogous 2: https://coolors.co/bfb7e4-8caaee-99d1db-e5c890-85c1dc-a6d189-81c8be
|
||||
|
||||
local color_palette = {
|
||||
rosewater = "#F5E0DC",
|
||||
flamingo = "#F2CDCD",
|
||||
pink = "#F5C2E7",
|
||||
mauve = "#CBA6F7",
|
||||
red = "#F38BA8",
|
||||
maroon = "#EBA0AC",
|
||||
peach = "#FAB387",
|
||||
yellow = "#F9E2AF",
|
||||
green = "#A6E3A1",
|
||||
teal = "#94E2D5",
|
||||
sky = "#89DCEB",
|
||||
blue = "#90C1FB",
|
||||
sapphire = "#74C7EC",
|
||||
lavender = "#B4BEFE",
|
||||
|
||||
text = "#C6D0F5",
|
||||
subtext1 = "#B3BCDF",
|
||||
subtext0 = "#A1A8C9",
|
||||
overlay2 = "#8E95B3",
|
||||
overlay1 = "#7B819D",
|
||||
overlay0 = "#696D86",
|
||||
surface2 = "#565970",
|
||||
surface1 = "#43465A",
|
||||
surface0 = "#313244",
|
||||
|
||||
base = "#1E1E2E",
|
||||
mantle = "#181825",
|
||||
crust = "#11111B",
|
||||
}
|
||||
|
||||
return color_palette
|
Loading…
Reference in New Issue