Commit Graph

293 Commits

Author SHA1 Message Date
Folke Lemaitre 868c0506bc fix(headlines): make headlines a little less pronounced 2023-10-16 08:39:32 +02:00
Folke Lemaitre b7df2e60e0 feat: added support for headlines.nvim 2023-10-16 08:35:47 +02:00
Folke Lemaitre 2947de3228 feat: cmp TabNine kind color 2023-10-14 18:27:03 +02:00
Folke Lemaitre 99e9b2cb3a feat: better wezterm theme 2023-10-14 18:26:12 +02:00
Folke Lemaitre 8389146251 fix(aerial): aerial kind colors 2023-10-12 11:50:29 +02:00
Folke Lemaitre 06b7fc94ee feat(theme): added aerial highlights 2023-10-11 00:17:03 +02:00
Folke Lemaitre bf36b8fba2 feat(sublime): better colors for delta/bat/sublime/textmate 2023-10-09 21:13:31 +02:00
Folke Lemaitre 19e8bf4014 feat(cmp): codium kind color 2023-10-09 00:12:05 +02:00
Folke Lemaitre 6151fb43f3 feat(dosini): better hl 2023-10-08 13:38:14 +02:00
Folke Lemaitre 1a0e18fd85 feat(dashboard): better highlights for dashboard.nvim 2023-10-04 11:56:16 +02:00
Folke Lemaitre b6bca9028f fix(treesitter): namespace.builtin 2023-10-03 19:54:00 +02:00
Folke Lemaitre 9699aa23c9 feat(indent-blankline): new hl groups 2023-09-28 10:54:08 +02:00
Benjamin Rabier a345a21966 feat: Add Helix extras (#409)
* feat: Add Helix extras

* docs: remove out of tree extras gen docs

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-09-25 10:49:41 +02:00
Zeioth ad7e8fff8d feat(markdown): added different colors for each headline (#423)
* feat(markdown)

* change: title1 to blue instead of red.

Markdown notifications will use the color of title1, so we don't want red. Blue is the one we've been using it, so let's keep it.

Also, the title don't deserve so much visual weight, as users will be focusing their attention on the document content instead.
2023-09-25 10:45:28 +02:00
Amaan Qureshi 1ddb45d47f feat(lsp, treesitter): add more highlights (#415)
* feat(lsp, treesitter): add more highlights

* fix: use yellow color for parameter.builtin

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-09-25 10:42:30 +02:00
Pato Lankenau 6c276810ea docs: Fix wezterm configuration link (#419)
Not a contribution.

This patch fixes the configuration documentation link for Wezterm.

It appears they moved their configuration homepage from
`https://wezfurlong.org/wezterm/config` to
`https://wezfurlong.org/wezterm/config/files.html`. The old link returns
a 400.

Note it does not change `doc/tokyonight.nvim.txt` as that appears to be
managed by the Github actions bot.

Co-authored-by: Pato Lankenau Ahumada <plankenau@apple.com>
2023-08-29 18:47:48 +02:00
Folke Lemaitre 99ba6de2a9 feat(notify): added support for NotifyBackground 2023-07-14 00:00:53 +02:00
mango 9191b4b674 feat: Added rainbow-delimiter highlight groups (#404) 2023-07-05 11:45:10 +02:00
Zhuoyun Wei c87654a752 fix(dunst): make whitespace consistent (#398) 2023-06-24 10:23:36 +02:00
Adriano b39627bfea feat(extra): add gitui theme (#397)
* feat: add gitui theme

* fix: command bar extra lines bg
2023-06-21 11:14:20 +02:00
Folke Lemaitre 3c3f82acdd feat: LspInlayHint 2023-06-20 11:51:26 +02:00
Folke Lemaitre 74fdfa70b7 feat: added colors for flash.nvim 2023-06-19 23:08:03 +02:00
Folke Lemaitre 05dfc1bc40 fix: better test group Foo 2023-06-19 23:07:50 +02:00
Folke Lemaitre ec8f2efe9d fix!: use new-style autocmds 2023-06-19 23:07:39 +02:00
Tymoteusz Makowski a0932acea0 feat(extras): add 24h clock support to tmux (#321) 2023-06-17 08:25:56 +02:00
Kristofers Solo 690573c53c add colors for dunst (#393)
Added TokyoNight colorscheme for [dunst](https://dunst-project.org/) notification daemon.
2023-06-17 08:25:01 +02:00
Timothy Mertz 1cef0bc16c fix(mini-indentscope): symbol hl group nocombine (#392) 2023-06-17 08:24:52 +02:00
Folke Lemaitre 94db97565b fix(cmp): better ghost text 2023-05-27 10:43:45 +02:00
Folke Lemaitre 89093235d5 feat: added support for CmpGhostText 2023-05-27 10:39:38 +02:00
Folke Lemaitre fb1c60812c feat: added support for FloatTitle 2023-05-25 08:57:30 +02:00
Kristofers Solo e7e22807a3 feat(extras): added colors for zathura (#385)
Added TokyoNight colorscheme for [zathura](https://pwmt.org/projects/zathura/) document viewer.
2023-05-24 10:50:54 +02:00
Grzegorz Milka dca7f3a916 fix(barbar): unify inactive tab background (#383)
This commit fixes https://github.com/folke/tokyonight.nvim/issues/369.
2023-05-23 08:51:53 +02:00
Amaan Qureshi 3a638383d2 feat(lsp): add more highlights (#379) 2023-05-20 09:06:30 +02:00
Amaan Qureshi fc4b07d158 feat(lsp): add more highlights (#374) 2023-05-07 19:30:53 +02:00
Folke Lemaitre f10213d25e feat(tsx): better colors for tsx tags 2023-05-03 07:52:19 +02:00
Yuxin Wu 606d4d9e7c fix(GitGutter): add highlight of GitGutter**LineNr (#367) 2023-04-28 10:37:27 +02:00
Folke Lemaitre d938435d99 docs: fix auto generated links. Fixes #366 2023-04-23 11:06:59 +02:00
Folke Lemaitre d5ff62d399 docs: added extras to docs 2023-04-22 10:30:43 +02:00
Folke Lemaitre 3f18207ff1 fix(colors): make extras deterministic. Fixes #344 2023-04-22 09:24:57 +02:00
Folke Lemaitre d78d3de58c fix(delta): move color defs to colors so it works properly with the day theme. Fixes #362 2023-04-22 09:24:11 +02:00
Otávio Schwanck dos Santos 4a5ea8c5df feat: Improve night barbar (#360) 2023-04-19 12:07:18 +02:00
Amaan Qureshi dc5b5e20bc feat(semantic_tokens): highlight lsp.typemod.macro.defaultLibrary as @function.builtin (#358) 2023-04-19 09:23:18 +02:00
Amaan Qureshi b6f207ebf6 feat(treesitter): darken builtin types & revert reset comment type (#356)
* feat(treesitter): darken builtin types

* Revert "fix(semantic_tokens): reset comment type (#354)"

This reverts commit 3d2f79cd1f.
2023-04-19 07:17:47 +02:00
Folke Lemaitre a1c8489cb6 feat: better Debug colors 2023-04-18 20:25:43 +02:00
Fitrah 3d2f79cd1f fix(semantic_tokens): reset comment type (#354)
Linking `@lsp.type.comment` to `Comment` or `@comment` makes TODO
comments a bit harder to read.
2023-04-18 15:16:43 +02:00
Folke Lemaitre 939bd8c7e1 fix(semantic_tokens): slightly less difference for builtin types 2023-04-18 10:04:04 +02:00
Folke Lemaitre 3af1264567 feat(semantic_tokens): slightly different style for interfaces and default types 2023-04-18 10:03:07 +02:00
Folke Lemaitre 6ebd35868f feat: better style for DiagnosticUnnecessary 2023-04-18 10:02:34 +02:00
Folke Lemaitre 0bc6449f47 fix(markdown): better default literal color for markdown 2023-04-17 08:30:22 +02:00
Amaan Qureshi 78bcc2fae7 fix(lsp): enumMember should be highlighted @constant (#352) 2023-04-17 07:34:42 +02:00