Powerlevel9k / powerlevel9k

Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
https://github.com/romkatv/powerlevel10k
MIT License
13.46k stars 949 forks source link

Theme not applying properly [Ghostwheel] #1388

Closed TheHussein closed 4 years ago

TheHussein commented 4 years ago

Describe Your Issue

What is happening?

Icons arent showing, theme isnt being applied properly:

Screen Shot 2019-12-18 at 1 01 37 PM

The result should be close to this: https://raw.githubusercontent.com/sevenfoxes/dotfiles/master/ghostwheel.png

Have you tried to debug or fix it?

Changing the source ~/.theme line to theme2 or so gives an error that it couldnt find it and uses the default powerline which works fine, therefore it is being technically applied, just not properly, this is the ghostweel theme which is the second featured one on show your config.

Environment Information

This information will help us understand your configuration.

Issues with Fonts & Icons

You may delete this section if your issue is not font / icon related.

this is the .theme file https://raw.githubusercontent.com/sevenfoxes/dotfiles/master/.theme

and this is my .zshrc file

########################
# Antigen
########################
source /usr/local/share/antigen/antigen.zsh
source ~/.theme

antigen use oh-my-zsh
antigen bundle brew
antigen bundle command-not-found
antigen bundle heroku
antigen bundle git
antigen bundle yarn
antigen bundle zsh-users/zsh-syntax-highlighting
antigen theme bhilburn/powerlevel9k powerlevel9k
antigen apply
TheHussein commented 4 years ago

The icons issue was fixed by removing my fira code and installing FuraCode Nerd Font through brew cask install font-firacode-nerd-font

However, the coloring is still not the one in the theme:

Screen Shot 2019-12-18 at 1 47 52 PM
romkatv commented 4 years ago

The config you are using is owned and maintained by https://github.com/sevenfoxes. If it doesn't work as you expect, you could try opening an issue at https://github.com/sevenfoxes/dotfiles/issues.