Redoxahmii
1fac64a23c
perf(reassign): slowly replace all reassign colors with theme colors
2025-01-24 01:55:24 +05:00
Redoxahmii
d4dfdf3e38
feat(extras): add newer extras and assign missing colors
2025-01-24 01:41:46 +05:00
Redoxahmii
da1b6f7649
Merge branch 'main' into gen-merge
2025-01-23 13:28:01 +05:00
Redoxahmii
94cfed239a
feat(snacks): add snacks.picker hl to match other pickers
2025-01-15 11:44:38 +05:00
Redoxahmii
83958cd5cc
feat(lightline): change lightline theme to osaka on setup
2025-01-08 06:48:08 +05:00
Redoxahmii
5791e490ee
fix(which-key): misspell correction
2025-01-07 03:23:43 +05:00
Redoxahmii
ab3d30c9aa
fix(which-key): add WhichKeySeparator group
2025-01-07 03:15:31 +05:00
Redoxahmii
678ed69d08
fix(which-key): remove deprecated group
2025-01-07 03:06:15 +05:00
Redoxahmii
483d5f6494
chore(which-key): remove duplicate
2025-01-07 00:51:44 +05:00
Redoxahmii
fbab1f6c00
feat(lightline): lightline colors close to lualine
2025-01-07 00:51:14 +05:00
Redoxahmii
2663501654
fix(term): assign missing term colors
CI / extras (push) Has been cancelled
CI / tests (ubuntu-latest) (push) Has been cancelled
CI / docs (push) Has been cancelled
CI / release (push) Has been cancelled
2025-01-06 21:08:08 +05:00
Miroslav Lincovschi
bed82a2c3a
fix: misspell on the plugin name
2025-01-06 11:25:05 +03:00
Miroslav Lincovschi
4dbf58b2a0
fix: misspell on the filename
2025-01-06 11:23:39 +03:00
Miroslav Lincovschi
1dc4548835
feat: commit b2446aa
2025-01-04 00:46:13 +03:00
Miroslav Lincovschi
a0e35462c1
fix: remove unnecessary link
2024-12-24 19:52:31 +03:00
Miroslav Lincovschi
b25529899e
fix: commit aee69e3
2024-12-24 18:54:46 +03:00
Miroslav Lincovschi
d4bcea1287
fix: commit 2fa6c30
2024-12-24 18:52:30 +03:00
Miroslav Lincovschi
b9772fe601
feat: add fzf-lua hl groups
2024-12-24 18:48:51 +03:00
Miroslav Lincovschi
caf0ff3621
style: remove unused comment
2024-12-24 18:48:13 +03:00
Miroslav Lincovschi
97ad4060a1
feat: add blink.cmp hl groups
2024-12-24 18:37:27 +03:00
Miroslav Lincovschi
f86886d1fd
fix: using the wrong highlight groups for nvim-ts-raindow2 and rainbow-delimiters
2024-12-23 18:35:56 +03:00
Miroslav Lincovschi
78b1327c10
style: format highlight groups to more readable style
2024-12-23 18:29:24 +03:00
Miroslav Lincovschi
49bf743bf0
fix: add missing option hide_inactive_statusline
2024-12-23 17:42:41 +03:00
Miroslav Lincovschi
c854ecd5df
feat: add missing color switching
2024-12-18 12:06:54 +03:00
Miroslav Lincovschi
aad7008e23
refactor: remove unused require to util.lua
2024-12-18 02:51:43 +03:00
Miroslav Lincovschi
71e05aa291
feat: add new option to control plugins integration
2024-12-18 02:50:39 +03:00
Miroslav Lincovschi
e14e5af690
refactor: refactor theme.lua and util.lua
2024-12-18 02:49:20 +03:00
Miroslav Lincovschi
dbfd92eba5
feat: add index.lua file in groups folder
2024-12-18 02:47:52 +03:00
Miroslav Lincovschi
90ab10ee27
feat: move plugins to separate files
2024-12-18 02:42:59 +03:00
Redoxahmii
0fb0993aea
feat(snacks): hl for snacks.indent same to mini.indentscope
2024-12-14 21:20:58 +05:00
Redoxahmii
8926f85a6e
fix(neotree): use color from palette
2024-11-25 09:40:14 +05:00
Redoxahmii
df162973df
fix(neotree): use color from palette
2024-11-25 06:59:50 +05:00
Redoxahmii
66c764ff34
feat(colors): reassigning colors separate so easier to change
2024-11-24 09:09:04 +05:00
Redoxahmii
60dcf1a412
feat(build): add script and missing colors
2024-11-23 12:10:49 +05:00
Redoxahmii
30d3574c44
chore(names): update names on all colorschemes
2024-11-23 12:10:12 +05:00
Redoxahmii
b943beff40
fix(colors): reassign missing colors from generator
2024-11-23 09:19:32 +05:00
Redoxahmii
f75535eb3d
feat(kitty): kitty colors working properly
2024-11-23 08:25:07 +05:00
Redoxahmii
5403f91bf9
style(neo-tree): change "hidden items" color to readable
2024-11-23 07:57:44 +05:00
Redoxahmii
aa15ef04e1
feat(snacks): add snacks dashboard hl groups
2024-11-23 01:56:56 +05:00
Miroslav Lincovschi
e97c50d2ef
feat(leap): update highlight for leap.nvim
CI / extras (push) Has been cancelled
CI / tests (ubuntu-latest) (push) Has been cancelled
CI / docs (push) Has been cancelled
CI / release (push) Has been cancelled
2024-11-16 09:46:06 +09:00
Evgeni Chasnovski
f1f61620fc
feat(theme): add new 'mini.nvim' highlight groups
2024-06-30 11:56:34 +09:00
Takuya Matsuyama
0083cb2378
fix(lsp): fix reference text styles
...
it should be illuminated with bg color
fix #34
2024-05-21 11:34:00 +09:00
Christoph Zirkelbach
f7615ec597
fix(theme): support italic text in Markdown files
...
- Treesitter: `@markup.emphasis` -> `@markup.italic`
- 722617e672/CONTRIBUTING.md ?plain=1#L211
2024-03-22 10:22:21 +09:00
Redox
2b48494b65
feat(theme): highlight updates for html,tsx,ts,js,jsx,vue,markdown ( #25 )
...
* feat(theme): highlight updates for html,tsx,ts
* fix(theme): javascript consistent
* fix(theme):change to better color for highlighting
* feat(theme):better Vue and Markdown syntax highlighting.
* fix(colors): color for todo items
assigned a color for todo items to get rid of the error in the theme.lua file
* refactor(theme):Removed direct hex values
changed colors with the utils provided for darkening.
* fix(theme):lessen the darken effect
* refactor(theme):Remove unnecessary tag
* feat(theme):foreground colors for flash
* fix(theme):revert to base colors
* chore(theme):Removed rainbow markdown.
---------
Co-authored-by: Redoxahmii <fullmeta2334@gmail.com>
2024-03-12 12:45:10 +09:00
Takuya Matsuyama
40808f8bc1
feat(theme): update highlights
2024-03-05 22:19:50 +09:00
Takuya Matsuyama
7d08de5937
fix(lualine): make it match lualine's builtin solarized-dark color scheme
...
The 'b' section does not look good
fix #20
2024-02-26 09:28:36 +09:00
Lin Tinusgrag
f6e66670e3
fix(lualine): lualine b section looks unpleasant ( #13 )
...
status info in b section was set to use light colors but the bg color
was also light
2024-01-25 14:39:31 +09:00
Takuya Matsuyama
e436a77eb6
fix(lsp-trouble): incorrect bg color for TroubleNormal
...
folkes/trouble
fix #11
2024-01-16 15:03:30 +09:00
Takuya Matsuyama
83b7026ac7
fix(colors): update some colors
2023-12-12 22:41:04 +09:00
Takuya Matsuyama
75e7315e5d
fix(colors): lspInlayHint
2023-12-12 22:32:11 +09:00