Commit Graph

46 Commits

Author SHA1 Message Date
0905e1cd9a feat: make float borders more visible 2024-06-05 15:10:06 -03:00
ba538ab69e fix: Conceal highlight not respecting transparent background (#40) 2024-04-29 17:20:31 -03:00
Blake Wingard
fa25db55c4 feat: neovim v0.9 LSP highlighting (#28)
* Updated highlights with Neovim V0.9 LSP highlighting

* Removed test init.lua file

* Moved new highlight definitions to M.highlights

* Removed TableConcat
2024-03-27 17:58:21 -04:00
a19cef29a1 feat: add markdown treesitter support 2024-03-15 01:16:25 -04:00
Shreyas A S
a21ec7417b fix(#32): add normal mode color for lualine_z section (#34) 2024-03-13 09:25:40 -04:00
Shreyas A S
78a225ba2f fix(#33): add command mode color for lualine (#35) 2024-03-13 09:24:35 -04:00
b6f365cf5b feat: add WinSeparator highlight (#29) 2024-01-02 04:21:37 -05:00
4bfb429242 fix: uppercase colors 2023-07-31 19:44:37 -03:00
tiagovla
984c4c699a feat: add setup and simplify logic (#22)
* feat: add setup and simplify logic

* docs: update README

* chore: add config styles

* chore: simplify util function

* docs: add identifiers to styles
2023-07-31 19:22:35 -03:00
b44f0cac4a feat: add support for flash.nvim (#21) 2023-06-27 16:24:46 -03:00
32be5242f6 feat: add treesitter highlights as default 2023-01-28 15:39:21 -03:00
9e940a1193 fix: invalid character in group name 0.7 neovim version (#18) 2022-10-21 03:08:58 -03:00
3949fe8888 fix: update TS + semantic tokens highlights 2022-10-17 08:25:41 -03:00
2d60e9dc2b fix: fg instead of bg 2022-09-18 19:23:08 -03:00
40b0f543fc feat: add LspInfoBorder highlight group 2022-09-18 19:20:34 -03:00
e505c2bf88 feat: add support for global highlight namespace
IMPORTANT: neovim 0.7 or higher is required
Custom configs should use the global namespace 0 instead of "tokyodark"
2022-04-25 01:22:45 -03:00
97d57cd547 feat: add FocusedSymbol highlight group 2022-04-25 01:19:14 -03:00
bb5f45c4e0 doc: update year 2022-04-25 01:18:20 -03:00
5aed3dd6c4 feat: add CurSearch highlight group 2022-04-21 03:25:31 -03:00
cb80f156fe fix: add missing x,y regions 2022-03-11 06:24:56 -03:00
tiagovla
3d9bbe8202 feat: add LspReference* support #13 2022-02-11 16:11:52 -03:00
ff7a292a3b fix: visual highlight with higher contrast #11 2022-01-12 01:10:34 -03:00
7a118792de fix: pmenu highlights #10
Normal is shared among all highlight namespaces.
It only works correctly if set using vim.cmd while the api does not
support the global 0 namespace.
2021-12-31 03:02:37 -03:00
232b2d3d48 feat: better support for nvim-cmp 2021-12-31 03:01:09 -03:00
230a6d0cd4 fix(highlights): coc using wrong background colors #9 2021-12-09 21:53:36 -03:00
3478be4564 feat: add nvim-cmp support 2021-11-17 10:37:57 -03:00
50496096f3 feat: add DiagnosticSign groups to lsp 2021-10-31 02:00:43 -03:00
72e34d9352 style: adopt stylua formatting as default 2021-10-23 02:00:04 -03:00
19d9c22881 fix: reorder and change terminal_color_8 to not pure black 2021-10-23 01:56:16 -03:00
903c73f566 feat: expose colors 2021-10-23 01:51:38 -03:00
c1052e548d Add: todo/fix/note treesitter support #7 2021-10-12 22:56:18 -03:00
396545a11a Fix: remove async loading not supported in v0.5 #6 2021-10-11 23:30:38 -03:00
84d3a09092 Fix: not setting colorscheme correctly #5 2021-10-08 22:22:56 -03:00
Aquib
e923c165ca Fix: possible fix for highlights overriding
Fix: possible fix for highlights overriding #3
2021-09-05 07:08:59 -03:00
ecdac5bf23 Update: remove sync loading for hl.langs and hl.plugins 2021-08-02 19:33:37 -03:00
4714677bb3 Update: Async loading of langs and plugins 2021-05-09 03:47:54 -03:00
dc34f1028b Add support to Diffview 2021-05-03 22:21:57 -03:00
21216c107a Add lualine support 2021-04-22 21:54:24 -03:00
cbc1447de4 Update highlights, terminal and configs 2021-04-22 21:40:59 -03:00
40c9f7ddc1 Remove individual language settings, use treesitter instead 2021-04-22 03:30:52 -03:00
44d3879b37 Rename to tokyodark 2021-04-22 01:11:09 -03:00
90ffef282e Update structure; add .lua-format; add terminal support 2021-04-22 00:48:40 -03:00
a0788e4347 Fix background 2021-04-21 20:27:59 -03:00
63344848c5 Fix italic. 2021-04-21 03:31:13 -03:00
42947d34ac Fix wrong requires 2021-04-21 01:58:17 -03:00
76d1a949e2 Initial commit 2021-04-21 01:53:13 -03:00