aboutsummaryrefslogtreecommitdiffstats
path: root/assets/scrot-config-bold-vertical-split-line-default.png
AgeCommit message (Collapse)Author
2019-05-21Nord Docs TransitionGravatar Arctic Ice Studio
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-04-14Add theme config for bolder vertical split lineGravatar Arctic Ice Studio
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