Commit Graph
100 Commits
Author SHA1 Message Date
Folke Lemaitre 7c7425b884 feat: switch purple with magenta for moon style 2022-09-19 07:28:21 +02:00
Folke LemaitreandGitHub 96237c32b5 docs: added screenshot for moon style 2022-09-19 06:50:35 +02:00
Folke Lemaitre bd8cb17110 docs: added docs on the new moon style 2022-09-19 06:48:01 +02:00
Folke Lemaitre 9bc8f4e8f0 feat: improved tokyonight moon (based on moonlight theme) palette 2022-09-19 06:47:39 +02:00
Folke Lemaitre 1d1d1722e0 refactor!: move extras in seperate directories 2022-09-18 23:51:39 +02:00
Folke Lemaitre 11b3130068 build: added generated moon styles for all extras 2022-09-18 23:46:44 +02:00
Folke Lemaitre ade781ab5d feat!: new moon style for TokyoNight, based on the Moonlight theme 2022-09-18 23:46:24 +02:00
Folke Lemaitre d24fb036b1 fix: generated extras with latest theme defs 2022-09-18 23:45:13 +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 63e24b3565 fix: create only one autocmd for sidebars 2022-09-12 11:51:35 +02:00
Folke Lemaitre 467ddc3a6e docs: added more info on how to override colors and highlihgts 2022-09-12 09:08:10 +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 afd9c6137a fix: better check for support of new highlight groups 2022-09-11 10:48:49 +02:00
Folke Lemaitre 933030d3d0 feat: make new capture groups work on Neovim 0.7 2022-09-11 10:37:58 +02:00
Folke Lemaitre ffa77681c3 fix: check expicitely wether new hl group names are supported by checking for @comment 2022-09-10 22:18:47 +02:00
Folke Lemaitre dbf43002d6 fix: dont set @ hl groups when nvim < 0.8 (fixes #207) 2022-09-10 21:28:27 +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 0c8064428c docs: format 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 508d29caae docs: added colorscheme styles to the docs 2022-09-06 15:52:10 +02:00
Folke Lemaitre 4a6bfdfa85 docs: removed additional whitespace and | in de docs. Fixes #193 2022-09-06 10:24:33 +02:00
Folke Lemaitre c32a381343 feat: added better colors for leap.nvim 2022-09-05 23:47:57 +02:00
Folke Lemaitre 02f4909cc0 fix: dim_inactive should be false by default 2022-09-05 23:10:59 +02:00
Folke Lemaitre 340c150b0d feat: better colors for IndentBlank line 2022-09-05 22:43:35 +02:00
Folke Lemaitre bd6a515e97 style: removed whitespace in config docs 2022-09-05 22:12:42 +02:00
Folke Lemaitre 805272a2f0 feat: added dim_inactive 2022-09-05 22:04:01 +02:00
Folke LemaitreandGitHub 0af477f7c9 Merge pull request #192 from folke/refactor
Refactor
2022-09-05 21:49:06 +02:00
Folke LemaitreandGitHub 903e72249f Merge pull request #191 from folke/refactor
feat: big refactor of the theme
2022-09-05 21:48:00 +02:00
Folke Lemaitre 038ee4c59a style: use consistent lowercase color names 2022-09-05 21:41:55 +02:00
Folke Lemaitre 18360573b8 docs: added borderless Telescope to examples 2022-09-05 21:41:55 +02:00
Folke Lemaitre fb47f6348a docs!: added docs for the new settings 2022-09-05 21:02:16 +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 ec13e0f44f style: added lua annotations to init methods 2022-09-05 16:56:58 +02:00
Folke Lemaitre 9268b4c39f optim: updated colors to no longer need brighten 2022-09-05 16:56:39 +02:00
Folke Lemaitre 426aed0670 feat: use vim.api.nvim_set_hl instead of ":hi" 2022-09-05 16:56:09 +02:00
Folke Lemaitre 28b790dbd6 optim: refactored color methods 2022-09-05 16:55:26 +02:00
Folke Lemaitre 70ca40cfe7 fix: improved extra generation (fixes some wrong color) 2022-09-05 16:17:10 +02:00
Folke Lemaitre 81a6845098 fix: access config.options within setup instead of global 2022-09-05 16:10:05 +02:00
Folke Lemaitre a3b558b552 feat: added colorscheme names for styles 2022-09-05 16:09:28 +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 3c05c5ad8e refactor: gitSigns 2022-09-05 12:33:12 +02:00
Folke Lemaitre bd4e3d58e2 refactor: use a better way to generate day style 2022-09-05 12:16:26 +02:00
Folke Lemaitre f2a76d28a2 style: fixed formatting 2022-09-05 12:06:20 +02:00
Folke Lemaitre 941f7a87ac build: fixed panvimdoc commit message 2022-09-05 10:45:50 +02:00
Folke Lemaitre 28a9fb918d build: added doc/tags to .gitignore 2022-09-05 10:34:05 +02:00
Folke Lemaitre 634eaecd07 docs: removed old vimdoc 2022-09-05 10:32:23 +02:00
Folke Lemaitre 4bbf5e57a5 docs: added LICENSE 2022-09-05 10:27:41 +02:00
Folke Lemaitre 75d0d0915a build: added panvimdoc github action 2022-09-05 10:01:51 +02:00
Folke Lemaitre e1cb2068a8 fix: cleanup 2022-09-03 23:47:51 +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
Folke Lemaitre 791c2a219a fix: updated highlight groups for illuminate 2022-09-01 12:28:04 +02:00
Folke Lemaitre d561999136 feat: better colors for LightSpeed 2021-12-17 23:30:40 +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
Folke Lemaitre 53d0576d25 fix: added proper styles for diagnostic virtual text and underlines 2021-10-21 10:25:26 +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 f25cd9e982 docs: added docs on how to use the color palette for other plugins. Fixes #75 2021-08-05 09:48:22 +02:00
Folke Lemaitre 921770e89d feat: added support for ALE signs 2021-08-05 09:34:39 +02:00
Folke Lemaitre 0ee0bcf14d fix: updated day scheme for xfce 2021-07-21 22:56:31 +02: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 50b1e71be5 feat: added .Xresources 2021-07-06 16:40:18 +02:00
Folke Lemaitre 0ead86afe3 perf: only do hi clear when non default colorscheme is active 2021-06-29 09:44:01 +02:00
Folke Lemaitre b15ab410a5 fix: brighter conceal. Fixes #70 2021-06-25 17:09:43 +02:00
Folke Lemaitre 53a30cdb96 docs: added vim docs 2021-06-25 14:35:09 +02:00
Folke Lemaitre 67d58e2f4d fix: clear config cache when reloading colorscheme. Fixes #71 2021-06-25 14:34:57 +02:00
Folke Lemaitre 6e1d4c2f37 perf: remove async loading 2021-06-19 18:55:40 +02:00
Folke Lemaitre 825936964b fix: treesitter queries have been merged upstream. no longer needed 2021-06-17 20:41:51 +02:00
Folke Lemaitre 852c9a8468 refactor: simplified extra template system and added docs 2021-06-04 08:26:02 +02:00
Folke Lemaitre 89ebe0a276 feat: added wezterm color schemes 2021-05-21 14:51:45 +02: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
Folke Lemaitre 6be063284b feat: configurable brightness of the Day style 2021-05-19 08:49:33 +02:00
Folke Lemaitre 48b2bee03c docs: fixed vim script example to use 1 instead of true 2021-05-17 14:16:10 +02:00
Folke Lemaitre 1e7f849d17 fix: improved git signs colors 2021-05-14 23:23:14 +02:00
Folke Lemaitre 09cc28432f build: selene + stylua 2021-05-12 11:19:28 +02: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
Folke Lemaitre 1f2eb664eb Merge branch 'main' of github.com:folke/tokyonight.nvim 2021-05-09 17:45:09 +02:00
Folke Lemaitre 7d65671e5a feat: light and random ;) 2021-05-09 17:45:05 +02: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
Folke Lemaitre 0277eb5578 fix: WhichKeyFloating => WhichKeyFloat 2021-05-04 08:27:18 +02:00
Folke Lemaitre 7dc6445349 feat: day style for terminal apps 2021-05-02 10:43:18 +02:00
Folke Lemaitre 7dce3b82dc fix: different terminal colors for black and bright black #28 #25 2021-05-02 10:16:56 +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
Folke Lemaitre d4bd2b389a docs: added info on setting up tmux with undercurls 2021-04-30 08:43:16 +02:00