iTerm 2 ZSH font all one color

Related to
iTerm 2 ZSH colors/themes not showed correctly

machine: macOS Ventura 13.3

My iTerm2 wont use any other colors than all white (and all black in vim) for my fonts. Can anyone see what I’m doing wrong?

Image linked below shows result of

print -P '%F{yellow}yellow %F{2}green %1Fred %F{117}light blue'

and my iTerm2 Profile Colors settings.

misprintedFontColors

Also, photo of my iTerm2 Profile Terminal settings:

terminalSettings

Here is my .zshrc: https://pastebin.com/T22JgaTq

and my zsh theme:

PROMPT='jess %B%F{blue}:: %b%F{green}%3~ $(hg_prompt_info)$(git_prompt_info)%B%(!.%F{red}.%F{blue})»%f%b '
RPS1='%(?..%F{red}%? ↵%f)'

ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"

ZSH_THEME_HG_PROMPT_PREFIX="%{$fg[magenta]%}hg:‹%{$fg[yellow]%}"
ZSH_THEME_HG_PROMPT_SUFFIX="%{$fg[magenta]%}› %{$reset_color%}"
ZSH_THEME_HG_PROMPT_DIRTY=" %{$fg[red]%}✗"
ZSH_THEME_HG_PROMPT_CLEAN=""

I am also using pathogen to set my vim theme, my vimrc looks like this:

set ruler
execute pathogen#infect()
set cursorline
syntax on

filetype plugin indent on

syntax enable

set background=light
colorscheme solarized

my .vim directory

jess :: ~/.vim » tree
.
├── autoload
│   └── pathogen.vim
└── bundle
    ├── README.mkd
    ├── autoload
    │   └── togglebg.vim
    ├── bitmaps
    │   └── togglebg.png
    ├── colors
    │   └── solarized.vim
    ├── doc
    │   ├── solarized.txt
    │   └── tags
    └── vim-colors-solarized
        ├── README.mkd
        ├── autoload
        │   └── togglebg.vim
        ├── bitmaps
        │   └── togglebg.png
        ├── colors
        │   └── solarized.vim
        └── doc
            ├── solarized.txt
            └── tags