| Age | Commit message (Collapse) | Author |
|
|
|
|
|
The included theme bundles have not supported the "uniform status line" feature (GH-58), which allows to change the background color of the status bar (StatusLine) group to `nord3`.
Related to GH-58
Resolves GH-168
|
|
|
|
|
|
As suggested in the comments of pull request #130
|
|
|
|
Fix for terminal statusline in airline
|
|
|
|
GH-145
|
|
|
|
The "Nord airline.vim" (1) UI plugin theme now includes better support
for the "tmuxline.vim" (2) plugin. Previously text shown in the main
segment of the tmuxline, generated via the `:Tmuxline airline` command,
caused a `bad colour: NONE` error or has been colorized using `nord0`
which resulted in unreadable text due to a `nord3` background.
This has been fixed by using `nord5` as foreground color. See GH-11 (3)
which has been used as implementation reference that fixed the same
incompatibility for the "lightline.vim" (4) plugin.
References:
(1) https://github.com/arcticicestudio/nord-vim/blob/develop/autoload/airline/themes/nord.vim
(2) https://github.com/edkolev/tmuxline.vim
(3) https://github.com/arcticicestudio/nord-vim/issues/11
(4) https://github.com/itchyny/lightline.vim
GH-117
|
|
|
|
|
|
|
|
Adapted to the MIT license migration of the main "Nord" (1) project.
Detailed information can be found in the main task ticket.
All license SVG badges and the "LICENSE.md" content have been updated.
In addition all source code comment header have also been simplified.
References:
* (1) https://github.com/arcticicestudio/nord
Subtask of arcticicestudio/nord#55
GH-69
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|