Commit graph

297 commits

Author SHA1 Message Date
derek_lee
0906d4f956 3rd change to variable colors 2022-10-05 12:01:57 +04:00
derek_lee
68658a927a 2nd change to variable colors 2022-10-05 11:45:07 +04:00
derek_lee
8648fa572e Adjusted color for variable names 2022-10-05 11:41:36 +04:00
derek_lee
350a06e782 First completion for base16 2022-10-05 11:36:54 +04:00
derek_lee
41c11631be Changed background color to darker black 2022-10-05 11:13:01 +04:00
derek_lee
b306573362 Changed some colors for base 16 2022-10-05 11:07:51 +04:00
derek_lee
426e79bf5b Removed some typos within first commit 2022-10-05 10:42:55 +04:00
derek_lee
225139cb00 Added new dark_horizon file with gruvbox colors for testing 2022-10-05 10:34:29 +04:00
Willian Alves
c4f013ec52 add copilot item kind to cmp config 2022-10-03 23:01:41 -03:00
siduck
7bbeff2acb add healthsucess hl group 2022-09-21 18:37:30 +05:30
siduck
271ec3f046 Revert "fix: improve the kanagawa theme"
This reverts commit 0f6e1210bf.
2022-09-21 18:27:25 +05:30
Sidhanth Rathod
b4e909344a
Merge pull request #105 from cvignal/master
[feat] Added solarized dark theme
2022-09-20 19:10:03 +05:30
Sidhanth Rathod
08593221e7
Merge pull request #104 from ritchielrez/master
feat: Gruvbox Material theme
2022-09-20 19:05:50 +05:30
Arman Hashemi
3667a59cfa fix(kanagawa): update Number highlight 2022-09-16 19:09:01 +04:30
Arman Hashemi
0f6e1210bf fix: improve the kanagawa theme 2022-09-16 18:42:31 +04:30
Charles VIGNAL
1e2e31c475 [feat] Added solarized dark theme 2022-09-12 23:19:45 +02:00
RitchielRez
5d8164facc
fix(gruvbox_material): not base0 but base0E 2022-09-12 16:31:03 +06:00
RitchielRez
b2b154c253
fix(gruvbox_material): TSRepeat links to Repeat 2022-09-12 14:29:06 +06:00
RitchielRez
a1cb8ad929
fix(gruvbox_material): changed to color red for for keyword 2022-09-12 14:17:09 +06:00
RitchielRez
b4b472a535
fix(gruvbox_material): updated base_16 table 2022-09-12 14:11:59 +06:00
RitchielRez
efd4265840
feat(gruvbox_material): strings now use Teal 2022-09-12 14:01:32 +06:00
RitchielRez
eb1d3dbaa0
fix(gruvbox_material): TSProperty doesn't use the same color as TSVariable 2022-09-12 13:48:59 +06:00
RitchielRez
6dcc14829f
fix(gruvbox_material): trying to change TSInclude property's color 2022-09-12 13:34:03 +06:00
RitchielRez
2b0c13cb3b
fix(gruvbox_material): TSInclude should be 1st 2022-09-12 13:24:38 +06:00
RitchielRez
ef2208ca42
feat(gruvbox_material): include property color doesn't change 2022-09-12 13:15:20 +06:00
RitchielRez
31c1a5ba43
feat(gruvbox_material): include property uses red now 2022-09-12 13:06:23 +06:00
RitchielRez
171f1458b5
feat(gruvbox_material): polishing highlight groups 2022-09-12 10:49:25 +06:00
RitchielRez
c025b6db43
feat(gruvbox_material): keyword color changed to red 2022-09-11 21:31:26 +06:00
RitchielRez
b632d4f3fe
fix(gruvbox_material): revert last commit 2022-09-10 20:08:03 +06:00
RitchielRez
34b3e24527
feat(gruvbox_material): some problems with variables 2022-09-10 20:06:05 +06:00
RitchielRez
fa37bdd640
feat(gruvbox_material): fucntion names will use green now 2022-09-10 19:32:09 +06:00
RitchielRez
c40b2f7d9e
feat(gruvbox_material): variables will use blue 2022-09-10 19:21:22 +06:00
RitchielRez
37dd415d58
feat(gruvbox_material): base16 updates 2022-09-10 10:18:19 +06:00
RitchielRez
7c38e3da57
feat(gruvbox_material): new theme 2022-09-10 10:08:04 +06:00
Sidhanth Rathod
b9f7d41da3
Merge pull request #101 from shashanktomar/notify-integration
add integration for notify plugin
2022-09-08 13:14:24 +05:30
siduck
36aa9b38b5 make everforest a lil colorful 2022-08-30 16:36:00 +05:30
Shashank Tomar
76221ce448 add integration for notify plugin 2022-08-26 14:42:52 +10:00
siduck
39cdabaad2 change some gruvbox colors | #99 2022-08-24 14:49:21 +05:30
Akianonymus
564e29cd6a load_theme: Syntax should be part of the default theme 2022-08-12 22:26:09 +05:30
siduck
4a381cbcb1 add rxyhn theme back #94 2022-08-09 10:16:54 +05:30
siduck
dfdcff9c6b misc 2022-08-07 05:45:59 +05:30
rxyhn
991cd1ba4c
feat: yoru themes
rxyhn -> yoru, changed some color accents(bg, fg, bright pallete). and also implemented the terms and conditions of NvChad theme
2022-08-07 02:48:43 +07:00
siduck
94043cfdae lighten light_grey in gruvbox theme
https://github.com/NvChad/ui/issues/5#issuecomment-1202724756
2022-08-02 20:18:51 +05:30
Nikita Rudenko
a7592dcc1d Fix user highlights not updated on theme toggling
Lua copies tables by reference, which leads to permanent replacements of
named colors to their absolute values in user highlight table.
Thus, when theme is toggled or changed, user highlights are not updated,
cause they are stuck with absolute values.
This commit does two thigs:
 * Copy user highlight tables by value
 * Add missing hl_add update in chadlights.lua
2022-07-29 14:19:41 +03:00
siduck
f7340d7245 add mason.nvim highlights 2022-07-25 20:49:53 +00:00
siduck
29ce413304 add mason.nvim highlights 2022-07-25 14:36:01 +00:00
siduck
ca546ccacd format files 2022-07-22 16:02:05 +00:00
siduck
8195ffa939 misc 2022-07-04 15:00:27 +05:30
siduck
e2fcca8a0d misc 2022-07-04 13:20:12 +05:30
siduck
ba25a5f3ba add TSkeyword hl to treesitter integration | fix https://github.com/NvChad/NvChad/issues/1308 2022-07-04 05:53:29 +05:30