mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 16:00:30 -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
31
README.md
31
README.md
|
|
@ -1,7 +1,36 @@
|
||||||
## NvChad theme plugin
|
## NvChad theme plugin
|
||||||
|
|
||||||
- This plugin's a whole re-write of Norcalli's plugin.
|
- This plugin's a whole re-write of Norcalli's plugin.
|
||||||
- This theme plugin is supposed to be used along with [NvChad](https://github.com/NvChad/NvChad) only
|
- It should be used along with [NvChad](https://github.com/NvChad/NvChad) for best experience.
|
||||||
|
- Non NvChad users can have the nvconfig module on the path
|
||||||
|
|
||||||
|
## Supported Integrations
|
||||||
|
|
||||||
|
- Bufferline.nvim
|
||||||
|
- Cmp.nvim
|
||||||
|
- Codeactionmenu
|
||||||
|
- Nvim-dap
|
||||||
|
- Nvim-webdevicons
|
||||||
|
- Hop.nvim
|
||||||
|
- Vim-illuminate
|
||||||
|
- Lsp ( diagnostics )
|
||||||
|
- Nvim Navic
|
||||||
|
- LspSaga
|
||||||
|
- Mason.nvim
|
||||||
|
- Notify.nvim
|
||||||
|
- Nvim-tree
|
||||||
|
- Telescope.nvim
|
||||||
|
- Rainbow-delimiters.nvim
|
||||||
|
- Todo.nvim
|
||||||
|
- Nvim-treesitter
|
||||||
|
- Lsp Semantic tokens
|
||||||
|
- Trouble.nvim
|
||||||
|
- Whichkey.nvim
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
- Base46 is configured by [nvconfig](https://github.com/NvChad/NvChad/blob/starter/lua/nvconfig.lua) in your path.
|
||||||
|
- Read the [themeing docs](https://nvchad.com/docs/config/theming)
|
||||||
|
|
||||||
## Highlight command
|
## Highlight command
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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