palenight.vim
palenight.vim copied to clipboard
Soothing color scheme for your favorite [best] text editor
Hi, thanks for creating this theme I have an issue with the color, it looks different compared to the screenshot. I have enabled the true color on my terminal. ❯...
Nice theme. It would be even better with Treesitter support. Treesitter defines the following highlight groups (the color definitions are from Onedark). ``` hi! TSError ctermfg=203 guifg=#f44747 hi! TSPunctDelimiter ctermfg=249...
Neovim v0.5 will have a built in LSP client. This pull request adds support for the diagnostic messages from LSP servers. This is just a copy of the following pull...
Apologies if this is not an issue of palenight but of vim itself, or something like that. I don't know much about syntax highlighting internals. I noticed that the optional...
Loving this theme! One small tweak - it seems errors (detected by ALE) are highlighted with the same color as a default. Any suggestions for improving this, even if just...
Hello, I tried using the airline theme without having the `g:palenight_terminal_italics` activated and Airline tells me there is an error in the theme. I unfortunately do not know enough to...
Hi, i was trying to replicate the same colors of the Code version when the pop menu for completion appers. Code version looks like this:   The left side...
Trying to get `High contrast` version of the original Pale night since it is the one I am using on my terminal
https://github.com/drewtempelmeyer/palenight.vim/blob/5552a6349bcd927df9f17db34f017b77b963e503/colors/palenight.vim#L16
Normally, highlighting is ok, but when an LSP kicks in, it recolors some of the identifiers wrongly (mainly variables) Before LSP:  After LSP: 