Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion colors/inkpot.vim
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if ! exists("g:inkpot_black_background")
let g:inkpot_black_background = 0
endif

if has("gui_running")
if has("gui_running") || (exists('+termguicolors') && &termguicolors)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

has("termguicolors") && &termguicolors could also work.

if ! g:inkpot_black_background
hi Normal gui=NONE guifg=#cfbfad guibg=#1e1e27
else
Expand Down