Folke Lemaitre
a9f4933221
fix: darker fg for floats
2022-11-07 15:09:32 +01:00
Folke Lemaitre
66c9e8cc05
feat: better styling for the active lsp signature parameter
2022-10-27 21:00:01 +02:00
Folke Lemaitre
393cc9fdcf
feat: added support for Noice completion item kinds
2022-10-23 22:58:38 +02:00
Folke Lemaitre
daa18bd4a4
fix: TS.. => @..
2022-10-17 07:22:44 +02:00
Lukas Reineke
c78e6986bc
fix: indent-blankline highlight groups nocombine ( #247 )
...
see https://github.com/lukas-reineke/indent-blankline.nvim/issues/72
2022-10-13 07:25:29 +02:00
Folke Lemaitre
61ffac6e94
feat: link CurSearch to IncSearch
2022-10-12 08:10:58 +02:00
Folke Lemaitre
3fe69bd7cf
style: formatted code
2022-10-12 08:10:46 +02:00
Liquid_system
b4858e1108
fix: Make background transparent when nvim-notify is used ( #242 )
2022-10-10 20:16:57 +02:00
Loong Wang
a950f62157
feat: add hl LspInfoBorder
( #236 )
2022-10-05 23:22:49 +02:00
Loong Wang
459678063f
feat: added highlights for nvim-notify
( #237 )
...
* feat: added highlights for `nvim.notify`
* use c.bg instead of c.bg_float
2022-10-05 23:22:30 +02:00
Folke Lemaitre
d6a0adfe3f
feat: added highlights for Yanky
2022-10-04 16:43:59 +02:00
Folke Lemaitre
d262551687
fix: increased brightness og HopNextKey2. Fixes #220
2022-10-04 16:43:08 +02:00
Marco Ilari
66bfc2e8f7
feat: Add colors to Neotest ( #229 )
2022-10-02 18:26:51 +02:00
Folke Lemaitre
5eeeb15bb6
feat: added support for Alpha
2022-09-30 10:10:09 +02:00
Folke Lemaitre
2972400ad0
feat: better highlights for mini.jump
2022-09-30 10:10:09 +02:00
Folke Lemaitre
826a74f0ea
feat: added highlights for nvim-treehopper
2022-09-28 23:08:24 +02:00
Folke Lemaitre
894c34f345
feat: better colors for ts-rainbow
2022-09-27 21:18:42 +02:00
Folke Lemaitre
ca736b19e5
style: formatting
2022-09-26 16:32:00 +02:00
Jan Christoph Ebersbach
81f0db1bd0
feat: apply transparent to FoldColumn ( #221 )
...
Apply `transparent` option also to `FoldColumn`
2022-09-24 16:54:44 +02:00
Sabu Siyad
3c8b7740f6
fix(nvim-tree): handle white separator on transparent sidebar ( #224 )
...
- change `NvimTreeVertSplit` to `NvimTreeWinSeparator` since the former
is deprecated.
https://github.com/kyazdani42/nvim-tree.lua/pull/1225
- set `NvimTreeWinSeparator` to `border` if sidebar style is `transparent`
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
Signed-off-by: Sabu Siyad <hello@ssiyad.com>
2022-09-23 17:03:39 +02:00
Christian Chiarulli
e0bdba580d
feat: support navic ( #216 )
...
* test vert split
* user correct colors
* feat: support navic
2022-09-20 07:43:26 +02:00
Christian Chiarulli
2a74abdf12
feat: add color for Nvimtree vertsplit ( #215 )
...
* test vert split
* user correct colors
2022-09-20 07:27:11 +02:00
Folke Lemaitre
9a60ac462e
fix: revert MsgArea bg
2022-09-17 21:45:03 +02:00
Folke Lemaitre
3e79e043df
style: fixed some sumneko diagnostics error
2022-09-13 16:45:06 +02:00
Folke Lemaitre
25a1a77b00
feat: use new style definitions for hl groups. Keep backward compatibility for string styles
2022-09-12 07:51:08 +02:00
Folke Lemaitre
fe120cc71e
feat: use sidebar bg style for MsgArea
2022-09-11 16:14:14 +02:00
Folke Lemaitre
e0e9f54051
fix: fix bufferline separator bg colors ( fixes #189 )
2022-09-10 21:20:26 +02:00
Folke Lemaitre
ac2d3d29ca
feat: use sidebar colors for NeoTree
2022-09-10 21:20:26 +02:00
Folke Lemaitre
de2a7e78e5
feat: added better support for treesitter markdown
2022-09-10 19:57:44 +02:00
Folke Lemaitre
6244df26b5
feat: improved dealing with vim.o.background
2022-09-10 09:35:41 +02:00
Folke Lemaitre
c32a381343
feat: added better colors for leap.nvim
2022-09-05 23:47:57 +02:00
Folke Lemaitre
340c150b0d
feat: better colors for IndentBlank line
2022-09-05 22:43:35 +02:00
Folke Lemaitre
805272a2f0
feat: added dim_inactive
2022-09-05 22:04:01 +02:00
Folke Lemaitre
12649d34fe
feat: callbacks to easily override (or add) colors and highlights
2022-09-05 20:32:31 +02:00
Folke Lemaitre
81a6845098
fix: access config.options within setup instead of global
2022-09-05 16:10:05 +02:00
Folke Lemaitre
dba4e35903
refactor: refactored code to better deal with the day theme
2022-09-05 14:06:03 +02:00
Folke Lemaitre
a8c7c3b11b
style: fixed EmmyLua annotations
2022-09-03 23:47:25 +02:00
Folke Lemaitre
fbe359fe36
refactor: formatted code
2022-09-03 15:44:00 +02:00
Folke Lemaitre
5c086f9598
fix: use bg instead of none for TelescopeNormal
2022-09-03 15:43:49 +02:00
Hass
77763c7918
fix: set bg color to none inactive lualine when set to transparent ( #138 )
...
this was previously set to to the default bg color and there wasn't
really transparent
2022-09-02 08:13:21 +02:00
Peter Tri Ho
0786a2acd8
feat: add support for nvim-scrollbar ( #141 )
...
https://github.com/petertriho/nvim-scrollbar
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2022-09-02 08:12:22 +02:00
Azhary Munir Abdillah
ef3abe6668
feat: add support for ts-rainbow ( #174 )
2022-09-02 08:08:07 +02:00
tormodatt
a1d1c0fb19
feat: add bg hightlight on NvimTreeOpenedFile ( #163 )
2022-09-02 08:01:21 +02:00
Augusto César Dias
d15c01499f
Add color for folder icon in NvimTree and remove ugly background ( #160 )
...
* Add color for folder icon in NvimTree and remove ugly background
* Adding missing comma
2022-09-02 07:59:08 +02:00
Jon Eskin
111a00b98d
docs: fix comment ( #187 )
2022-09-02 07:57:12 +02:00
Evgeni Chasnovski
8583ca39dd
feat: Add explicit support for 'mini.nvim'. ( #179 )
2022-09-02 07:54:15 +02:00
Hass
eb6803854a
fix: Improved telescope theme for non transparent mode. ( #146 )
...
* set TelescopeNormal to default fg and bg colors
When transparency is enabled the background for Telescope seems to be
just black. This this doesn't blend well with the rest of the theme in
transparency mode. While the default fg and bg are not transparent, they
do provide a better contrast and seems easier on the eye.
* Telescope background defaults to none if transparent not set
2022-09-02 07:53:01 +02:00
Folke Lemaitre
791c2a219a
fix: updated highlight groups for illuminate
2022-09-01 12:28:04 +02:00
Hassan Khalid
8223c97067
feat: set TelescopeNormal to default fg and bg colors ( #137 )
...
When transparency is enabled the background for Telescope seems to be
just black. This this doesn't blend well with the rest of the theme in
transparency mode. While the default fg and bg are not transparent, they
do provide a better contrast and seems easier on the eye.
2021-12-31 09:43:19 +01:00
Folke Lemaitre
d561999136
feat: better colors for LightSpeed
2021-12-17 23:30:40 +01:00
Augusto César Dias
b3a829d2ba
Adding more cmp item kinds ( #125 )
2021-12-04 14:14:58 +01:00
Jorge Mederos
3cbf86cf04
fix: sidebars dark bg on night style ( #107 )
2021-11-30 09:07:38 +01:00
Folke Lemaitre
0d91764955
feat: added support for CmpKind hilight groups
2021-11-30 09:06:50 +01:00
Folke Lemaitre
2981e4bd09
Merge branch 'main' of github.com:folke/tokyonight.nvim
2021-10-22 09:24:56 +02:00
Folke Lemaitre
3fcd611e14
refactor: only define LspDiagnostics groups when vim.diagnostic does not exist
2021-10-22 09:24:49 +02:00
Santos Gallegos
6825ab382b
fix: support new NvimTreeNormalNC hl group ( #109 )
...
This was introduced in https://github.com/kyazdani42/nvim-tree.lua/pull/705 .
Following the hl groups fro this theme, I'm mapping both to the same
color
eede574f9e/lua/tokyonight/theme.lua (L49-L50)
2021-10-21 12:27:46 +02:00
Folke Lemaitre
53d0576d25
fix: added proper styles for diagnostic virtual text and underlines
2021-10-21 10:25:26 +02:00
Abouzar Parvan
cd6f57c0a4
feat: add support for vim.diagnostic
and nvim-cmp
custom menu ( #103 )
...
* vim.lsp.diagnostic has been moved to vim.diagnostic
* feat: added support for cmp custom menu
2021-10-21 10:11:39 +02:00
Folke Lemaitre
8e8a11e001
fix: make Conceal a little brighter. Fixes #70
2021-08-06 10:18:04 +02:00
Folke Lemaitre
a5b3cbe750
fix: defer loading lualine updates for inactive statusline. Fixes #78
2021-08-05 13:51:06 +02:00
Folke Lemaitre
1ea69504b6
fix: ColorColumn = black. Fixes #72
2021-08-05 09:59:48 +02:00
Folke Lemaitre
921770e89d
feat: added support for ALE signs
2021-08-05 09:34:39 +02:00
jpe90
148175ab9d
highlight LspCodeLens with comment color ( #85 )
2021-08-05 00:25:57 -07:00
Steven Arcangeli
db8865e464
Add plugin support for Barbar ( #73 )
2021-07-20 00:41:49 -07:00
Folke Lemaitre
789a978af2
fix: LspFloatWinNormal bg to bg_float
2021-07-20 09:40:31 +02:00
Folke Lemaitre
e3ad6032a7
fix: Hop & Lightspeed
2021-07-09 23:35:04 +02:00
Folke Lemaitre
b40cc52861
feat: added support for LspSignatureActiveParameter
2021-07-08 10:26:49 +02:00
Folke Lemaitre
b15ab410a5
fix: brighter conceal. Fixes #70
2021-06-25 17:09:43 +02:00
Gaetan Puleo
65b99e5a77
feat: added fern and lspsaga colors ( #56 )
2021-06-24 00:20:09 -07:00
Santos Gallegos
56da7ce1d5
feat: Change TSTextReference from red to teal ( #62 )
2021-06-17 04:43:36 -07:00
Folke Lemaitre
ed89c01ea0
fix: dont lazyload lsp colors
2021-05-21 14:07:15 +02:00
Folke Lemaitre
4b1a3f7b0d
feat: better markdown support
2021-05-21 12:19:26 +02:00
Santos Gallegos
9466f5e618
fix: improved tree-sitter support ( #40 )
2021-05-16 23:44:57 -07:00
Folke Lemaitre
fc7301ab94
fix: spelling and markdown links
2021-05-12 11:18:48 +02:00
Folke Lemaitre
d9ff8c6f9d
fix: better markdown styles
2021-05-11 13:21:48 +02:00
Gaetan Puleo
ff6324cc2b
fix: NvimTreeSymlink and NvimTreeImageFile ( #33 )
2021-05-09 08:39:01 -07:00
Folke Lemaitre
529e6d9f32
refactor: removed setting lualine highlight groups for siagnostics. lualine PR will fix this
2021-05-07 12:07:59 +02:00
Folke Lemaitre
13a63eba5a
Merge branch 'main' of github.com:folke/tokyonight.nvim
2021-05-07 11:43:56 +02:00
Folke Lemaitre
f9923eca57
fix: NvimTreeIndent color
2021-05-07 11:43:49 +02:00
Christian Maniewski
ece39b9dba
Add terminal-debug colors ( #31 )
2021-05-05 03:27:44 -07:00
Folke Lemaitre
0277eb5578
fix: WhichKeyFloating => WhichKeyFloat
2021-05-04 08:27:18 +02:00
Folke Lemaitre
8a759c7579
feat: nvim tree deleted
2021-05-02 10:13:28 +02:00
Folke Lemaitre
5ba1e9f9fa
fix: much better diff colors in line with the vscode theme
2021-05-02 09:40:40 +02:00
Folke Lemaitre
f6f86c55e1
feat: added support for illuminate & improvements for which key
2021-05-02 09:32:14 +02:00
JSchrtke
dfa4933ce2
Add different highlight color for 'diff text' ( #27 )
...
When lookin at diffs, it is very useful to not only see if a line
changed, but also have a highlight for what exactly changed within the
line.
2021-05-02 00:24:55 -07:00
Folke Lemaitre
fb250844a1
fix: better fg color for Substitute #24
2021-04-28 22:07:19 +02:00
Folke Lemaitre
9e0fc898b2
fix: better colors for WhichKey
2021-04-28 20:20:27 +02:00
cgoboncan-ebsi
d8913bad1e
Fixed transparency issue in SignColumn. ( #22 )
2021-04-28 06:21:57 -07:00
Folke Lemaitre
54e1db2ec1
feat: full support for the upcoming all new which-key.nvim ;)
2021-04-28 14:59:44 +02:00
Folke Lemaitre
a3265f28dc
fix: make IncSearch orange to easily see where the cursor is. Fixes #20
2021-04-26 07:28:33 +02:00
Folke Lemaitre
49b3b90798
feat: slighlty increase git signs brightness and make them configurable
2021-04-25 11:42:59 +02:00
Folke Lemaitre
b041c5e8a5
fix: apply sidebar stuff on FileType instead of BufWinEnter
2021-04-23 17:17:52 +02:00
Folke Lemaitre
cb54f41063
fix: StatusLineNC is now different from StatusLine to prevent the "^^^" chars
2021-04-23 09:17:28 +02:00
Folke Lemaitre
fdb9e60ce8
fix: better highlights for LspTrouble
2021-04-22 00:47:16 +02:00
Folke Lemaitre
7f0566cb35
feat: initial version
2021-04-22 00:09:25 +02:00
Folke Lemaitre
fc9adf1cfe
feat: optional italic for variables ( fix #8 )
2021-04-21 23:56:40 +02:00
Folke Lemaitre
b5a42b7aee
feat: support for the upcaoming LspTrouble
2021-04-21 23:50:05 +02:00
Luke Mitchell
2c2e923df5
Add support for vim-sneak ( #7 )
...
Add highlights to support the [vim-sneak] plugin.
[vim-sneak]: https://github.com/justinmk/vim-sneak
2021-04-21 14:48:06 -07:00
Folke Lemaitre
6307f35be8
feat: added highlighting TS query for typescript @keyword.function
2021-04-21 10:16:09 +02:00
Folke Lemaitre
05a58ca1bd
feat: improved lua syntax with treesitter of functions and self keyword
2021-04-21 10:03:43 +02:00