From aa8f68b6ba2c3c5d82f4fdfd3af051cee03e4f6f Mon Sep 17 00:00:00 2001 From: Carter Canedy Date: Wed, 4 Sep 2024 11:04:00 -0700 Subject: [PATCH] change theme name to tomorrow_night over base16-default && fix example images --- THEMES.md | 20 +++++++++---------- ...{base16-default.lua => tomorrow_night.lua} | 0 2 files changed, 9 insertions(+), 11 deletions(-) rename lua/lualine/themes/{base16-default.lua => tomorrow_night.lua} (100%) diff --git a/THEMES.md b/THEMES.md index d1c7d8863..20f5231bc 100644 --- a/THEMES.md +++ b/THEMES.md @@ -64,17 +64,6 @@ The following example is using the `tomorrow-night` colorscheme:

-### base16-default - -A base16-inspired colorscheme that doesn't require installation of an external plugin - -

- - - - -

- ### codedark

@@ -362,6 +351,15 @@ pywal is another special theme. It will load the colors from your current [pywal

+### tomorrow_night + +

+ + + + +

+ ### wombat

diff --git a/lua/lualine/themes/base16-default.lua b/lua/lualine/themes/tomorrow_night.lua similarity index 100% rename from lua/lualine/themes/base16-default.lua rename to lua/lualine/themes/tomorrow_night.lua