Commit Graph

37 Commits

Author SHA1 Message Date
Folke Lemaitre
9bc8f4e8f0
feat: improved tokyonight moon (based on moonlight theme) palette 2022-09-19 06:47:39 +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
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
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
12649d34fe
feat: callbacks to easily override (or add) colors and highlights 2022-09-05 20:32:31 +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
dba4e35903
refactor: refactored code to better deal with the day theme 2022-09-05 14:06:03 +02:00
Folke Lemaitre
bd4e3d58e2
refactor: use a better way to generate day style 2022-09-05 12:16:26 +02:00
raminou
d75cd5259a
fix: use terminal_colors (#161)
Co-authored-by: Remi Drouin <rdrouin@graimatterlabs.ai>
2022-09-02 08:00:36 +02:00
Folke Lemaitre
a5b3cbe750
fix: defer loading lualine updates for inactive statusline. Fixes #78 2021-08-05 13:51:06 +02:00
Kaiz Khatri
26c68031b3
nested & NONE colors override added (#84) 2021-08-05 00:28:18 -07: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
6e1d4c2f37
perf: remove async loading 2021-06-19 18:55:40 +02:00
Folke Lemaitre
6be063284b feat: configurable brightness of the Day style 2021-05-19 08:49:33 +02:00
Folke Lemaitre
09cc28432f build: selene + stylua 2021-05-12 11:19:28 +02:00
Folke Lemaitre
7d65671e5a feat: light and random ;) 2021-05-09 17:45:05 +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
ec460230b4 fix: terminal colors for light theme 2021-04-25 15:53:20 +02:00
Folke Lemaitre
f7b4afbba2 feat: use background setting to determine light / dark theme #15 2021-04-25 15:50:02 +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
07bcc91274 fix: only increase lightness for darker collors 2021-04-24 22:31:32 +02:00
Folke Lemaitre
8889ad8848 feat: "day" variant 2021-04-24 22:24:40 +02:00
Folke Lemaitre
002bae49d4 feat: make colors configurable 2021-04-23 20:21:12 +02:00
Folke Lemaitre
45b598f613 fix: transparent works again 2021-04-23 17:45:01 +02:00
Folke Lemaitre
b041c5e8a5 fix: apply sidebar stuff on FileType instead of BufWinEnter 2021-04-23 17:17:52 +02:00
Folke Lemaitre
c967980ae0 feat: added cterm support 2021-04-23 08:48:26 +02:00
Folke Lemaitre
bb951669d4 fix: delete autocmds when the colorscheme changes to something else 2021-04-20 23:57:15 +02:00
Folke Lemaitre
a425e02942 feat: darker sidebars 2021-04-20 12:19:20 +02:00
Folke Lemaitre
b7e7b8c163 added terminal colors 2021-04-20 11:58:45 +02:00
Folke Lemaitre
07fca7366b better git colors 2021-04-19 20:43:20 +02:00
Folke Lemaitre
5dbdf8193a completed v1 2021-04-19 14:39:35 +02:00
Folke Lemaitre
83cec6c4e0 inital commit 2021-04-17 21:22:55 +02:00