mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-02-02 12:34:20 +00:00
Fix ghostty theme name
This commit is contained in:
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user