feat: add lualine terminal mode (#263)

This commit is contained in:
Phúc Lê Khắc 2022-11-10 20:42:08 +07:00 committed by GitHub
parent 47916dfc48
commit a7e010826e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,11 @@ tokyonight.replace = {
b = { bg = colors.fg_gutter, fg = colors.red }, b = { bg = colors.fg_gutter, fg = colors.red },
} }
tokyonight.terminal = {
a = {bg = colors.green1, fg = colors.black },
b = {bg = colors.fg_gutter, fg=colors.green1 },
}
tokyonight.inactive = { tokyonight.inactive = {
a = { bg = colors.bg_statusline, fg = colors.blue }, a = { bg = colors.bg_statusline, fg = colors.blue },
b = { bg = colors.bg_statusline, fg = colors.fg_gutter, gui = "bold" }, b = { bg = colors.bg_statusline, fg = colors.fg_gutter, gui = "bold" },