I have an issue with the color, it looks different compared to the screenshot.
I have enabled the true color on my terminal.
❯ awecho $TERM
xterm-256color
vim config
set termguicolors
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
set background=dark
colorscheme palenight
if (has("nvim"))
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
endif
if (has("termguicolors"))
set termguicolors
endif
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.
❯ awecho $TERM xterm-256color
vim config