summaryrefslogtreecommitdiff
path: root/lua/monekai
diff options
context:
space:
mode:
authorKen Zhou <kendotzhou@gmail.com>2023-04-19 13:59:30 -0400
committerKen Zhou <kendotzhou@gmail.com>2023-04-19 13:59:30 -0400
commit9b142cf7ecef300d6e66f05ed8ae77f4e358bfcd (patch)
tree0d7ff3d6832133a0dc71ae15dffe0f13d1feeddf /lua/monekai
parentupdate submodule (diff)
update submodule, include new nvchad themes
Diffstat (limited to 'lua/monekai')
-rw-r--r--lua/monekai/palette.lua58
1 files changed, 29 insertions, 29 deletions
diff --git a/lua/monekai/palette.lua b/lua/monekai/palette.lua
index 6f350e6..3e8df93 100644
--- a/lua/monekai/palette.lua
+++ b/lua/monekai/palette.lua
@@ -1,15 +1,15 @@
local colors = {
- white = "#bbc2cf",
- darker_black = "#1f222b",
- black = "#242730",
- black2 = "#292c35",
- one_bg = "#2e313a",
- one_bg2 = "#373a43",
- one_bg3 = "#3f424b",
- grey = "#494c55",
- grey_fg = "#52555e",
- grey_fg2 = "#5b5e67",
- light_grey = "#63666f",
+ white = "#f5f4f1",
+ darker_black = "#22231D",
+ black = "#272822",
+ black2 = "#2F302A",
+ one_bg = "#363731",
+ one_bg2 = "#3E3F39",
+ one_bg3 = "#464741",
+ grey = "#4D4E48",
+ grey_fg = "#555650",
+ grey_fg2 = "#5D5E58",
+ light_grey = "#64655F",
red = "#e36d76",
baby_pink = "#f98385",
pink = "#f36d76",
@@ -25,26 +25,26 @@ local colors = {
teal = "#34bfd0",
orange = "#d39467",
cyan = "#41afef",
- statusline_bg = "#292c35",
- lightbg = "#3d4049",
+ statusline_bg = "#2F302A",
+ lightbg = "#3E3F39",
pmenu_bg = "#99c366",
folder_bg = "#61afef",
- base00 = "#242730",
- base01 = "#2a2e38",
- base02 = "#484854",
- base03 = "#545862",
- base04 = "#5b5e67",
- base05 = "#afb6c3",
- base06 = "#b5bcc9",
- base07 = "#bbc2cf",
- base08 = "#d39467",
- base09 = "#b3a5d4",
- base0A = "#61afef",
- base0B = "#e6c181",
- base0C = "#61afef",
- base0D = "#96c376",
- base0E = "#e36d76",
- base0F = "#e36d76",
+ base00 = "#272822",
+ base01 = "#383830",
+ base02 = "#49483e",
+ base03 = "#75715e",
+ base04 = "#a59f85",
+ base05 = "#f8f8f2",
+ base06 = "#f5f4f1",
+ base07 = "#f9f8f5",
+ base08 = "#fd971f",
+ base09 = "#ae81ff",
+ base0A = "#f4bf75",
+ base0B = "#a6e22e",
+ base0C = "#a1efe4",
+ base0D = "#66d9ef",
+ base0E = "#f92672",
+ base0F = "#cc6633",
}
return colors \ No newline at end of file