File tree Expand file tree Collapse file tree 5 files changed +15
-7
lines changed Expand file tree Collapse file tree 5 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -165,4 +165,4 @@ teal = "#118c74"
165
165
terminal_black = " #a1a6c5"
166
166
todo = " #2e7de9"
167
167
warning = " #8c6c3e"
168
- yellow = " #8c6c3e"
168
+ yellow = " #8c6c3e"
Original file line number Diff line number Diff line change @@ -165,4 +165,4 @@ teal = "#4fd6be"
165
165
terminal_black = " #444a73"
166
166
todo = " #82aaff"
167
167
warning = " #ffc777"
168
- yellow = " #ffc777"
168
+ yellow = " #ffc777"
Original file line number Diff line number Diff line change @@ -165,4 +165,4 @@ teal = "#1abc9c"
165
165
terminal_black = " #414868"
166
166
todo = " #7aa2f7"
167
167
warning = " #e0af68"
168
- yellow = " #e0af68"
168
+ yellow = " #e0af68"
Original file line number Diff line number Diff line change @@ -165,4 +165,4 @@ teal = "#1abc9c"
165
165
terminal_black = " #414868"
166
166
todo = " #7aa2f7"
167
167
warning = " #e0af68"
168
- yellow = " #e0af68"
168
+ yellow = " #e0af68"
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ function M.generate(colors)
78
78
directive = " PreProc" ,
79
79
[" function" ] = " @keyword.function" ,
80
80
storage = {
81
- nil , -- rust: `let`
82
- type = nil , -- rust: `struct` & `type`
81
+ nil , -- rust: `let`
82
+ type = nil , -- rust: `struct` & `type`
83
83
modifier = nil , -- rust: `mut`
84
84
},
85
85
},
@@ -164,6 +164,14 @@ function M.generate(colors)
164
164
{ " helix" , bg = " bg" },
165
165
separator = nil ,
166
166
},
167
+ bufferline = {
168
+ nil ,
169
+ active = {
170
+ " helix" ,
171
+ fg = " fg" ,
172
+ bg = " bg_visual" ,
173
+ },
174
+ },
167
175
cursor = {
168
176
" Cursor" ,
169
177
normal = nil ,
@@ -343,7 +351,7 @@ function M.pairsByKeys(t, f)
343
351
table.insert (a , n )
344
352
end
345
353
table.sort (a , f )
346
- local i = 0 -- iterator variable
354
+ local i = 0 -- iterator variable
347
355
local iter = function () -- iterator function
348
356
i = i + 1
349
357
if a [i ] == nil then
You can’t perform that action at this time.
0 commit comments