Fix ghostty theme name

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

View File

@ -8,7 +8,7 @@ return {
local term_program = vim.env.TERM_PROGRAM
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"
elseif term_program == "ghostty" then
opts.ansi_colors_name = "ghostty"