Commit graph

44 commits

Author SHA1 Message Date
Radu Vasilescu aaa496f835
Fix typo
line 13
2019-06-10 14:39:27 -04:00
Arctic Ice Studio 72cb5d702a Nord Docs Transition
All documentations and assets have been moved to the official Nord
website and documentations (1,2).

References:
  (1) nordtheme.com/ports/vim
  (2) arcticicestudio/nord-docs

GH-158
2019-05-21 21:26:11 +02:00
Arctic Ice Studio bfa83e8dcc Prepare release version 0.11.0 2019-04-18 10:03:29 +02:00
Arctic Ice Studio 1ddc782e1e Add theme config for bolder vertical split line
Previously the `VertSplit` (1) (`:help VertSplit`) key used `nord1` as
background color by default making the line appear to be very lumpy.
This commit changes this style to use `nord0` as bavkground instead to
visually merge with the background so only the separator charaters are
a visual indiciator for the split line whih makes it look more
lightweight and unclutters the overall appeareance.

To allow user who liked the previous implementation to keep the style
this commit also adds a new `nord_bold_vertical_split_line` theme config
that can be assigned to `1` to achieve the legacy design.

The README also include information and hints how to change the
separator character by customizing Vim's `fillchars` (2)
(`:help fillchars`) variable.

References:
  (1) http://vimdoc.sourceforge.net/htmldoc/syntax.html#hl-VertSplit
  (2) http://vimdoc.sourceforge.net/htmldoc/options.html#'fillchars'

GH-132
2019-04-14 07:06:35 +02:00
Arctic Ice Studio 0707af4d54 Prepare release version 0.10.0 2019-03-21 15:33:21 +01:00
Arctic Ice Studio ddd9ed6891 Prepare release version 0.9.0 2018-06-24 09:02:38 +02:00
dylnmc 3b306306cb Implement config to toggle underlines
All underlines can be disabled globally with the
"g:nord_underline" config.

GH-106
2018-06-23 17:57:34 +02:00
Arctic Ice Studio 50ec737b8f Fix inconsistent line number foreground color in GUI mode
In term mode the number uses nord4, but in GUI mode nord3 was used
instead. This was not intended and has been changed to match the term
mode style.

GH-100
2018-06-23 08:30:09 +02:00
Andrey Polischuk 2508195ad7 Match CursorLineNr background to CursorLine
A config to allow users to enable background for the line cumber of the
current cursor position. It uses the same color as the current line so
it appears as a uniform background highlighting.
2018-06-23 08:27:58 +02:00
Arctic Ice Studio 2b79506a58 Prepare release version 0.8.0 2018-01-05 20:15:22 +01:00
Arctic Ice Studio 0f5c877064 Clarify configuration of lightline screenshots
The screenshots have been made using the lightline's advanced
configurations (1) which may confuse users when the lighline does not
equal the one seen on the screenshot. This has been clarified now and
a additional screenshot with the default lightline styles has been
added.

References:

  (1) https://github.com/itchyny/lightline.vim#advanced-configuration

GH-74
2017-12-31 11:03:36 +01:00
Arctic Ice Studio 1e74d7ac29 Prepare release version 0.7.0 2017-12-30 18:27:09 +01:00
Arctic Ice Studio bc6e2fc051 Add configuration for italic text
The configuration to enable italic comments (1) is like the name suggests
limited to comments only, but there are other use cases like the
italic style in Markdown (2).

This commit adds a new theme configuration to explicitly enable italics.
The configurations is enabled by default when running in "gui" mode and
is disabled by default in "term" mode.

The reason for this standard behavior is the fact that there are still
shells and terminals which are not able to handle italics. Enabling
italics for terminals by default would cause unpredictable bugs and
graphical glitches.

The new configuration is named "nord_italic".

References:

  (1) https://github.com/arcticicestudio/nord-vim#italic-comments
  (2) https://github.com/arcticicestudio/nord-vim/issues/84

GH-88
2017-12-29 10:15:20 +01:00
Arctic Ice Studio da6d5bf73e Migrate to MIT license
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
2017-11-12 20:27:51 +01:00
berkin 0136ff74da typo on uniform diff background 2017-10-23 16:40:12 +03:00
Arctic Ice Studio f62b96ad2c Merge branch 'develop' into fix-statusline 2017-10-01 10:27:32 +02:00
Arctic Ice Studio 30f0e1bec5 Optimize uniform status lines theme config
The variable has been renamed to "nord_uniform_status_lines" to better
match the name scheme. The documentation style has been updated and
preview screenshots have been added.

