mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "e7a5fc498e2f5afadc516d4969560ded25e99b2c" and "8b041f2e3443a16f206d1994b725aefbfbf5e2e3" have entirely different histories.
e7a5fc498e
...
8b041f2e34
1 changed files with 0 additions and 26 deletions
|
|
@ -1,26 +0,0 @@
|
||||||
local dotfiles_gruv = require'lualine.themes.gruvbox'
|
|
||||||
local colors = vim.g.dotfiles_colorscheme_base16_colors
|
|
||||||
|
|
||||||
-- Structure of themes is as follows:
|
|
||||||
-- a: Outer components, such as `NORMAL` text and line counts
|
|
||||||
-- b: secondary components, such git branch info
|
|
||||||
-- c: Middle components, basically everything in the middle
|
|
||||||
|
|
||||||
dotfiles_gruv.normal.a.bg = colors[12].gui
|
|
||||||
|
|
||||||
dotfiles_gruv.insert.a.bg = colors[14].gui
|
|
||||||
dotfiles_gruv.insert.c.bg = colors[2].gui
|
|
||||||
|
|
||||||
dotfiles_gruv.visual.a.bg = colors[15].gui
|
|
||||||
dotfiles_gruv.visual.c.bg = colors[2].gui
|
|
||||||
dotfiles_gruv.visual.c.fg = colors[7].gui
|
|
||||||
|
|
||||||
dotfiles_gruv.command.a.bg = colors[16].gui
|
|
||||||
dotfiles_gruv.command.c.bg = colors[2].gui
|
|
||||||
dotfiles_gruv.command.c.fg = colors[7].gui
|
|
||||||
|
|
||||||
require('lualine').setup{
|
|
||||||
options = {
|
|
||||||
theme = dotfiles_gruv
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue