Commit graph

149 commits

Author SHA1 Message Date
saccarosium
126c3f47c4 Fix load neovim highlights only on neovim 2023-01-28 17:19:12 +01:00
Tomáš Iser
48d44707a8
Merge pull request #109 from capybarapantsu-xe/ts-0.8-compat
Rename all Treesitter highlight groups
2022-12-16 15:21:56 +01:00
Tomáš Iser
a40dc19aad
Merge pull request #108 from saccarosium/master
Fix remove strikethough for retro compatability (#104)
2022-12-16 15:19:14 +01:00
saccarosium
6ba98ecdb3 Fix remove strikethough for retro compatability (#104) 2022-11-21 14:20:31 +01:00
capybarapantsu-xe
14b3e6ac42 Rename all Treesitter highlight groups
See: https://github.com/nvim-treesitter/nvim-treesitter/pull/3656

Treesitter highlight groups now all have new names that start with @.
This causes vim-code-dark to be nonfunctional on many Treesitter
syntaxes, notably HTML.

Kept the old names around in case someone needs comptibility with older
version of Neovim and Treesitter. Also, the new @names cause errors on
Vim.
2022-11-11 00:03:41 -08:00
Tomáš Iser
f002d6d256
Merge pull request #107 from LordPax/feat.netrwMarkFile
[feat] add highlighting for netrwMarkFile
2022-10-13 17:10:34 +02:00
teddy
79e97ddd71
[fix] remove background of Directory 2022-10-13 00:38:40 +02:00
teddy
4f7d108970
[feat] add highlighting for netrwMarkFile 2022-10-13 00:01:29 +02:00
Tomáš Iser
e56e5285ec
Fix typo in README 2022-08-05 13:28:50 +02:00
Tomáš Iser
18d20b1652
Merge pull request #105 from saccarosium/docs
updating README
2022-08-03 10:53:58 +02:00
saccarosium
697c6f87fe updating README 2022-08-02 17:45:08 +02:00
Tomáš Iser
21c23c8a31
Merge pull request #103 from saccarosium/diff-color
Fix: changing `diff` fg color for better readability (#85)
2022-08-02 14:30:55 +02:00
Tomáš Iser
08eea24ec8
Merge pull request #101 from saccarosium/contrib
Some general fixes
2022-07-22 14:08:25 +02:00
Tomáš Iser
2e1f039de4
Merge pull request #102 from saccarosium/transparent-background
Feat: adding variable codedark_transparent #78
2022-07-22 14:07:04 +02:00
saccarosium
2f4b64b355 Fix: changing diff fg color for better readability (#85) 2022-07-08 08:10:38 +02:00
saccarosium
5483bdf530 Feat: adding variable codedark_transparent #78 2022-07-06 15:41:58 +02:00
saccarosium
1c173d9453 fix: make markdown headings same color as vscode 2022-07-01 16:21:53 +02:00
saccarosium
433acbe56d fix: make the Ignore hi group not visible 2022-07-01 16:20:57 +02:00
Tomáš Iser
caf254ffa5
Merge pull request #100 from tomasiser/revert-97-master
Revert "fix: Fixing TSType colour"
2022-06-15 16:09:25 +02:00
Tomáš Iser
ff83ea7d75
Revert "fix: Fixing TSType colour" 2022-06-15 16:08:44 +02:00
Tomáš Iser
97ef6f96bd
Merge pull request #91 from LordPax/improve.diffReadability
improve : DiffText and DiffChange readability
2022-05-27 11:34:54 +02:00
Tomáš Iser
45ac066d50
Merge pull request #97 from saccarosium/master
fix: Fixing TSType colour
2022-05-27 11:32:32 +02:00
Tomáš Iser
dee17fda62
Merge pull request #96 from IzhakJakov/izhakjakov
Fix for customized ":listchars" ignored by visual selection
2022-05-27 11:30:38 +02:00
Luca Saccarola
caa5d32238
fix: Fixing TSType colour 2022-05-21 19:43:49 +02:00
Izhak Jakov
1c12cca9b6
Fix for customized ":listchars" ignored by visual selection 2022-04-10 07:09:34 -04:00
teddy
2ebcc4243d fix : hex color code 2022-02-09 23:50:08 +01:00
teddy
f780f59300 fix : a better nuance of blue for more readability (again) 2022-02-09 20:39:03 +01:00
teddy
d1aaa7ebcc fix : foreground of DiffText 2022-02-08 23:20:12 +01:00
teddy
11d955b2ce fix : a better nuance of blue for more readability 2022-02-08 20:37:46 +01:00
teddy
902132139f improve : DiffText readability 2022-02-08 01:11:23 +01:00
Tomáš Iser
7fe0dc672b
Merge pull request #63 from zdzislaw-s/zdzislaw-c++-vscode-vs-vim
Changes for better colorization of C++ code
2021-12-17 14:58:50 +01:00
Tomáš Iser
0edd11c800
Merge branch 'master' into zdzislaw-c++-vscode-vs-vim 2021-12-17 14:58:38 +01:00
Tomáš Iser
b75d76f182
Merge pull request #86 from SliceThePi/patch-1
Use color code 231 for the airline term256 white
2021-12-17 14:52:45 +01:00
Tomáš Iser
64bb3dcb14
Merge pull request #84 from ccarral/master
Add basic italics support
2021-12-17 14:50:12 +01:00
Tomáš Iser
884ca67c45
Merge pull request #87 from David-Else/master
Fix treesitter function color and add nvim-cmp highlights
2021-12-17 14:45:50 +01:00
David
1da9547751
Add strikethrough 2021-11-28 23:02:19 +00:00
David
b2299663fb
Add CmpItemAbbrDeprecated 2021-11-28 22:50:59 +00:00
David
22349c7ea0
Fix treesitter function color and add nvim-cmp highlights 2021-11-28 22:05:28 +00:00
Sammy Heasley
cbc95ca4b3
Use color code 231 for the airline term256 white
15 is the system's base0F color, which may not be white if the user has installed a color theme for their terminal. 231 is the xterm-256color code for #ffffff and is more portable than 15.
2021-10-22 15:04:53 -05:00
Carlos Carral C
57cc0096a9 Extended README.md instructions for setting italics. 2021-09-14 10:33:21 -05:00
Carlos Carral C
0872dc8a8b Add italics support for Comment and SpecialComment highlight groups and
update README.md
2021-09-14 10:29:08 -05:00
Tomáš Iser
670fed53a2
Merge pull request #80 from ogerlach/master
- added support for vim default syntax highlighting of Asciidoc
2021-04-09 11:03:02 +02:00
Tomáš Iser
768e3cc99f
Create pull_request_template.md 2021-04-09 09:56:43 +02:00
Tomáš Iser
0eab4f78d2
Merge pull request #79 from Mofiqul/master
Neovim Tree-sitter support
2021-04-09 09:51:23 +02:00
visogh
d42c8c6704 - added support for vim default syntax highlighting of Asciidoc 2021-04-09 09:34:41 +02:00
mofiqul
1960da3b31 Neovim Tree-sitter support 2021-04-04 20:02:37 +05:30
mofiqul
2c11cee108 Neovim Treesitter support
Neovim Treesitter support
Todo highlight with cdPink
CocExplorer indentline highlight
2021-03-14 16:04:28 +05:30
Tomáš Iser
531c0a0270
Merge pull request #74 from karlhorky/patch-1
Add diff colors
2021-03-09 22:34:14 +01:00
Karl Horky
e1ebde7aad
Update DiffAdd color 2021-01-09 17:18:43 +01:00
Karl Horky
806424c643
Add aliases for legacy groups 2021-01-08 11:44:06 +01:00