1 Star 0 Fork 0

rux_plugin/windline.nvim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
gruvbox.lua 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
windwp 提交于 2021-06-21 10:06 . add tabline
local colors = {
black = '#282828',
white = '#ebdbb2',
red = '#fb4934',
green = '#b8bb26',
blue = '#83a598',
yellow = '#fe8019',
cyan = "#00cccc",
magenta = '#c6c6c6',
black_light = '#3c3836',
white_light = '#a89984',
red_light = '#ff5a67',
yellow_light = '#fabd2f',
blue_light = "#517f8d",
magenta_light = "#c694ff",
green_light = '#7eca9c',
cyan_light = '#00ffff',
NormalFg = "#ebdbb2",
NormalBg = "#282828",
InactiveFg = '#c6c6c6',
InactiveBg = '#3c3836',
ActiveFg = '#928b95',
ActiveBg = '#282828',
TabSelectionBg= "#b8bb26",
TabSelectionFg= "#282828"
}
return colors
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rux_plugin/windline.nvim.git
git@gitee.com:rux_plugin/windline.nvim.git
rux_plugin
windline.nvim
windline.nvim
master

搜索帮助