diff --git a/lua/custom/plugins/theme.lua b/lua/custom/plugins/theme.lua index 0abe2c47..ee2fdb7d 100644 --- a/lua/custom/plugins/theme.lua +++ b/lua/custom/plugins/theme.lua @@ -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, diff --git a/lua/custom/plugins/transparent.lua b/lua/custom/plugins/transparent.lua new file mode 100644 index 00000000..5c892a3f --- /dev/null +++ b/lua/custom/plugins/transparent.lua @@ -0,0 +1,7 @@ +return { + 'xiyaowong/transparent.nvim', + lazy = false, + opts = { + + }, +} diff --git a/wallpapers/BpTwvHA.jpg b/wallpapers/BpTwvHA.jpg new file mode 100644 index 00000000..c1debda4 Binary files /dev/null and b/wallpapers/BpTwvHA.jpg differ diff --git a/wallpapers/Swe2Jap.png b/wallpapers/Swe2Jap.png new file mode 100644 index 00000000..a86a1243 Binary files /dev/null and b/wallpapers/Swe2Jap.png differ diff --git a/wallpapers/mmxLa9x.png b/wallpapers/mmxLa9x.png new file mode 100644 index 00000000..60bff521 Binary files /dev/null and b/wallpapers/mmxLa9x.png differ