Skip to content

Commit aa30a7b

Browse files
committed
[feline.nvim] beautify code
1 parent 215fda7 commit aa30a7b

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

lua/plugins/feline_nvim.lua

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -215,45 +215,45 @@ components.inactive[1] = {
215215

216216
-- This table is equal to the default colors table
217217
local colors = {
218-
fg = '#C8C8C8',
219-
bg = '#1F1F23',
220-
black = "#000000",
221-
black1 = '#1B1B1B',
222-
skyblue = '#50B0F0',
223-
cyan = '#009090',
224-
green = '#60A040',
218+
fg = '#C8C8C8',
219+
bg = '#1F1F23',
220+
black = "#000000",
221+
black1 = '#1B1B1B',
222+
skyblue = '#50B0F0',
223+
cyan = '#009090',
224+
green = '#60A040',
225225
oceanblue = '#0066cc',
226-
magenta = '#C26BDB',
227-
orange = '#FF9000',
228-
red = '#D10000',
229-
violet = '#9E93E8',
230-
white = '#FFFFFF',
231-
white1 = '#808080',
232-
yellow = '#E1E120',
226+
magenta = '#C26BDB',
227+
orange = '#FF9000',
228+
red = '#D10000',
229+
violet = '#9E93E8',
230+
white = '#FFFFFF',
231+
white1 = '#808080',
232+
yellow = '#E1E120',
233233
}
234234

235235
-- This table is equal to the default separators table
236236
local separators = {
237-
vertical_bar = '',
238-
vertical_bar_thin = '',
239-
left = '',
240-
right = '',
241-
block = '',
242-
left_filled = '',
243-
right_filled = '',
244-
slant_left = '',
245-
slant_left_thin = '',
246-
slant_right = '',
247-
slant_right_thin = '',
248-
slant_left_2 = '',
249-
slant_left_2_thin = '',
250-
slant_right_2 = '',
237+
vertical_bar = '',
238+
vertical_bar_thin = '',
239+
left = '',
240+
right = '',
241+
block = '',
242+
right_filled = '',
243+
left_filled = '',
244+
slant_left = '',
245+
slant_right = '',
246+
slant_left_2 = '',
247+
slant_right_2 = '',
248+
slant_left_thin = '',
249+
slant_right_thin = '',
250+
slant_left_2_thin = '',
251251
slant_right_2_thin = '',
252-
left_rounded = '',
253-
left_rounded_thin = '',
254-
right_rounded = '',
252+
left_rounded_thin = '',
255253
right_rounded_thin = '',
256-
circle = '',
254+
left_rounded = '',
255+
right_rounded = '',
256+
circle = '',
257257
}
258258

259259
-- This table is equal to the default vi_mode_colors table

0 commit comments

Comments
 (0)