From af02c64ccc39838cc4a4f607280661a9ac6b971d Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Fri, 6 Mar 2026 23:33:06 -0800 Subject: add github theme lualine --- dot-config/nvim/lua/my-lualine-theme.lua | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'dot-config/nvim/lua/my-lualine-theme.lua') diff --git a/dot-config/nvim/lua/my-lualine-theme.lua b/dot-config/nvim/lua/my-lualine-theme.lua index d2280f5..f42d331 100644 --- a/dot-config/nvim/lua/my-lualine-theme.lua +++ b/dot-config/nvim/lua/my-lualine-theme.lua @@ -1,14 +1,15 @@ --- tweaked colors from lualine default tomorrow_night +local gh = require("github-theme.spec").load("github_light") + local colors = { - bg = "#000000", - alt_bg = "#000000", - dark_fg = "#969896", - fg = "#b4b7b4", - light_fg = "#c5c8c6", - normal = "#81a2be", - insert = "#b5bd68", - visual = "#b294bb", - replace = "#de935f", + bg = gh.bg1, + alt_bg = gh.bg0, + dark_fg = gh.palette.fg.emphasis, + fg = gh.palette.fg.default, + light_fg = gh.palette.fg.subtle, + normal = gh.palette.blue.base, + insert = gh.palette.green.base, + visual = gh.palette.magenta.base, + replace = gh.palette.red.base, } local theme = { -- cgit v1.3