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 f5931f3 commit 99ccbe8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions lua/dotvim/packages/_.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,34 @@ return {
mantle = "#eeeeee",
crust = "#dddddd",
},
macchiato = {
rosewater = "#F5B8AB",
flamingo = "#F29D9D",
pink = "#AD6FF7",
mauve = "#FF8F40",
red = "#E66767",
maroon = "#EB788B",
peach = "#FAB770",
yellow = "#FACA64",
green = "#70CF67",
teal = "#4CD4BD",
sky = "#61BDFF",
sapphire = "#4BA8FA",
blue = "#00BFFF",
lavender = "#00BBCC",
text = "#C1C9E6",
subtext1 = "#A3AAC2",
subtext0 = "#8E94AB",
overlay2 = "#7D8296",
overlay1 = "#676B80",
overlay0 = "#464957",
surface2 = "#3A3D4A",
surface1 = "#2F313D",
surface0 = "#1D1E29",
base = "#0b0b12",
mantle = "#11111a",
crust = "#191926",
},
}
end,
},
Expand Down

0 comments on commit 99ccbe8

Please sign in to comment.