diff options
| author | Ken Zhou <kendotzhou@gmail.com> | 2023-04-19 13:59:30 -0400 |
|---|---|---|
| committer | Ken Zhou <kendotzhou@gmail.com> | 2023-04-19 13:59:30 -0400 |
| commit | 9b142cf7ecef300d6e66f05ed8ae77f4e358bfcd (patch) | |
| tree | 0d7ff3d6832133a0dc71ae15dffe0f13d1feeddf /lua/tokyonight | |
| parent | update submodule (diff) | |
update submodule, include new nvchad themes
Diffstat (limited to 'lua/tokyonight')
| -rw-r--r-- | lua/tokyonight/palette.lua | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lua/tokyonight/palette.lua b/lua/tokyonight/palette.lua index a706bf3..4b1e736 100644 --- a/lua/tokyonight/palette.lua +++ b/lua/tokyonight/palette.lua @@ -29,22 +29,22 @@ local colors = { lightbg = "#32333e", pmenu_bg = "#7aa2f7", folder_bg = "#7aa2f7", - base00 = "#1A1B26", - base01 = "#3b4261", - base02 = "#3b4261", - base03 = "#545c7e", - base04 = "#565c64", + base00 = "#1a1b26", + base01 = "#16161e", + base02 = "#2f3549", + base03 = "#444b6a", + base04 = "#787c99", base05 = "#a9b1d6", - base06 = "#bbc5f0", - base07 = "#c0caf5", - base08 = "#f7768e", + base06 = "#cbccd1", + base07 = "#d5d6db", + base08 = "#73daca", base09 = "#ff9e64", - base0A = "#ffd089", + base0A = "#0db9d7", base0B = "#9ece6a", - base0C = "#2ac3de", - base0D = "#7aa2f7", + base0C = "#b4f9f8", + base0D = "#2ac3de", base0E = "#bb9af7", - base0F = "#c0caf5", + base0F = "#f7768e", } return colors
\ No newline at end of file |