Commit Graph

213 Commits

Author SHA1 Message Date
Josh Dick
a4dadcd2a3 fix: prabirshrestha/vim-lsp is not Neovim LSP :) (#270) 2021-06-22 01:09:23 -04:00
Josh Dick
5f81e96d06 Improve Neovim LSP highlighting (#269) 2021-06-22 00:56:29 -04:00
Josh Dick
d42ae8e741 feat: Add higlight groups for neoclide/coc.nvim (#268)
* Add higlight groups for neoclide/coc.nvim
2021-06-22 00:41:55 -04:00
Navarasu
c344261efd Added navarasu/onedark.nvim to relative section (#266)
* Added navarasu/onedark.nvim to relative section

Co-authored-by: Josh Dick <josh@joshdick.net>
2021-06-22 00:03:30 -04:00
nstetter
1a4c75beeb Add KDE Konsole colorscheme (#265)
Resolves #264.
2021-06-21 23:56:36 -04:00
Josh Dick
3e535c2331 chore(build): Update dependencies and regenerate lockfile (#267)
* Remove accidental usage of private authenticated NPM registry; add explicit .npmrc to prevent this in the future
* Update ESLint/Husky to latest versions
* `npm audit fix` termcolors transitive lodash dependency
2021-06-21 23:52:29 -04:00
Josh Dick
f209c5b674 README.md: Add link to ii14/onedark.nvim in "relatives" section (#261) 2021-06-01 21:52:08 -04:00
Snyk bot
ff7b30ebd2 fix: upgrade termcolors from 0.7.2 to 0.7.3 (#258)
Snyk has created this PR to upgrade termcolors from 0.7.2 to 0.7.3.

See this package in npm:
https://www.npmjs.com/package/termcolors

See this project in Snyk:
https://app.snyk.io/org/joshdick/project/8bcd347a-088a-4466-84d3-9ff5a6e77b49?utm_source=github&utm_medium=upgrade-pr
2021-05-24 15:22:54 -04:00
dependabot[bot]
bb94912242 Bump lodash from 4.17.20 to 4.17.21 in /build (#256)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-06 19:50:32 -04:00
Dan Rodriguez
b70ed293f3 Do not overwrite scheme-wide colors with extend_highlight (#249)
Fixes #220

Create a copy of color dictionary and apply changes to it instead of
the original

Ex: If extend_highlight is called on a Highlight Group with default
purple foreground, don't overwrite values in the dictionary assigned to
purple.fg, e.g., {'gui': '#C678DD', 'cterm': '170', 'cterm16': '5'}.
Instead make a copy of the dictionary, apply changes to the copy, and
assign the altered copy to the user-specified Highlight Group.
2021-02-25 13:04:36 -05:00
Olivier Roques
94ff495eac Add support for Neovim LSP (#245)
* Add support for Neovim LSP

* Create a Neovim-specific highlighting fold
2020-12-13 20:24:18 -05:00
Josh Dick
935016df26 Consistent highlighting for special characters (#244)
`SpecialChar` currently has no highlighting, but the majority of
other existing `Special` characters in the theme are highlighted as
dark yellow (`htmlSpecialChar`, `texSpecialChar`.)

So, add dark yellow highlighting for `SpecialChar` and change
`perlSpecialString` accordingly, so special characters are highlighted
consistently across all languages.

Resolves #222.

Closes #237.
2020-12-01 18:33:03 -05:00
Josh Dick
712a728c38 Update build dependencies (#243) 2020-12-01 18:22:54 -05:00
Josh Dick
68a18c7eed Adds highlighting for dense-analysis/ale plugin. (#242)
Resolves #194.
2020-12-01 18:12:07 -05:00
Snyk bot
05e237915f fix: upgrade termcolors from 0.5.0 to 0.7.0 (#240)
Snyk has created this PR to upgrade termcolors from 0.5.0 to 0.7.0.

See this package in npm:
https://www.npmjs.com/package/termcolors

See this project in Snyk:
https://app.snyk.io/org/joshdick/project/8bcd347a-088a-4466-84d3-9ff5a6e77b49?utm_source=github&utm_medium=upgrade-pr
2020-12-01 17:52:53 -05:00
Khue Doan
7f9b1802b0 Update One Dark syntax theme link (#234)
The old one is deprecated
2020-08-12 19:30:30 -04:00
Josh Dick
727f7ede99 Attempt to address #221 (#233) 2020-08-05 02:47:50 -04:00
dependabot[bot]
c0f22072c8 Bump lodash from 4.17.15 to 4.17.19 in /build (#230)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 01:33:22 -04:00
Josh Dick
78d4b029b6 Remove snyk tooling (#228) 2020-07-07 11:51:29 -04:00
Snyk bot
4bd965e298 [Snyk] Fix for 1 vulnerabilities (#218)
* fix: build/package.json, build/package-lock.json & build/.snyk to reduce vulnerabilities


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746

* fix: build/package.json, build/package-lock.json & build/.snyk to reduce vulnerabilities


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746

* fix: build/package.json, build/package-lock.json & build/.snyk to reduce vulnerabilities


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
2020-05-01 02:09:11 -04:00
greenkeeper[bot]
c699b06f86 Goodbye Greenkeeper 👋 (#215)
* chore(readme): remove Greenkeeper badge

* chore(config): remove greenkeeper.json

* Update README.md

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Josh Dick <josh@joshdick.net>
2020-04-03 19:03:40 -04:00
Josh Dick
caa8788014 parentheses in terminal the same as in gui (#212) 2020-03-05 20:11:05 -05:00
Josh Dick
c01abe67d4 Fix PR build check (#214) 2020-03-05 20:08:47 -05:00
Josh Dick
d7b596a252 Greenkeeper/default/husky 4.2.3 (#209)
* chore(package): update husky to version 4.2.3

* chore(package): update lockfile build/package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-02-13 00:44:24 -05:00
Josh Dick
e00c7b40ee Greenkeeper/default/husky 4.2.2 (#208)
* chore(package): update husky to version 4.2.2

* chore(package): update lockfile build/package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-02-12 01:29:35 -05:00
Josh Dick
2b0e71843e Add 'htmlTagN' highlight group. (#206)
Closes #205.
2020-01-30 12:42:43 -05:00
Josh Dick
14b2b274d3 Greenkeeper/default/husky 4.2.0 (#203)
* chore(package): update husky to version 4.2.0

* chore(package): update lockfile build/package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-01-21 21:47:35 -05:00
Josh Dick
181a7866bc Terminal color tweaks. (#201)
* Add KiTTY configuration (manually; could potentially use
  https://github.com/stayradiated/termcolors/pull/17/ in the future)
* Tweak foreground/background/white/black colors to be visually distinct
  from one another

Closes #200.
2020-01-20 17:34:29 -05:00
Josh Dick
6a98de099d Greenkeeper/default/husky 4.0.10 (#199)
* chore(package): update husky to version 4.0.10

* chore(package): update lockfile build/package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-01-19 16:07:29 -05:00
Josh Dick
8bc37fe652 Greenkeeper/default/husky 4.0.6 (#196)
* chore(package): update husky to version 4.0.6

Closes #195

* chore(package): update lockfile build/package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-01-10 09:27:35 -05:00
Josh Dick
a5c74e9d18 HTML/Markdown highlighting tweaks. (#192)
Better compatibility with plasticboy/vim-markdown.

Addresses:

* https://github.com/plasticboy/vim-markdown/issues/388
* https://github.com/plasticboy/vim-markdown/issues/461
* https://www.reddit.com/r/neovim/comments/e04207/what_are_the_best_maintained_and_most_extensive/f8gwko0?utm_source=share&utm_medium=web2x
2019-11-24 16:41:54 -05:00
Josh Dick
8520e0bc80 Greenkeeper/default/husky 3.1.0 (#191)
* chore(package): update husky to version 3.1.0

* chore(package): update lockfile build/package-lock.json
2019-11-17 22:11:53 -05:00
Josh Dick
cdff3a934c Switch from CircleCI -> GitHub Workflows 2019-11-11 14:53:13 -05:00
Josh Dick
fe03597611 Dependency updates 2019-10-15 22:19:25 -04:00
Josh Dick
c3ef7a77c0 Greenkeeper/default/husky 3.0.9 (#189)
* chore(package): update husky to version 3.0.9

* chore(package): update lockfile build/package-lock.json
2019-10-13 00:44:08 -04:00
Juanma Rinaudo
2986331def fix typo (#185) 2019-10-03 00:36:15 -04:00
Josh Dick
43986d71c3 Greenkeeper/default/husky 3.0.7 (#183)
* chore(package): update husky to version 3.0.7

* chore(package): update lockfile build/package-lock.json
2019-09-28 14:42:24 -04:00
Josh Dick
a9225db0fd chore(package): update husky to version 3.0.4 (#179) 2019-08-17 17:59:40 -04:00
Josh Dick
af3c27193d Stop using doT for templating; dependency updates 2019-08-06 13:28:29 -04:00
greenkeeper[bot]
4d28b36e85 Update husky in group default to the latest version 🚀 (#172)
* chore(package): update husky to version 3.0.0

* chore(package): update lockfile build/package-lock.json
2019-07-01 15:53:39 -04:00
Josh Dick
9049229882 Dependency updates 2019-06-23 19:16:18 -04:00
greenkeeper[bot]
8bc66ee252 chore(package): update eslint to version 6.0.0 (#171) 2019-06-23 19:14:52 -04:00
Sebastian S
ef4a37a95b Adjust go highlighting (#170)
Make go highlighting more similar to that of other languages:
* function calls should be blue
* types should be yellow to distinguish them from keywords
* make special keywords struct and interface also cyan, like builtins
2019-06-18 14:34:03 -04:00
Josh Dick
91128e1819 Update dependencies 2019-05-29 00:44:50 -04:00
Josh Dick
63b69b9f62 Fix alacritty cursor colors configuration.
Closes #168.

Thanks to @chunkhang.
2019-05-29 00:43:49 -04:00
Emilie Sicilia
7f36f83f13 Add specifics highlights for Go (#165)
* add specifig configuration for Go

* set every go type to purple

* Highlight golang builtin functions
2019-05-01 17:46:49 -04:00
greenkeeper[bot]
782c195acd Update husky in group default to the latest version 🚀 (#163)
* chore(package): update husky to version 2.0.0

* chore(package): update lockfile build/package-lock.json
2019-04-24 11:44:13 -04:00
Josh Dick
d8d5f7fe71 Use higher-resolution color reference image. 2019-04-03 23:12:26 -04:00
Josh Dick
7c30d3e4d3 Add color reference image.
Fixes #157.
2019-04-03 22:57:08 -04:00
Josh Dick
723c616d4b Remove stray comment character 2019-04-02 10:33:13 -04:00