Commit Graph

224 Commits

Author SHA1 Message Date
Josh Dick
607dfdc84d Add Neovim-specific terminal color configuration. (#297)
Fixes #255.
2022-03-07 18:30:59 +00:00
Josh Dick
e86ce939d8 Fix misleading example in README. (#291)
Fixes #284.
2021-10-15 11:04:46 -04:00
Olivier Roques
cc8ecccd32 Update Neovim LSP colors (#288) 2021-09-24 15:51:23 -10:00
Almaz
bd199dfa76 Add Selection colors for alacritty (#283) 2021-08-12 12:04:51 -04:00
Almaz
44f01aef5a Add monsonjeremy/onedark.nvim to relative section (#282) 2021-08-12 00:52:25 -04:00
Josh Dick
ee4b22cbae chore: Update old "master" branch refernces to use "main" instead (#277) 2021-07-12 02:29:02 -04:00
Josh Dick
ad9610cdab Overhaul 16-color styling (#271)
Includes regenerated terminal themes.
2021-07-11 20:00:38 -04:00
Josh Dick
d954737e00 chore(build): Build/linting infrastructure updates. (#276)
* Move npm/linting config files to root directory
* Apply prettier/eslint autofixes
* Update CONTRIBUTING.md
2021-07-11 19:19:55 -04:00
Josh Dick
4bd214fbcb chore(plugins): Add list of supported plugins to README, update companion links (#275) 2021-07-11 18:07:22 -04:00
Josh Dick
7d1f6d1476 feat(plugin): Add support for lewis6991/gitsigns.nvim (#274)
Resolves #272.
2021-07-11 17:44:52 -04:00
Josh Dick
1794dd73dd fix(nvim-lsp): Make nvim-lsp highlighting consistent with existing related highlighting (#273) 2021-07-11 17:35:59 -04:00
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