nordtheme / dircolors

An arctic, north-bluish clean and elegant dircolors theme.
https://www.nordtheme.com/ports/dircolors
MIT License
519 stars 105 forks source link

Improper directory colors in iterm/tmux session #18

Closed ghost closed 3 years ago

ghost commented 3 years ago

There is an incorrect background color for directories with file permissions 0777. Below is a screenshot. It actually seems that the theme isn't working at all after going through the installation instructions.

https://imgur.com/gallery/8FRdVKC

I am using iTerm2/tmux/zsh.

This is in my .zshrc: test -r "~/.dir_colors" && eval $(dircolors ~/.dir_colors)

Any ideas?

ghost commented 3 years ago

I fixed this awhile ago, seemed to be an issue with the quotes around "~/.dir_colors".