Skip to content

FVim reports neither a GUI, nor a terminal capable of showing GUI colors #105

@jdhao

Description

@jdhao

I am trying fvim on Windows 10 (version 1803) and noticed weird color issues. I have the following settings related to color in my init.vim:

set termguicolors
colorscheme gruvbox8_hard

For nvim-qt, when I open it, the termguicolors option from init.vim is preserved so that the color is normal. I do not need to set anything related to color in ginit.vim.

Buf for fvim, when I open it, color is apparently wrong. I use set termiguicolors and found that it is reset to notermguicolors. I suppose it is done by fvim? So my colorsheme does not work any more.

image

To fix this, I have to add:

set termguicolors
colorscheme gruvbox8_hard

to ginit.vim. Is this the intended behavior or a bug? I think this issue is related to #63.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions