summaryrefslogtreecommitdiff
path: root/lua/tomorrow_night
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/tomorrow_night
parentupdate submodule (diff)
update submodule, include new nvchad themes
Diffstat (limited to 'lua/tomorrow_night')
-rw-r--r--lua/tomorrow_night/palette.lua24
1 files changed, 12 insertions, 12 deletions
diff --git a/lua/tomorrow_night/palette.lua b/lua/tomorrow_night/palette.lua
index ec69af1..a289379 100644
--- a/lua/tomorrow_night/palette.lua
+++ b/lua/tomorrow_night/palette.lua
@@ -29,22 +29,22 @@ local colors = {
lightbg = "#373B41",
pmenu_bg = "#a4b595",
folder_bg = "#6f8dab",
- base0A = "#f0c674",
- base04 = "#b4b7b4",
- base07 = "#ffffff",
- base05 = "#c5c8c6",
- base0E = "#b294bb",
- base0D = "#81a2be",
- base0C = "#8abeb7",
- base0B = "#b5bd68",
+ base00 = "#1d1f21",
+ base01 = "#282a2e",
base02 = "#373b41",
- base0F = "#a3685a",
base03 = "#969896",
+ base04 = "#b4b7b4",
+ base05 = "#c5c8c6",
+ base06 = "#e0e0e0",
+ base07 = "#ffffff",
base08 = "#cc6666",
- base01 = "#282a2e",
- base00 = "#1d1f21",
base09 = "#de935f",
- base06 = "#e0e0e0",
+ base0A = "#f0c674",
+ base0B = "#b5bd68",
+ base0C = "#8abeb7",
+ base0D = "#81a2be",
+ base0E = "#b294bb",
+ base0F = "#a3685a",
}
return colors \ No newline at end of file