Skip to content

Is there anyway to configure the background of context bar #11

Answered by adoyle-h
Sansui233 asked this question in Q&A
Discussion options

You must be logged in to vote

It's a Lualine's section, and the code context is from Aerial.
The status bar at the top of window is the Winbar which customized by Lualine.

To change the background of context bar

require('one').setup {
	config = {
		statusline = {
			lualine = {
				winbar = {
					lualine_c = {
						{
							'aerial',
							sep = ' > ', -- The separator to be used to separate symbols in status line.
							depth = nil,
							dense = false,
							dense_sep = '.', -- The separator to be used to separate symbols in dense mode.
							colored = true, -- Color the symbol icons.
							color = { fg = '#9ac3de', bg = '#0A1921', gui = 'bold' }, -- the color setting of context bar
						},
					},
				},
	…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Sansui233
Comment options

Answer selected by Sansui233
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants