0

I can't set neovim colors to follow terminal colors in st terminal. Here is a screenshot from the terminal: enter image description here

I have tried different configurations of set t_Co=256 and set termguicolors but all of them give different color schemes such as: enter image description here enter image description here

What is interesting is the fact that colors from terminal theme work by default in vim but do not work in neovim.

0

1 Answer 1

2

SOLVED!

The problem was the background variable, which was set to dark.

set background=light 

solves the issue.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.