Iron-E
dd827f0915
feat(colors): packer highlighting
2021-08-20 22:46:18 -04:00
Iron-E
9465c24cb8
feat(colors): provide defaults for `nvim-compe`
...
`nvim-compe` does not use the `FloatBorder` highlight group as defined
by the API. Instead, it uses the default `NormalFloat` group. To
normalize the look of `nvim-compe` with every other float we're adding this
default.
2021-08-04 17:22:08 -04:00
Iron-E
f6eb9e06c4
ref: `terminal_ansi_colors` -> `terminal_colors`
...
The reason for this name change is that the colors of the terminal are
not necessarily ANSI.
2021-08-03 19:42:30 -04:00
Iron-E
f95263e2d0
style(colors): use `_` for unused params
2021-08-02 23:20:54 -04:00
Iron-E
2ab309817e
fix(colors): <lang>Todo overrides TodoBg<group>
2021-08-01 16:26:28 -04:00
Iron-E
1ed5d7cf7a
fix(colors): fix floating markdown highlights
...
Further patches may be necessary.
2021-08-01 15:59:53 -04:00
Iron-E
8e1d114f3d
fix(colors): link `mkdBoldItalic` to `mkdBold`
...
`mkdBoldItalic` was being highlighted like bold and italic, not like an
`Ignore` (i.e. `mkdBold`)
2021-07-19 18:48:09 -04:00
Iron-E
626725ae06
feat(colors): man filetype
2021-07-17 22:01:04 -04:00
Iron-E
85c931fa18
feat(colors): gitsigns.nvim support
2021-07-06 00:26:55 -04:00
Iron-E
b1b6ff6b78
feat(colors): support `todo-comments.nvim`
2021-07-03 21:48:02 -04:00
Iron-E
d0b209d269
feat(nvim): add `trouble.nvim` support
2021-07-03 18:17:46 -04:00
Iron-E
66d6011eb5
feat(colors): add indent-blankline.nvim support
2021-07-01 18:29:09 -04:00
Iron-E
20ff07b005
ref(colors): make non-error messages less menacing
2021-06-29 14:12:29 -04:00
Iron-E
1cfdd87fd0
chore(colors): remove unecessary modeline
...
This modeline was used to allow syntax highlighting of Lua
in the `highlite.vim` file, but now that the file is a Lua file we don't
need to manually set the filetype.
2021-06-14 13:53:16 -04:00
Iron-E
fc269bd837
fix(colors): put lua files in correct place
2021-06-13 11:41:58 -04:00