Commit Graph

270 Commits

Author SHA1 Message Date
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
Otávio Schwanck dos Santos 169b76ff87 feat: improve barbar separator (#350) 2023-04-16 23:20:29 +02:00
Folke Lemaitre ef6df2f2d3 feat: added support for LazyVim DapStoppedLine 2023-04-16 21:36:36 +02:00
Folke Lemaitre e0610445d5 feat: better hl for markdown literal 2023-04-16 21:36:13 +02:00
Otávio Schwanck dos Santos cbed164e6f fix(barbar): CurrentBackground (#342) 2023-04-16 08:11:27 +02:00
Riley Martine 715f923435 fix(extras): make generation of extras deterministic (#344)
* fix: make generation deterministic

* fix: copy colors in empty table

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-04-16 08:10:33 +02:00
秋葉 3bd262baf7 Fix lsp highlight group (#348)
* Fix: add `lsp.type.enumMember` hl group

* Fix: link the `@lsp.type.interface` to `@type`
2023-04-16 08:03:42 +02:00
Amaan Qureshi 3b331463ed feat(lsp): set injected highlights (#340) 2023-03-23 07:37:49 +01:00
Folke Lemaitre 8be0a63987 fix(alpha): AlphaFooter 2023-03-19 08:00:34 +01:00
Amaan Qureshi b233a3cab0 feat(semantic_tokens): link lsp comments, e.g. conditional C ifdefs that won't evaluate (#334) 2023-03-14 12:14:31 +01:00
jdrouhard e0512063c4 feat(semantic_tokens): link method and functions with defaultLibrary modifier to @function.builtin (#333) 2023-03-12 09:17:26 +01:00
Folke Lemaitre 3ebc29df62 fix(semantic_tokens): dont use @lsp.type.variable. Added builtin variable support 2023-03-08 14:12:51 +01:00
Folke Lemaitre 8da3aab41d fix: set proper fg for @variable. Fixes #331 2023-03-08 12:06:42 +01:00
Folke Lemaitre c967c2cfdb feat(semantic_tokens): link defaultLibrary functions to Special 2023-03-07 08:57:58 +01:00
Amaan Qureshi 827b05e12c feat: add lsp hl groups from upstream, tidy up tree-sitter hls (#330)
* chore: remove commented deprecated groups

* feat: add rule-based sem token highlighting (tracking https://github.com/neovim/neovim/commit/1cc23e1109ed88275df5c986c352f73b99a0301c)

* feat: add ts-rainbow2 highlights

* feat: add special string documentation highlight, remove unused group, and reorganize hl groups based on nvim-treesitter

* fix: linked to treesitter groups and added some additional missing hl groups

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-03-07 08:51:51 +01:00
Thomas Croft 43c5b2ac4d feat(wezterm): Add WezTerm Metadata Entry (#327) 2023-03-06 07:38:24 +01:00
Folke Lemaitre d46993dce8 feat(colors): make bg_visual a little more transarent 2023-03-04 08:25:13 +01:00
Folke Lemaitre 911618ad15 feat(neo-tree): better colors for indent lines 2023-03-03 20:12:08 +01:00
Folke Lemaitre 89ab6bca84 feat(cmp): added color for copilot item kind 2023-03-01 22:54:28 +01:00
Sven Grunewaldt 85a833fa63 feat(windows_terminal): add Windows Terminal colors (#315) 2023-02-28 10:02:44 +01:00
typicode 3685c241a2 feat(extras): add fish theme format (#306)
* feat(extras): move fish colors from script to theme format

* move fish themes to fish_themes
2023-02-09 20:30:07 +01:00
Eatgrass 0c21ef11b8 fix: treesitter todo keyword highlight (#310)
Co-authored-by: Huang Jing <eatgrass@live.cn>
2023-02-09 07:46:55 +01:00
Folke Lemaitre 56945bd0d3 feat(wezterm): added tab_bar colors. only works with the retro tab bar. Fixes #304 2023-02-07 21:30:08 +01:00
Folke Lemaitre 7c22129e3b feat(prism): better colors 2023-01-23 20:51:53 +01:00