Changelog for Nord tmux — An arctic, north-bluish clean and elegant tmux color theme.
Nord Docs Transition — #36 ⇄ #37 (⊶ 6101cf85) ↠ Transferred all documentations, assets and from „Nord tmux“ to Nord Docs Please see the corresponding issue in the Nord Docs repository to get an overview of what has changed for Nord tmux and what has been done to migrate to Nord Docs.
Patched Font Characters — #5 ⇄ #11 (⊶ 0809657f) by @petrhosek
↠ Added a new theme configuration to disable patched fonts for the default status content by setting the @nord_tmux_no_patched_font
variable to 1
.
It can be used facing rendering problems with incompatible terminals or fonts.
set -g @nord_tmux_no_patched_font "1"
Optional Status Bar Content — #7, #10 ⇄ #8, #12 (⊶ 27754979) by @tsroten and @rgcr
↠ Added a new theme configuration to disable the default predefined status bar content, allowing to customize the status content, e.g. adding other plugins or adjust the layout, by setting the @nord_tmux_show_status_content
variable to 0
:
set -g @nord_tmux_show_status_content "0"
Respect User's Status Bar Positioning — #13 ⇄ #14 (⊶ ee5542c5) by @drzel
↠ Removed the status-position
property in order to respect the user's preferred status bar positioning configuration instead of overriding it.
More Spacing — #16 (⊶ 2da9466c) by @dylnmc ↠ Added a space character to the first and last status bar element in order to improve the visual appearance to make it look not so squeezed together.
Before
After
Typo In source-file
Command — #32 (⊶ 72b0b3fb) by @rememberYou
↠ Fixed a typo in the README for the source-file
command.
More Spacing — #16 (⊶ 2da9466c) by @dylnmc ↠ Added a space character to the first and last status bar element in order to improve the visual appearance to make it look not so squeezed together.
MIT License — #19 ⇄ #20 (⊶ 4d39639a) ↠ Adapted to the MIT license migration of the Nord project. Detailed information can be found in the main task ticket nordtheme/nord#55.
2017-04-22
❯ Implemented support for the tmux-prefix-highlight prefix- and copy-mode
status indicator. (@kepbod, #3, 166c8956)
2017-04-21
❯ Fixed the plugin to be not loadable due to the missing #!/usr/bin/env bash
hashbang and +x
permission flag for the plugin loader nord.tmux
which caused tpm
to exit with code 126
. (@svengreb, #4, c049da5e)
2017-04-20
Detailed information about features and install instructions can be found in the README.
❯ Implemented the main color theme file nord.conf
. (@svengreb, #1, e759aedc)
❯ Implemented the tpm
plugin loader nord.tmux
. (@svengreb, #2, e58b52e9)
2016-04-20 ❯ Project Initialization