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()
|
opts = function()
|
||||||
local dynamic_color = require("fschauen.util.lualine").dynamic_color
|
local dynamic_color = require("fschauen.util.lualine").dynamic_color
|
||||||
local window = require("fschauen.window")
|
local window = require("fschauen.window")
|
||||||
|
local orange = "#d65d0e"
|
||||||
|
|
||||||
local autoformat = require("fschauen.util.autoformat").lualine()
|
local autoformat = require("fschauen.util.autoformat").lualine()
|
||||||
local branch = {
|
local branch = {
|
||||||
|
@ -21,9 +22,8 @@ return {
|
||||||
local searchcount = "fschauen.searchcount"
|
local searchcount = "fschauen.searchcount"
|
||||||
local spell = "fschauen.spell"
|
local spell = "fschauen.spell"
|
||||||
local status =
|
local status =
|
||||||
{ dynamic_color("fschauen.status"), color = { fg = "#fe8019" }, padding = 0 }
|
{ dynamic_color("fschauen.status"), color = { fg = orange }, padding = 0 }
|
||||||
local whitespace =
|
local whitespace = { dynamic_color("fschauen.whitespace"), color = { bg = orange } }
|
||||||
{ dynamic_color("fschauen.whitespace"), color = { bg = "#d65d0e" } }
|
|
||||||
local wrap = "fschauen.wrap"
|
local wrap = "fschauen.wrap"
|
||||||
|
|
||||||
local sections = {
|
local sections = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue