Skip to content

Wrong color on iterm #37

@afdallah

Description

@afdallah

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.
CleanShot 2021-12-23 at 19 10 12@2x

❯ awecho $TERM
xterm-256color

CleanShot 2021-12-23 at 19 06 56@2x

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions