nvim: minor color tweak to lualine
This commit is contained in:
parent
e41195a7a7
commit
2bc0bfc4da
1 changed files with 3 additions and 3 deletions
|
@ -6,6 +6,7 @@ return {
|
|||
opts = function()
|
||||
local dynamic_color = require("fschauen.util.lualine").dynamic_color
|
||||
local window = require("fschauen.window")
|
||||
local orange = "#d65d0e"
|
||||
|
||||
local autoformat = require("fschauen.util.autoformat").lualine()
|
||||
local branch = {
|
||||
|
@ -21,9 +22,8 @@ return {
|
|||
local searchcount = "fschauen.searchcount"
|
||||
local spell = "fschauen.spell"
|
||||
local status =
|
||||
{ dynamic_color("fschauen.status"), color = { fg = "#fe8019" }, padding = 0 }
|
||||
local whitespace =
|
||||
{ dynamic_color("fschauen.whitespace"), color = { bg = "#d65d0e" } }
|
||||
{ dynamic_color("fschauen.status"), color = { fg = orange }, padding = 0 }
|
||||
local whitespace = { dynamic_color("fschauen.whitespace"), color = { bg = orange } }
|
||||
local wrap = "fschauen.wrap"
|
||||
|
||||
local sections = {
|
||||
|
|
Loading…
Add table
Reference in a new issue