mirror of
https://github.com/gabehf/base46.git
synced 2026-03-11 08:20:54 -07:00
rm useless integrations & add integrations list in readme
This commit is contained in:
parent
db6342e4b6
commit
9d677af061
3 changed files with 30 additions and 22 deletions
|
|
@ -1,7 +0,0 @@
|
|||
local colors = require("base46").get_theme_tb "base_30"
|
||||
|
||||
return {
|
||||
IlluminatedWordText = { bold = true, reverse = true },
|
||||
IlluminatedWordRead = { bold = true, reverse = true },
|
||||
IlluminatedWordWrite = { bold = true, reverse = true },
|
||||
}
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
local colors = require("base46").get_theme_tb "base_30"
|
||||
|
||||
return {
|
||||
nvUpdaterTitle = { fg = colors.black, bg = colors.orange },
|
||||
nvUpdaterTitleDone = { fg = colors.black, bg = colors.green },
|
||||
nvUpdaterTitleFAIL = { fg = colors.black, bg = colors.red },
|
||||
|
||||
nvUpdaterProgress = { fg = colors.red, bg = colors.one_bg2 },
|
||||
nvUpdaterProgressDONE = { fg = colors.green, bg = colors.one_bg2 },
|
||||
nvUpdaterProgressFAIL = { fg = colors.red, bg = colors.one_bg2 },
|
||||
|
||||
nvUpdaterCommits = { fg = colors.green },
|
||||
nvUpdaterFAIL = { fg = colors.red },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue