1
0
mirror of https://github.com/ViViDboarder/vim-settings.git synced 2025-03-10 14:56:12 +00:00

Fix ghostty theme name

This commit is contained in:
ViViDboarder 2025-01-22 11:54:05 -08:00
parent a87cb51ee3
commit 165533ddcc

@ -8,7 +8,7 @@ return {
local term_program = vim.env.TERM_PROGRAM local term_program = vim.env.TERM_PROGRAM
local term_profile = vim.env.TERM_PROFILE local term_profile = vim.env.TERM_PROFILE
if term_program == "iTerm.app" or term_profile == "wombat-iterm" then if term_program == "iTerm.app" or term_profile == "Wombat-iTerm" then
opts.ansi_colors_name = "iterm2" opts.ansi_colors_name = "iterm2"
elseif term_program == "ghostty" then elseif term_program == "ghostty" then
opts.ansi_colors_name = "ghostty" opts.ansi_colors_name = "ghostty"