Add wallpapers and Transparent plugin

This commit is contained in:
Casey Stratton 2023-05-02 16:43:09 -05:00
parent 2222eb9b35
commit 41bcb06d93
5 changed files with 49 additions and 0 deletions

View File

@ -1,6 +1,48 @@
return {
'catppuccin/nvim',
priority = 1000,
opts = {
flavour = 'mocha',
background = {
light = 'latte',
dark = 'mocha',
},
transparent_background = true,
show_end_of_buffer = false, -- show the '~' characetrs after the end of buffers
term_colors = true,
dim_inactive = {
enabled = false,
shade = 'dark',
percentage = 0.15,
},
no_italic = false,
no_bold = false,
styles = {
booleans = {},
comments = { 'italic' },
conditionals = {},
functions = {},
keywords = {},
loops = {},
numbers = {},
operators = {},
properties = {},
strings = {},
types = {},
variables = {},
},
color_overrides = {},
custom_highlights = {},
integrations = {
cmp = true,
gitsigns = true,
nvimtree = true,
telescope = true,
notify = false,
mini = false,
-- For more plugins integrations (https://github.com/catppuccin/nvim#integrations)
}
},
config = function()
vim.cmd.colorscheme 'catppuccin'
end,

View File

@ -0,0 +1,7 @@
return {
'xiyaowong/transparent.nvim',
lazy = false,
opts = {
},
}

BIN
wallpapers/BpTwvHA.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

BIN
wallpapers/Swe2Jap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
wallpapers/mmxLa9x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB