diff options
| author | ache <ache@ache.one> | 2024-10-21 02:22:26 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2024-10-21 02:22:26 +0200 |
| commit | 3080251142632435297bb5d6b760ff9ab4d9f918 (patch) | |
| tree | 20a5cf4132295bbd80ed49fd4f4dd1f197217c2c | |
| parent | Revert "Test update monekai" (diff) | |
58 files changed, 58 insertions, 58 deletions
diff --git a/lua/aquarium/init.lua b/lua/aquarium/init.lua index 349e17c..8075c0a 100644 --- a/lua/aquarium/init.lua +++ b/lua/aquarium/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'aquarium' + vim.colors_name = 'b46-aquarium' theme.set_highlights() end diff --git a/lua/ashes/init.lua b/lua/ashes/init.lua index 51a6243..a288136 100644 --- a/lua/ashes/init.lua +++ b/lua/ashes/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'ashes' + vim.colors_name = 'b46-ashes' theme.set_highlights() end diff --git a/lua/ayu_dark/init.lua b/lua/ayu_dark/init.lua index 338bd60..816576a 100644 --- a/lua/ayu_dark/init.lua +++ b/lua/ayu_dark/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'ayu_dark' + vim.colors_name = 'b46-ayu_dark' theme.set_highlights() end diff --git a/lua/ayu_light/init.lua b/lua/ayu_light/init.lua index 68a34ea..e0c21bb 100644 --- a/lua/ayu_light/init.lua +++ b/lua/ayu_light/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'ayu_light' + vim.colors_name = 'b46-ayu_light' theme.set_highlights() end diff --git a/lua/bearded_arc/init.lua b/lua/bearded_arc/init.lua index 74cc9f1..1f0eeec 100644 --- a/lua/bearded_arc/init.lua +++ b/lua/bearded_arc/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'bearded_arc' + vim.colors_name = 'b46-bearded_arc' theme.set_highlights() end diff --git a/lua/blossom_light/init.lua b/lua/blossom_light/init.lua index 0c70fd2..9c870a9 100644 --- a/lua/blossom_light/init.lua +++ b/lua/blossom_light/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'blossom_light' + vim.colors_name = 'b46-blossom_light' theme.set_highlights() end diff --git a/lua/catppuccin/init.lua b/lua/catppuccin/init.lua index c2fe5b1..4ddc907 100644 --- a/lua/catppuccin/init.lua +++ b/lua/catppuccin/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'catppuccin' + vim.colors_name = 'b46-catppuccin' theme.set_highlights() end diff --git a/lua/chadracula/init.lua b/lua/chadracula/init.lua index bae817c..d136214 100644 --- a/lua/chadracula/init.lua +++ b/lua/chadracula/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'chadracula' + vim.colors_name = 'b46-chadracula' theme.set_highlights() end diff --git a/lua/chadracula_evondev/init.lua b/lua/chadracula_evondev/init.lua index 84bf6e3..cd43668 100644 --- a/lua/chadracula_evondev/init.lua +++ b/lua/chadracula_evondev/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'chadracula_evondev' + vim.colors_name = 'b46-chadracula_evondev' theme.set_highlights() end diff --git a/lua/chadtain/init.lua b/lua/chadtain/init.lua index 437ba4f..1d29fda 100644 --- a/lua/chadtain/init.lua +++ b/lua/chadtain/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'chadtain' + vim.colors_name = 'b46-chadtain' theme.set_highlights() end diff --git a/lua/chocolate/init.lua b/lua/chocolate/init.lua index 1f90f1d..86cc9f1 100644 --- a/lua/chocolate/init.lua +++ b/lua/chocolate/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'chocolate' + vim.colors_name = 'b46-chocolate' theme.set_highlights() end diff --git a/lua/dark_horizon/init.lua b/lua/dark_horizon/init.lua index ef5c1d3..2ae1bf4 100644 --- a/lua/dark_horizon/init.lua +++ b/lua/dark_horizon/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'dark_horizon' + vim.colors_name = 'b46-dark_horizon' theme.set_highlights() end diff --git a/lua/decay/init.lua b/lua/decay/init.lua index c171a3a..e793a6b 100644 --- a/lua/decay/init.lua +++ b/lua/decay/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'decay' + vim.colors_name = 'b46-decay' theme.set_highlights() end diff --git a/lua/doomchad/init.lua b/lua/doomchad/init.lua index ac80bc3..5596bdb 100644 --- a/lua/doomchad/init.lua +++ b/lua/doomchad/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'doomchad' + vim.colors_name = 'b46-doomchad' theme.set_highlights() end diff --git a/lua/everblush/init.lua b/lua/everblush/init.lua index a671459..19bfd21 100644 --- a/lua/everblush/init.lua +++ b/lua/everblush/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'everblush' + vim.colors_name = 'b46-everblush' theme.set_highlights() end diff --git a/lua/everforest/init.lua b/lua/everforest/init.lua index b6a1a92..9f4f91a 100644 --- a/lua/everforest/init.lua +++ b/lua/everforest/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'everforest' + vim.colors_name = 'b46-everforest' theme.set_highlights() end diff --git a/lua/everforest_light/init.lua b/lua/everforest_light/init.lua index 9cc597a..d857671 100644 --- a/lua/everforest_light/init.lua +++ b/lua/everforest_light/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'everforest_light' + vim.colors_name = 'b46-everforest_light' theme.set_highlights() end diff --git a/lua/falcon/init.lua b/lua/falcon/init.lua index da0ec2a..145e086 100644 --- a/lua/falcon/init.lua +++ b/lua/falcon/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'falcon' + vim.colors_name = 'b46-falcon' theme.set_highlights() end diff --git a/lua/gatekeeper/init.lua b/lua/gatekeeper/init.lua index 74e922b..b778d1d 100644 --- a/lua/gatekeeper/init.lua +++ b/lua/gatekeeper/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'gatekeeper' + vim.colors_name = 'b46-gatekeeper' theme.set_highlights() end diff --git a/lua/github_dark/init.lua b/lua/github_dark/init.lua index 987549a..5cada91 100644 --- a/lua/github_dark/init.lua +++ b/lua/github_dark/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'github_dark' + vim.colors_name = 'b46-github_dark' theme.set_highlights() end diff --git a/lua/github_light/init.lua b/lua/github_light/init.lua index 24cdb09..40794a7 100644 --- a/lua/github_light/init.lua +++ b/lua/github_light/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'github_light' + vim.colors_name = 'b46-github_light' theme.set_highlights() end diff --git a/lua/gruvbox/init.lua b/lua/gruvbox/init.lua index bd5985f..6980aa1 100644 --- a/lua/gruvbox/init.lua +++ b/lua/gruvbox/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'gruvbox' + vim.colors_name = 'b46-gruvbox' theme.set_highlights() end diff --git a/lua/gruvbox_light/init.lua b/lua/gruvbox_light/init.lua index 78ab8cf..602e9e0 100644 --- a/lua/gruvbox_light/init.lua +++ b/lua/gruvbox_light/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'gruvbox_light' + vim.colors_name = 'b46-gruvbox_light' theme.set_highlights() end diff --git a/lua/gruvchad/init.lua b/lua/gruvchad/init.lua index bae3f11..0883381 100644 --- a/lua/gruvchad/init.lua +++ b/lua/gruvchad/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'gruvchad' + vim.colors_name = 'b46-gruvchad' theme.set_highlights() end diff --git a/lua/jellybeans/init.lua b/lua/jellybeans/init.lua index fbc7d88..2e9d447 100644 --- a/lua/jellybeans/init.lua +++ b/lua/jellybeans/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'jellybeans' + vim.colors_name = 'b46-jellybeans' theme.set_highlights() end diff --git a/lua/kanagawa/init.lua b/lua/kanagawa/init.lua index eb9ea89..8aa5ac0 100644 --- a/lua/kanagawa/init.lua +++ b/lua/kanagawa/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'kanagawa' + vim.colors_name = 'b46-kanagawa' theme.set_highlights() end diff --git a/lua/melange/init.lua b/lua/melange/init.lua index c8f9b6c..dfeacb1 100644 --- a/lua/melange/init.lua +++ b/lua/melange/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'melange' + vim.colors_name = 'b46-melange' theme.set_highlights() end diff --git a/lua/monekai/init.lua b/lua/monekai/init.lua index e2c5368..68e9fa6 100644 --- a/lua/monekai/init.lua +++ b/lua/monekai/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'monekai' + vim.colors_name = 'b46-monekai' theme.set_highlights() end diff --git a/lua/monochrome/init.lua b/lua/monochrome/init.lua index 88e8c55..23dec01 100644 --- a/lua/monochrome/init.lua +++ b/lua/monochrome/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'monochrome' + vim.colors_name = 'b46-monochrome' theme.set_highlights() end diff --git a/lua/mountain/init.lua b/lua/mountain/init.lua index 240542d..ef89392 100644 --- a/lua/mountain/init.lua +++ b/lua/mountain/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'mountain' + vim.colors_name = 'b46-mountain' theme.set_highlights() end diff --git a/lua/nightfox/init.lua b/lua/nightfox/init.lua index 12348e8..194ae7e 100644 --- a/lua/nightfox/init.lua +++ b/lua/nightfox/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'nightfox' + vim.colors_name = 'b46-nightfox' theme.set_highlights() end diff --git a/lua/nightlamp/init.lua b/lua/nightlamp/init.lua index 78afb8c..a087d3d 100644 --- a/lua/nightlamp/init.lua +++ b/lua/nightlamp/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'nightlamp' + vim.colors_name = 'b46-nightlamp' theme.set_highlights() end diff --git a/lua/nightowl/init.lua b/lua/nightowl/init.lua index a5caec6..29914ba 100644 --- a/lua/nightowl/init.lua +++ b/lua/nightowl/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'nightowl' + vim.colors_name = 'b46-nightowl' theme.set_highlights() end diff --git a/lua/nord/init.lua b/lua/nord/init.lua index 6eaf5cd..cbedf67 100644 --- a/lua/nord/init.lua +++ b/lua/nord/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'nord' + vim.colors_name = 'b46-nord' theme.set_highlights() end diff --git a/lua/oceanic_light/init.lua b/lua/oceanic_light/init.lua index ae5b065..135364a 100644 --- a/lua/oceanic_light/init.lua +++ b/lua/oceanic_light/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'oceanic_light' + vim.colors_name = 'b46-oceanic_light' theme.set_highlights() end diff --git a/lua/oceanic_next/init.lua b/lua/oceanic_next/init.lua index dd4b530..2b05ad0 100644 --- a/lua/oceanic_next/init.lua +++ b/lua/oceanic_next/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'oceanic_next' + vim.colors_name = 'b46-oceanic_next' theme.set_highlights() end diff --git a/lua/one_light/init.lua b/lua/one_light/init.lua index a6f2165..7211705 100644 --- a/lua/one_light/init.lua +++ b/lua/one_light/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'one_light' + vim.colors_name = 'b46-one_light' theme.set_highlights() end diff --git a/lua/onedark/init.lua b/lua/onedark/init.lua index c0d2f9b..691938b 100644 --- a/lua/onedark/init.lua +++ b/lua/onedark/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'onedark' + vim.colors_name = 'b46-onedark' theme.set_highlights() end diff --git a/lua/onenord/init.lua b/lua/onenord/init.lua index 5538384..403a5aa 100644 --- a/lua/onenord/init.lua +++ b/lua/onenord/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'onenord' + vim.colors_name = 'b46-onenord' theme.set_highlights() end diff --git a/lua/onenord_light/init.lua b/lua/onenord_light/init.lua index 7624aac..1ce2488 100644 --- a/lua/onenord_light/init.lua +++ b/lua/onenord_light/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'onenord_light' + vim.colors_name = 'b46-onenord_light' theme.set_highlights() end diff --git a/lua/oxocarbon/init.lua b/lua/oxocarbon/init.lua index af2e8c7..d1309ab 100644 --- a/lua/oxocarbon/init.lua +++ b/lua/oxocarbon/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'oxocarbon' + vim.colors_name = 'b46-oxocarbon' theme.set_highlights() end diff --git a/lua/palenight/init.lua b/lua/palenight/init.lua index 432cca1..fe883f6 100644 --- a/lua/palenight/init.lua +++ b/lua/palenight/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'palenight' + vim.colors_name = 'b46-palenight' theme.set_highlights() end diff --git a/lua/pastelDark/init.lua b/lua/pastelDark/init.lua index c49e188..0c99cf1 100644 --- a/lua/pastelDark/init.lua +++ b/lua/pastelDark/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'pastelDark' + vim.colors_name = 'b46-pastelDark' theme.set_highlights() end diff --git a/lua/pastelbeans/init.lua b/lua/pastelbeans/init.lua index 6e6856e..4224a77 100644 --- a/lua/pastelbeans/init.lua +++ b/lua/pastelbeans/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'pastelbeans' + vim.colors_name = 'b46-pastelbeans' theme.set_highlights() end diff --git a/lua/penumbra_dark/init.lua b/lua/penumbra_dark/init.lua index 3592037..d3e5846 100644 --- a/lua/penumbra_dark/init.lua +++ b/lua/penumbra_dark/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'penumbra_dark' + vim.colors_name = 'b46-penumbra_dark' theme.set_highlights() end diff --git a/lua/penumbra_light/init.lua b/lua/penumbra_light/init.lua index 0a2c568..21bf829 100644 --- a/lua/penumbra_light/init.lua +++ b/lua/penumbra_light/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'penumbra_light' + vim.colors_name = 'b46-penumbra_light' theme.set_highlights() end diff --git a/lua/radium/init.lua b/lua/radium/init.lua index 74c439a..8eef9de 100644 --- a/lua/radium/init.lua +++ b/lua/radium/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'radium' + vim.colors_name = 'b46-radium' theme.set_highlights() end diff --git a/lua/rosepine/init.lua b/lua/rosepine/init.lua index e16aa3f..79b171b 100644 --- a/lua/rosepine/init.lua +++ b/lua/rosepine/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'rosepine' + vim.colors_name = 'b46-rosepine' theme.set_highlights() end diff --git a/lua/rxyhn/init.lua b/lua/rxyhn/init.lua index d76662c..9f33052 100644 --- a/lua/rxyhn/init.lua +++ b/lua/rxyhn/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'rxyhn' + vim.colors_name = 'b46-rxyhn' theme.set_highlights() end diff --git a/lua/solarized_dark/init.lua b/lua/solarized_dark/init.lua index fb1b1a4..9b3e81e 100644 --- a/lua/solarized_dark/init.lua +++ b/lua/solarized_dark/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'solarized_dark' + vim.colors_name = 'b46-solarized_dark' theme.set_highlights() end diff --git a/lua/sweetpastel/init.lua b/lua/sweetpastel/init.lua index d3d176b..235674a 100644 --- a/lua/sweetpastel/init.lua +++ b/lua/sweetpastel/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'sweetpastel' + vim.colors_name = 'b46-sweetpastel' theme.set_highlights() end diff --git a/lua/tokyodark/init.lua b/lua/tokyodark/init.lua index 03b84ab..fbcd801 100644 --- a/lua/tokyodark/init.lua +++ b/lua/tokyodark/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'tokyodark' + vim.colors_name = 'b46-tokyodark' theme.set_highlights() end diff --git a/lua/tokyonight/init.lua b/lua/tokyonight/init.lua index 7371129..b86d355 100644 --- a/lua/tokyonight/init.lua +++ b/lua/tokyonight/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'tokyonight' + vim.colors_name = 'b46-tokyonight' theme.set_highlights() end diff --git a/lua/tomorrow_night/init.lua b/lua/tomorrow_night/init.lua index fea5c06..9315d68 100644 --- a/lua/tomorrow_night/init.lua +++ b/lua/tomorrow_night/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'tomorrow_night' + vim.colors_name = 'b46-tomorrow_night' theme.set_highlights() end diff --git a/lua/tundra/init.lua b/lua/tundra/init.lua index f543394..df9a481 100644 --- a/lua/tundra/init.lua +++ b/lua/tundra/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'tundra' + vim.colors_name = 'b46-tundra' theme.set_highlights() end diff --git a/lua/vscode_dark/init.lua b/lua/vscode_dark/init.lua index 1907709..c2a1868 100644 --- a/lua/vscode_dark/init.lua +++ b/lua/vscode_dark/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'vscode_dark' + vim.colors_name = 'b46-vscode_dark' theme.set_highlights() end diff --git a/lua/wombat/init.lua b/lua/wombat/init.lua index 7bf977b..0d1e427 100644 --- a/lua/wombat/init.lua +++ b/lua/wombat/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'wombat' + vim.colors_name = 'b46-wombat' theme.set_highlights() end diff --git a/lua/yoru/init.lua b/lua/yoru/init.lua index b5f4ed5..6e94471 100644 --- a/lua/yoru/init.lua +++ b/lua/yoru/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'yoru' + vim.colors_name = 'b46-yoru' theme.set_highlights() end |