You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<palign="center">Changelog for <ahref="https://www.nordtheme.com/ports/vim">Nord Vim</a> — An arctic, north-bluish clean and elegant <ahref="https://www.vim.org">Vim</a> color theme.</p>
↠ Transferred all documentations, assets and from „Nord Vim“ to [Nord Docs][nord]
17
+
Please see the [corresponding issue in the Nord Docs repository][nord-docs#143] to get an overview of what has changed for Nord Vim and what has been done to migrate to Nord Docs.
18
+
19
+
###### Landing Page
20
+
21
+
<palign="center"><ahref="https://www.nordtheme.com/ports/vim"target="_blank"><imgsrc="https://user-images.githubusercontent.com/7836623/58123747-d1092500-7c0c-11e9-8ea1-d8a97b592acb.png"alt="Preview: Nord Vim Port Project Landing Page"/></a></p>
22
+
23
+
###### Landing Page Docs
24
+
25
+
<palign="center"><ahref="https://www.nordtheme.com/docs/ports/vim"target="_blank"><imgsrc="https://user-images.githubusercontent.com/7836623/58123746-d1092500-7c0c-11e9-990d-6e65d20cd935.png"alt="Preview: Nord Vim Docs Project Landing Page"/></a></p>
26
+
27
+
###### Installation & Activation Docs
28
+
29
+
<palign="center"><ahref="https://www.nordtheme.com/docs/ports/vim/installation"target="_blank"><imgsrc="https://user-images.githubusercontent.com/7836623/58123745-d1092500-7c0c-11e9-82d8-e1d60fc0d725.png"alt="Preview: Nord Vim Docs Installation & Activation Docs Page"/></a></p>
30
+
31
+
###### Configuration Docs
32
+
33
+
<palign="center"><ahref="https://www.nordtheme.com/docs/ports/vim/configuration"target="_blank"><imgsrc="https://user-images.githubusercontent.com/7836623/58123743-d0708e80-7c0c-11e9-9149-a3f023104b1c.png"alt="Preview: Nord Vim Docs Configuration Docs Page"/></a></p>
34
+
35
+
###### Customization Docs
36
+
37
+
<palign="center"><ahref="https://www.nordtheme.com/docs/ports/vim/customization"target="_blank"><imgsrc="https://user-images.githubusercontent.com/7836623/58123744-d0708e80-7c0c-11e9-84c7-50275e2696e1.png"alt="Preview: Nord Vim Docs Configuration Docs Page"/></a></p>
38
+
39
+
**Theme configuration for bold font style rendering** — #143 ⇄ #161 (⊶ 18a4e350) requested by [@tobydeh][gh-user-tobydeh]
40
+
↠ Added a new [`nord_bold` theme configuration to allow to explicitly toggle bold font rendering styles][nord-docs-config-font-bold].
41
+
It is enabled by default when running for both in GUI and terminal mode since most terminals and shells are capable to handle bold fonts.
**Active match for increment search** — #139 ⇄ #140 (⊶ de24841a) by [@aborzunov][gh-user-aborzunov]
48
+
↠ The currently active match during increment searches (`IncSearch`) is now highlighted differently (`nord10` as background and `nord6` as foreground) than inactive matches for a better visual distinction.
@@ -284,31 +329,31 @@ To adhere to the Nord design guidelines this option uses `nord3` by default.
284
329
This is a reference table if users like to use the same increased contrast values as provided by the [Nord Atom Syntax accessibility custom comment contrast theme setting][nord-atom-syntax-pr-47] which are calculated using the LESSCSS [`lighten`][lesscss-doc-fn-lighten] function.
285
330
286
331
| Increased by | Calculated value |
287
-
| --- | --- |
288
-
| 1% |`#4e586d`|
289
-
| 2% |`#505b70`|
290
-
| 3% |`#525d73`|
291
-
| 4% |`#556076`|
292
-
| 5% |`#576279`|
293
-
| 6% |`#59647c`|
294
-
| 7% |`#5b677f`|
295
-
| 8% |`#5d6982`|
296
-
| 9% |`#5f6c85`|
297
-
| 10% |`#616e88`|
298
-
| 11% |`#63718b`|
299
-
| 12% |`#66738e`|
300
-
| 13% |`#687591`|
301
-
| 14% |`#6a7894`|
302
-
| 15% |`#6d7a96`|
303
-
| 16% |`#6f7d98`|
304
-
| 17% |`#72809a`|
305
-
| 18% |`#75829c`|
306
-
| 19% |`#78859e`|
307
-
| 20% |`#7b88a1`|
332
+
| ------------|---------------- |
333
+
| 1% |`#4e586d`|
334
+
| 2% |`#505b70`|
335
+
| 3% |`#525d73`|
336
+
| 4% |`#556076`|
337
+
| 5% |`#576279`|
338
+
| 6% |`#59647c`|
339
+
| 7% |`#5b677f`|
340
+
| 8% |`#5d6982`|
341
+
| 9% |`#5f6c85`|
342
+
| 10% |`#616e88`|
343
+
| 11% |`#63718b`|
344
+
| 12% |`#66738e`|
345
+
| 13% |`#687591`|
346
+
| 14% |`#6a7894`|
347
+
| 15% |`#6d7a96`|
348
+
| 16% |`#6f7d98`|
349
+
| 17% |`#72809a`|
350
+
| 18% |`#75829c`|
351
+
| 19% |`#78859e`|
352
+
| 20% |`#7b88a1`|
308
353
309
354
More information about true color and the support in various terminals can be found in [this gist][gist-colors-in-terminals].
310
355
311
-
❯ Added a new [configuration for a uniform *diff* background color][readme-config-uniform-diff-background]. (#60 in PR #61#62#65, @dylnmc@aidanharris@berkin, 958322d0)
356
+
❯ Added a new [configuration for a uniform _diff_ background color][readme-config-uniform-diff-background]. (#60 in PR #61#62#65, @dylnmc@aidanharris@berkin, 958322d0)
@@ -360,21 +405,21 @@ Filenames are now highlighted when using the `:Gstatus` command.
360
405
361
406
### Syntax
362
407
363
-
❯ Added highlight support for legacy *diff* groups `diffAdded` and `diffRemoved` of the `git.vim` and `diff.vim` syntx definitions. (#66 in PR #67, @brandoniffert, 99e59e67)
408
+
❯ Added highlight support for legacy _diff_ groups `diffAdded` and `diffRemoved` of the `git.vim` and `diff.vim` syntx definitions. (#66 in PR #67, @brandoniffert, 99e59e67)
364
409
365
-
These groups are not in the [official vim documentation][vim-doc-diffAdd] but are still used by the syntax for example when run with `git commit --verbose`.
410
+
These groups are not in the [official vim documentation][vim-doc-diffadd] but are still used by the syntax for example when run with `git commit --verbose`.
@@ -530,7 +576,7 @@ let g:nord_italic_comments = 1
530
576
531
577
### Plugin Support
532
578
533
-
❯ The [Nord lightline.vim][nord-lightline] UI plugin theme now includes better support for the [tmuxline.vim](https://github.com/edkolev/tmuxline.vim) plugin. Before this implementation text shown in the main segment of the tmuxline, generated via the `:Tmuxline lightline` command, has been colorized using `nord0` which resulted in unreadable text due to a `nord3` background.
579
+
❯ The [Nord lightline.vim][nord-lightline] UI plugin theme now includes better support for the [tmuxline.vim](https://github.com/edkolev/tmuxline.vim) plugin. Before this implementation text shown in the main segment of the tmuxline, generated via the `:Tmuxline lightline` command, has been colorized using `nord0` which resulted in unreadable text due to a `nord3` background.
534
580
This has been fixed by using `nord5` as foreground color. (@scottwillmoore, #11, 4ea37f7e)
0 commit comments