removing transparent and tweaking colors again. I think i'm done now?¯\_(ツ)_/¯
This commit is contained in:
parent
c3d68c8a0a
commit
12792a3fa8
@ -68,21 +68,18 @@ require("catppuccin").setup({
|
||||
highlight_overrides = {
|
||||
latte = function(latte)
|
||||
return {
|
||||
-- ["@keyword"] = {fg = '${green}'},
|
||||
["@string"] = {fg = latte.rosewater},
|
||||
Include = {fg = latte.pink},
|
||||
["@function"] = {fg = latte.sky, italic=true, underline=true},
|
||||
["@function.builtin"] = {fg = latte.blue},
|
||||
["@variable"] = {fg = latte.green},
|
||||
["@function"] = {italic=true, underline=true},
|
||||
["@variable"] = {fg = latte.teal},
|
||||
Operator = {fg = latte.yellow},
|
||||
Constant = {fg = latte.yellow},
|
||||
Constant = {bold = true},
|
||||
}
|
||||
end,
|
||||
},
|
||||
integrations = {
|
||||
cmp = true,
|
||||
gitsigns = true,
|
||||
nvimtree = true,
|
||||
-- nvimtree = true,
|
||||
neotree = true,
|
||||
treesitter = true,
|
||||
notify = false,
|
||||
|
@ -1,3 +0,0 @@
|
||||
require('transparent').clear_prefix('BufferLine')
|
||||
require('transparent').clear_prefix('NeoTree')
|
||||
-- require('transparent').clear_prefix('lualine')
|
@ -58,7 +58,6 @@ require("lazy").setup({
|
||||
{'windwp/nvim-autopairs', event = "InsertEnter", config = true},
|
||||
{'m4xshen/autoclose.nvim'},
|
||||
{'lewis6991/gitsigns.nvim'},
|
||||
{'xiyaowong/transparent.nvim'},
|
||||
{ 'numToStr/Comment.nvim', opts = {} },
|
||||
{ 'mg979/vim-visual-multi' },
|
||||
{ 'xorid/asciitree.nvim' },
|
||||
|
Loading…
Reference in New Issue
Block a user