Commit graph

268 commits

Author SHA1 Message Date
Max Del Canto 591bdb727e
Merge pull request #46 from maxmx03/release-please--branches--main--components--release-please-action
chore(main): release 1.0.6
2023-10-02 09:26:34 -03:00
github-actions[bot] 970daa5432
chore(main): release 1.0.6 2023-10-02 12:19:43 +00:00
Max Miliano 85ac187a23 fix: telescope selection 2023-10-02 09:19:09 -03:00
Max Del Canto 67f9d36e8d
Merge pull request #42 from maxmx03/release-please--branches--main--components--release-please-action
chore(main): release 1.0.5
2023-08-16 21:52:33 -03:00
github-actions[bot] 99f5df7781
chore(main): release 1.0.5 2023-08-17 00:52:12 +00:00
Max Del Canto 5d951fe713
Merge pull request #41 from redstreet/param
fix: treesitter parameter style was not being overridden by config
2023-08-16 21:51:43 -03:00
Red S 2f59f9d152 fix: treesitter parameter style was not being overridden by config 2023-08-16 14:07:42 -07:00
Max Del Canto afac306721
Merge pull request #38 from maxmx03/release-please--branches--main--components--release-please-action
chore(main): release 1.0.4
2023-07-06 18:44:53 -03:00
github-actions[bot] 39a0b9a564
chore(main): release 1.0.4 2023-07-06 21:43:37 +00:00
Max Miliano 54a7b797b1 fix: LspInlayHint foreground color on light mode
Updated LspInlayHint to use different foreground colors for dark and light modes
2023-07-06 18:43:09 -03:00
Max Del Canto c357e51bef
Merge pull request #37 from maxmx03/release-please--branches--main--components--release-please-action
chore(main): release 1.0.3
2023-07-06 08:35:20 -03:00
github-actions[bot] 5e94106ce4
chore(main): release 1.0.3 2023-07-06 11:34:44 +00:00
Max Miliano 7b0181d72f fix: colorcolumn, incsearch, floatborder
remove foreground color for colorcolumn
disable background color for incsearch and floatborder when transparent is enabled
2023-07-06 08:34:11 -03:00
Max Del Canto 8c59d890fd docs: update colorscheme docs
- corrected neovim version reference
- updated last change date in colorscheme docs
2023-07-01 12:59:32 -03:00
Max Del Canto 04a5b9b9c2
Merge pull request #35 from maxmx03/release-please--branches--main--components--release-please-action
chore(main): release 1.0.2
2023-07-01 12:46:14 -03:00
github-actions[bot] 5f84b31bc4
chore(main): release 1.0.2 2023-07-01 15:44:10 +00:00
Max Del Canto 54430f0084 fix: neo editor winseparator
The background of winseparator has been removed in transparent mode.
2023-07-01 12:43:45 -03:00
Max Del Canto b0ffff25f4
Merge pull request #34 from maxmx03/release-please--branches--main--components--release-please-action
chore(main): release 1.0.1
2023-06-29 20:22:31 -03:00
github-actions[bot] c5d9ae0713
chore(main): release 1.0.1 2023-06-29 23:22:02 +00:00
Max Del Canto 76de8824aa fix: indentblankline, whitespace, treesitter text hl
Fixes the problem where the background colors of indentblankline were inconsistent with the text editor's background color
2023-06-29 20:19:42 -03:00
Max Del Canto 247236788d docs: fix sentence 2023-06-29 10:47:04 -03:00
Max Del Canto f65eb1c95d
Merge pull request #32 from maxmx03/release-please--branches--main--components--release-please-action
chore(main): release 1.0.0
2023-06-29 10:35:21 -03:00
github-actions[bot] d18c243424
chore(main): release 1.0.0 2023-06-29 13:30:35 +00:00
Max Del Canto f0763424b3 refactor: Update Solarized Theme
The Solarized theme has been completely reworked to ensure it is a faithful and accurate port of the original work. All inconsistencies and issues have been resolved.

Added the option to enable or disable highlight groups, solarized now have docs and commands.

BREAKING CHANGE: The highlight and colors callbacks now accept only two parameters, colors and colorhelper table.
2023-06-29 10:28:46 -03:00
Max Del Canto db9cdc0fc0 add release-please 2023-06-29 10:13:27 -03:00
Max Miliano 7357e0e366 fix: neovim - signcolumn bg 2023-04-29 00:25:27 -03:00
Max Miliano 0a6c110795 changes: neovim - signcolumn 2023-04-29 00:24:28 -03:00
Max Miliano 277a2caa51 changes: neovim - telescopenormal 2023-04-29 00:20:44 -03:00
Max Miliano 5562d2d86b changes: neovim pmenu 2023-04-29 00:19:21 -03:00
Max Miliano eeb354dc42 changes: neovim normalfloat, nvimtree 2023-04-29 00:18:14 -03:00
Milianor fc15218b70
Merge pull request #27 from maxmx03/maxmx03-patch-1
Update README.md
2023-04-16 16:55:19 -03:00
Milianor 2e3c2faf55
Update README.md 2023-04-16 16:55:02 -03:00
Max Miliano 32427a7682 changes: readme.md, semantic hl, saga 2023-04-08 20:18:43 -03:00
Max Miliano 0963ad836b fix: check if neovim is nightly to load advanced hl 2023-03-27 16:38:00 -03:00
Max Miliano 7965990c32 changes: semantic hl 2023-03-18 19:04:11 -03:00
Max Miliano b60bea34b9
Merge pull request #22 from maxmx03/21-bug-unexpected-event-when-trying-to-apply_semantic_hl
fix bug
2023-03-18 18:57:44 -03:00
Max Miliano 795f7c96ea fix bug 2023-03-18 18:57:09 -03:00
Max Miliano 888c1a20e4
Merge pull request #20 from maxmx03/semantic-hl
Semantic hl
2023-03-18 13:28:16 -03:00
Max Miliano d310bf291b update: semantic highlight for neovim and vscode themes 2023-03-18 13:26:20 -03:00
Max Miliano ceddf1e374 update 2023-03-18 12:13:59 -03:00
Max Miliano 315a61db21 test: advanced hl 2023-03-18 12:11:20 -03:00
Max Miliano de9d185c5c test: sematnic variable declaration 2023-03-18 12:03:16 -03:00
Max Miliano 9df45879be update: vscode 2023-03-18 11:57:06 -03:00
Max Miliano 7b40b3a84e update: vscode type.builtin 2023-03-18 11:55:54 -03:00
Max Miliano cce0dc3a22 update: vscode hl 2023-03-18 11:50:52 -03:00
Max Miliano b8a75f8281 semantic: variable default library 2023-03-18 11:45:27 -03:00
Max Miliano 7bdca02f7f semantic for variables 2023-03-18 11:42:10 -03:00
Max Miliano f1def4258b fix semantic hl 2023-03-18 11:35:25 -03:00
Max Miliano b1478ea0c1 fix apply semantic 2023-03-18 11:29:05 -03:00
Max Miliano e498b84080 semantic paramater 2023-03-18 11:09:51 -03:00