GH-37
2017-10-01 10:04:45 +02:00
Arctic Ice Studio 7bdc220cf6 Implement uniform diff background theme config
Added a theme configuration to let the users decide whether they want
to use colorful or uniform diff backgrounds.

The colorful diff is the default using the current colors for added,
changed and deleted elements and the default background color (nord0).
The "reverse" attribute gets applied which results in a colored
background and a dark foreground.

Setting the "g:nord_uniform_diff_background" variable to "1" enables
the uniform diff background using "nord1".

GH-60
2017-09-28 15:24:53 +02:00
dylnmc 81fef161be fixes #37 and provides statusline configuration
configure statusline with
```vim
let g:nord_statusline_uniform = 1
```
default is to use brighter background (`0`), but easily configurable
with by setting `g:nord_statusline_uniform` to `1`)

NOTE: this does not work with airline or lightline
2017-09-25 21:02:55 -04:00
Sheldon Johnson e18ab4e893 Implement comment brightness configuration feature
GH-48
2017-09-23 11:32:43 +02:00
Arctic Ice Studio b6424b4455 Prepare stable development release version 0.6.0 2017-08-03 09:14:52 +02:00
Arctic Ice Studio 4e62cc8510 Update badges (shields) to use the flat-square style 2017-04-25 15:54:05 +02:00
Arctic Ice Studio 7fdb2cbe84 Prepare stable development release version 0.5.0 2017-04-17 10:11:10 +02:00
Arctic Ice Studio 566737ad8f Update the URLs of the renamed terminal emulator port project Nord Tilix
Related to
https://github.com/arcticicestudio/nord-tilix/issues/15
2017-03-26 17:24:41 +02:00
Arctic Ice Studio b2134029a0 GHI-#28 Fix typo in project description 2017-03-14 20:39:15 +01:00
Arctic Ice Studio 05d536fe10 Fix order for the README configuration section in the TOC 2017-02-23 19:46:05 +01:00
Arctic Ice Studio 6c3e6f07a9 Prepare stable development release version 0.4.0 2017-02-23 19:42:01 +01:00
Arctic Ice Studio 23a242532b Update copyright year 2017-02-23 17:31:23 +01:00
Arctic Ice Studio cda5c01405 Add terminal emulator port project "Nord Hyper" 2017-02-20 06:14:02 +01:00
Arctic Ice Studio dc6149f437 Merge pull request #16 from arcticicestudio/feature/ghi-#13-italic-comments-support
#13 Italic comments support
2017-02-02 05:59:23 +01:00
Arctic Ice Studio 96fd18a326 Use "vim" GFM syntax highlighting for code blocks instead of "sh" 2017-01-29 10:27:33 +01:00
Arctic Ice Studio 5b058cbf87 Add a README table on content 2017-01-29 10:26:08 +01:00
Arctic Ice Studio 8164a2854d GHI-#13 Write the documentation for italic comments configuration 2017-01-29 10:24:09 +01:00
Arctic Ice Studio 85cb181c7a Prepare stable development release version 0.3.0 2017-01-24 22:58:42 +01:00
Xiao-Ou Zhang 9d83c6650f Fix typo in plugin installation using Vundle 2017-01-05 09:29:16 -05:00
Arctic Ice Studio 7a447b4055 GHI-#8·Update the iTerm2 SVG banner·URL
This·must·be·updated·to·use·the·commit·hash·instead·of·the·file·path·due
to·the·permanent(!)·cache·of·the·RawGit·CDN
2017-01-03 09:23:03 +01:00
Arctic Ice Studio 691a1b24b6 Prepare stable development release version 0.2.0 2017-01-02 15:07:31 +01:00
Arctic Ice Studio 499bf8be4a Prepare stable development release version 0.1.2 2017-01-01 10:25:33 +01:00
Arctic Ice Studio 4666c595e2 Move README description above top screenshot 2016-12-27 08:57:34 +01:00
Arctic Ice Studio f3330e8136 Prepare stable development release version 0.1.1 2016-12-26 17:39:15 +01:00
Arctic Ice Studio 9fb96cd04a Improve README grammar 2016-12-26 08:49:25 +01:00
Arctic Ice Studio 38d65df6a2 Fix README Markdown syntax format 2016-12-26 08:48:30 +01:00
Arctic Ice Studio b56fe3d65e Prepare stable development initial release version 0.1.0 2016-12-25 14:02:01 +01:00
Arctic Ice Studio 53995d8299 Nord Vim - Project Initialization 2016-12-25 13:29:20 +01:00