nordtheme / tmux

An arctic, north-bluish clean and elegant tmux color theme.
https://www.nordtheme.com/ports/tmux
MIT License
1.09k stars 144 forks source link

Copy Mode Screenshot Incorrect #9

Closed tsroten closed 7 years ago

tsroten commented 7 years ago

It looks like the screenshot in the README for copy mode actually has the colors inverted when you compare it to nord.conf.

I'm not sure which one was the intention -- to match the prefix highlight like the screenshot, or to make it distinguishable from the prefix highlight like the source file.

arcticicestudio commented 7 years ago

The screenshot and color definitions are correct, the colors are switched for the status bar integration, otherwise the arrow () would be colorized black.

gh-9-scrot-color-switch

tsroten commented 7 years ago

Ah, yes, I see. Thanks for the clarification!

So, when the status content is turned off, the colors for the copy mode indicator are inverted. I'll try to submit a pull request to fix that.

arcticicestudio commented 7 years ago

This has been resolved in #11 which splitted the definition for the copy-mode indicator into separate files based on the user configuration.

arcticicestudio commented 7 years ago

Superseded by #11