Commit graph

109 commits

Author SHA1 Message Date
Arctic Ice Studio fa09c3b1da
Merge pull request #77 from anhari/fugitive-syntax-highlting
Fugitive syntax highlting
2017-12-02 07:58:17 +01:00
Michael Anhari fa2ad03633 Add support for fugitive.vim
Adds syntax highlighting for filenames using
[fugitive](https://github.com/tpope/vim-fugitive)'s `:Gstatus` window.
2017-11-29 18:07:52 -05:00
Arctic Ice Studio fa55dc35b7
Merge pull request #70 from arcticicestudio/subtask/gh-69-migrate-to-mit-license
Migrate to MIT license
2017-11-12 20:34:59 +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
Arctic Ice Studio 99e59e6706
Merge pull request #67 from arcticicestudio/improvement/gh-66-link-diffAdded-and-diffRemoved
Link legacy diff groups for git.vim and diff.vim syntax
2017-10-31 11:37:17 +01:00
Arctic Ice Studio 93f29c07f3 Link legacy diff groups for git- and diff syntax
The official "git.vim" and "diff.vim" syntax uses different groups for
diff:

* diffAdded (1)
* diffRemoved (1)
* diffChanged (2)

This commit links these legacy groups to the official documented diff
groups.

References:
  (1) https://github.com/vim/vim/search?q=diffAdded+diffRemoved
  (2) https://github.com/vim/vim/search?q=diffChanged

GH-66
2017-10-31 11:17:10 +01:00
Arctic Ice Studio c2ed19a8b7 Merge pull request #65 from berkin/develop
typo on uniform diff background
2017-10-23 20:50:04 +02:00
berkin 0136ff74da typo on uniform diff background 2017-10-23 16:40:12 +03:00
Arctic Ice Studio af01167b71 Merge pull request #63 from meck/develop
Added support for neovim UI terminal colors
2017-10-21 17:17:05 +02:00
meck caca2caec5 Added support for neovim UI terminal colors 2017-10-14 00:30:56 +02:00
Arctic Ice Studio 2f90d9e30b Merge pull request #62 from aidanharris/develop
Fix missing "endif" syntax error for theme config
2017-10-01 19:06:51 +02:00
Aidan Harris 8fdc497151
I think you dropped this... 2017-10-01 17:25:12 +01:00
Arctic Ice Studio 9305680291 Merge pull request #58 from dylnmc/fix-statusline
Add statusline uniform background color configuration
2017-10-01 15:25:29 +02: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 958322d0ae Merge pull request #61 from arcticicestudio/feature/gh-60-uniform-diff-background-config
Uniform diff background theme configuration
2017-09-28 18:45:10 +02:00
Arctic Ice Studio e532b5d63d Merge pull request #59 from arcticicestudio/improvement/gh-43-vim-plug-support
Add plugin support for vim-plug
2017-09-28 18:44:29 +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
Arctic Ice Studio d3a96152eb Add plugin support for vim-plug
This adds support for "junegunn/vim-plug" for the "PlugClean" command
which used the "Ignore" group for deleted directory listings resulting
in unreadable text when "cursorline" has been set.

GH-43
2017-09-28 11:21:30 +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
Arctic Ice Studio 0992126892 Merge pull request #57 from arcticicestudio/feature/gh-45-plugin-support-plasticboy-vim-markdown
Language plugin support for plasticboy/vim-markdown
2017-09-25 07:11:24 +02:00
Arctic Ice Studio 1025d83931 Add plugin support for plasticboy/vim-markdown
This adds support for the language plugin plasticboy/vim-markdown to
match the style of the built-in markdown syntax styles.

GH-45
2017-09-23 15:22:27 +02:00
Sheldon Johnson e18ab4e893 Implement comment brightness configuration feature
GH-48
2017-09-23 11:32:43 +02:00
Arctic Ice Studio 063620f027 Merge pull request #53 from dylnmc/fix-high-contrast-todo
Fixes the yellow high contrast background color for TODO strings in
gvim/neovim.

GH-52
2017-09-22 11:53:07 +02:00
dylnmc ea708c19cd fixes Todo (gui) bg color (high-contrast)
fixes #52
2017-09-20 18:24:10 -04:00
Arctic Ice Studio 6af59023eb Merge branch 'release/0.6.0' 2017-08-03 09:15:19 +02:00
Arctic Ice Studio 27d335be8e Merge branch 'release/0.6.0' into develop 2017-08-03 09:15:13 +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 914792db12 Merge pull request #42 from arcticicestudio/improvement/gh-31-neovim-health-check-background-highlight-current-line
Neovim health check highlight status groups support
2017-08-03 05:32:01 +02:00
Arctic Ice Studio db7d3d3744 Merge pull request #40 from arcticicestudio/improvement/gh-38-adjust-fold-marker-color
Adjust fold color to match comment colors
2017-08-03 05:31:21 +02:00
Arctic Ice Studio 05fecad640 Merge pull request #41 from arcticicestudio/improvement/gh-35-substitute-search-highlight
Underline substitute search result highlight text
2017-08-03 05:30:51 +02:00
Arctic Ice Studio ba79336f9e Merge pull request #39 from arcticicestudio/bugfix/gh-32-search-highlight-on-strings-illegible
Fix unreadable text color on pending search result highlights
2017-08-03 05:30:23 +02:00
Johan 9e4a974374 Add basic support for Ale (#44)
Add basic support for Ale
2017-08-03 05:27:11 +02:00
Arctic Ice Studio b18fe5019d GH-31 Add support for Neovim health check highlight status groups 2017-07-17 08:41:33 +02:00
Arctic Ice Studio 3c6e3b0ec4 GH-35 Underline active search highlight text for substitute command 2017-07-17 07:36:36 +02:00
Arctic Ice Studio 384083b7a6 GH-38 Use bold font for folds 2017-07-17 07:19:44 +02:00
Arctic Ice Studio 3b2e3e9e95 GH-38 Use nord1 as background color for folds 2017-07-17 07:19:15 +02:00
Arctic Ice Studio 0b3ade88a1 GH-38 Adjust fold color to match comment colors 2017-07-16 09:22:43 +02:00
Arctic Ice Studio 70a363f156 Merge pull request #33 from syedelec/develop
Add basic support for CtrlP
2017-07-15 10:58:47 +02:00
Arctic Ice Studio cd6e6bf9b9 GH-32 Fix unreadable text color on pending search result highlights 2017-07-15 10:44:41 +02:00
Sid-Ali Teir 4746dfed73 Add basic support for CtrlP 2017-05-29 06:01:02 -04: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 735d1fc0a6 Merge branch 'release/0.5.0' 2017-04-17 10:11:37 +02:00
Arctic Ice Studio 5dd27f7b00 Merge branch 'release/0.5.0' into develop 2017-04-17 10:11:32 +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 085c133724 Merge branch 'improvement/ghi-#29-ruby-syntax-coloring-in-terminal' into develop 2017-04-17 09:19:29 +02:00
Arctic Ice Studio e315143a73 GHI-#29 Use correct color for Ruby local (variable) methds 2017-04-01 17:25:12 +02:00
Arctic Ice Studio 4c2f784d7a GHI-#29 Fix color of language reserved keywords 2017-04-01 17:24:23 +02:00
Arctic Ice Studio 89a7bc9b76 GHI-#29 Use keyword color for block parameter list symbols 2017-04-01 17:23:35 +02:00
Arctic Ice Studio a58f438526 GHI-#29 Change font style of Ruby symbols to bold 2017-04-01 17:22:08 +02:00