summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-02 09:47:09 +0100
committerJoe <rbo@gmx.us>2024-01-02 09:47:09 +0100
commit5647e4c185fed274b4908b9ea631271637df8550 (patch)
tree83c92a2dfa8ff9dc61bc71ed6b6ff21ab6c3fce1 /.config/nvim/after
parentup (diff)
downloaddotfiles-bsd-5647e4c185fed274b4908b9ea631271637df8550.tar.gz
dotfiles-bsd-5647e4c185fed274b4908b9ea631271637df8550.tar.bz2
dotfiles-bsd-5647e4c185fed274b4908b9ea631271637df8550.tar.xz
dotfiles-bsd-5647e4c185fed274b4908b9ea631271637df8550.tar.zst
dotfiles-bsd-5647e4c185fed274b4908b9ea631271637df8550.zip
up
Diffstat (limited to '.config/nvim/after')
-rw-r--r--.config/nvim/after/plugin/lualine.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/nvim/after/plugin/lualine.lua b/.config/nvim/after/plugin/lualine.lua
index 3a73a0d..b266af3 100644
--- a/.config/nvim/after/plugin/lualine.lua
+++ b/.config/nvim/after/plugin/lualine.lua
@@ -7,12 +7,12 @@ local lualine = require('lualine')
-- stylua: ignore
local colors = {
bg = '#202328',
- fg = '#bbc2cf',
- yellow = '#ECBE7B',
+ fg = '#a89984',
+ yellow = '#ecbe7b',
cyan = '#008080',
darkblue = '#081633',
green = '#98be65',
- orange = '#FF8800',
+ orange = '#ff8800',
violet = '#a9a1e1',
magenta = '#c678dd',
blue = '#51afef',