Skip to content

Commit

Permalink
feat
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Mar 5, 2024
1 parent 0b4c241 commit f5931f3
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions lua/dotvim/packages/_.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,36 @@ return {
"catppuccin",
opts = function(_, opts)
opts.flavour = "latte"
opts.color_overrides = {
latte = {
rosewater = "#cc7983",
flamingo = "#bb5d60",
pink = "#d54597",
mauve = "#a65fd5",
red = "#b7242f",
maroon = "#db3e68",
peach = "#e46f2a",
yellow = "#bc8705",
green = "#1a8e32",
teal = "#00a390",
sky = "#089ec0",
sapphire = "#0ea0a0",
blue = "#017bca",
lavender = "#8584f7",
text = "#444444",
subtext1 = "#555555",
subtext0 = "#666666",
overlay2 = "#777777",
overlay1 = "#888888",
overlay0 = "#999999",
surface2 = "#aaaaaa",
surface1 = "#bbbbbb",
surface0 = "#cccccc",
base = "#ffffff",
mantle = "#eeeeee",
crust = "#dddddd",
},
}
end,
},
},
Expand Down

0 comments on commit f5931f3

Please sign in to comment.