Merge branch 'main' into main

This commit is contained in:
Samuel K 2021-12-17 10:48:59 +01:00 committed by GitHub
commit 5d26b3da8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View file

@ -292,7 +292,7 @@ local theme = {
TSTag = { fg = p.foam },
TSTagDelimiter = { fg = p.subtle },
TSText = { fg = p.text },
-- TSTitle = {},
TSTitle = { fg = config.colors.headings.h1, style = 'bold' },
-- TSType = {},
-- TSTypeBuiltin = {},
TSURI = { fg = p.gold },
@ -452,6 +452,23 @@ local theme = {
SagaShadow = { bg = p.overlay },
LspSagaBorderTitle = { fg = p.pine },
-- Neorg
-- https://github.com/nvim-neorg/neorg
NeorgHeading1Prefix = { fg = config.colors.headings.h1, style = 'bold' },
NeorgHeading2Prefix = { fg = config.colors.headings.h2, style = 'bold' },
NeorgHeading3Prefix = { fg = config.colors.headings.h3, style = 'bold' },
NeorgHeading4Prefix = { fg = config.colors.headings.h4, style = 'bold' },
NeorgHeading5Prefix = { fg = config.colors.headings.h5, style = 'bold' },
NeorgHeading6Prefix = { fg = config.colors.headings.h6, style = 'bold' },
NeorgHeading1Title = { fg = config.colors.headings.h1, style = 'bold' },
NeorgHeading2Title = { fg = config.colors.headings.h2, style = 'bold' },
NeorgHeading3Title = { fg = config.colors.headings.h3, style = 'bold' },
NeorgHeading4Title = { fg = config.colors.headings.h4, style = 'bold' },
NeorgHeading5Title = { fg = config.colors.headings.h5, style = 'bold' },
NeorgHeading6Title = { fg = config.colors.headings.h6, style = 'bold' },
NeorgMarkerTitle = { fg = p.text, style = 'bold' },
}
vim.g.terminal_color_0 = p.overlay -- black

View file

@ -38,6 +38,7 @@ use({
- **[Indent-Blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim)**
- **[Neogit](https://github.com/TimUntersberger/neogit)**
- **[Lspsaga](https://github.com/tami5/lspsaga.nvim)**
- **[Neorg](https://github.com/nvim-neorg/neorg)**
- **[Lualine](https://github.com/hoob3rt/lualine.nvim)**
```lua
require('lualine').setup({