Changes theme.

This commit is contained in:
Temporary vm 2025-11-18 00:12:19 +02:00
parent 4eda14cf70
commit a43d5c8f77
2 changed files with 26 additions and 94 deletions

View File

@ -91,7 +91,7 @@ vim.g.mapleader = ' '
vim.g.maplocalleader = ' ' vim.g.maplocalleader = ' '
-- Set to true if you have a Nerd Font installed and selected in the terminal -- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = false vim.g.have_nerd_font = true
-- [[ Setting options ]] -- [[ Setting options ]]
-- See `:help vim.o` -- See `:help vim.o`
@ -872,20 +872,14 @@ require('lazy').setup({
-- change the command in the config to whatever the name of that colorscheme is. -- change the command in the config to whatever the name of that colorscheme is.
-- --
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`. -- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
'folke/tokyonight.nvim', 'catppuccin/nvim',
name = 'catppuccin',
priority = 1000, -- Make sure to load this before all the other start plugins. priority = 1000, -- Make sure to load this before all the other start plugins.
config = function() config = function()
---@diagnostic disable-next-line: missing-fields
require('tokyonight').setup {
styles = {
comments = { italic = false }, -- Disable italics in comments
},
}
-- Load the colorscheme here. -- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load -- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'. -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
vim.cmd.colorscheme 'tokyonight-night' vim.cmd.colorscheme 'catppuccin-mocha'
end, end,
}, },

View File

@ -1,86 +1,24 @@
{ {
"LuaSnip": { "LuaSnip": { "branch": "master", "commit": "5a1e39223db9a0498024a77b8441169d260c8c25" },
"branch": "master", "blink.cmp": { "branch": "main", "commit": "b19413d214068f316c78978b08264ed1c41830ec" },
"commit": "5a1e39223db9a0498024a77b8441169d260c8c25" "catppuccin": { "branch": "main", "commit": "da33755d00e09bff2473978910168ff9ea5dc453" },
}, "conform.nvim": { "branch": "master", "commit": "cde4da5c1083d3527776fee69536107d98dae6c9" },
"blink.cmp": { "fidget.nvim": { "branch": "main", "commit": "e32b672d8fd343f9d6a76944fedb8c61d7d8111a" },
"branch": "main", "gitsigns.nvim": { "branch": "main", "commit": "cdafc320f03f2572c40ab93a4eecb733d4016d07" },
"commit": "b19413d214068f316c78978b08264ed1c41830ec" "guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" },
}, "lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
"conform.nvim": { "lazydev.nvim": { "branch": "main", "commit": "5231c62aa83c2f8dc8e7ba957aa77098cda1257d" },
"branch": "master", "mason-lspconfig.nvim": { "branch": "main", "commit": "b1d9a914b02ba5660f1e272a03314b31d4576fe2" },
"commit": "cde4da5c1083d3527776fee69536107d98dae6c9" "mason-tool-installer.nvim": { "branch": "main", "commit": "517ef5994ef9d6b738322664d5fdd948f0fdeb46" },
}, "mason.nvim": { "branch": "main", "commit": "57e5a8addb8c71fb063ee4acda466c7cf6ad2800" },
"fidget.nvim": { "mini.nvim": { "branch": "main", "commit": "dce9bc4e19d02d5c37fe71c16f40f8a5536b0386" },
"branch": "main", "nvim-lspconfig": { "branch": "master", "commit": "abf6d190f2c06818489c0bd4b926e7e3a06c5e51" },
"commit": "e32b672d8fd343f9d6a76944fedb8c61d7d8111a" "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
}, "nvim-web-devicons": { "branch": "master", "commit": "8dcb311b0c92d460fac00eac706abd43d94d68af" },
"gitsigns.nvim": { "plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
"branch": "main", "telescope-fzf-native.nvim": { "branch": "main", "commit": "6fea601bd2b694c6f2ae08a6c6fab14930c60e2c" },
"commit": "cdafc320f03f2572c40ab93a4eecb733d4016d07" "telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
}, "telescope.nvim": { "branch": "master", "commit": "3a12a853ebf21ec1cce9a92290e3013f8ae75f02" },
"guess-indent.nvim": { "todo-comments.nvim": { "branch": "main", "commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668" },
"branch": "main", "which-key.nvim": { "branch": "main", "commit": "3aab2147e74890957785941f0c1ad87d0a44c15a" }
"commit": "84a4987ff36798c2fc1169cbaff67960aed9776f"
},
"lazy.nvim": {
"branch": "main",
"commit": "85c7ff3711b730b4030d03144f6db6375044ae82"
},
"lazydev.nvim": {
"branch": "main",
"commit": "5231c62aa83c2f8dc8e7ba957aa77098cda1257d"
},
"mason-lspconfig.nvim": {
"branch": "main",
"commit": "b1d9a914b02ba5660f1e272a03314b31d4576fe2"
},
"mason-tool-installer.nvim": {
"branch": "main",
"commit": "517ef5994ef9d6b738322664d5fdd948f0fdeb46"
},
"mason.nvim": {
"branch": "main",
"commit": "57e5a8addb8c71fb063ee4acda466c7cf6ad2800"
},
"mini.nvim": {
"branch": "main",
"commit": "dce9bc4e19d02d5c37fe71c16f40f8a5536b0386"
},
"nvim-lspconfig": {
"branch": "master",
"commit": "abf6d190f2c06818489c0bd4b926e7e3a06c5e51"
},
"nvim-treesitter": {
"branch": "master",
"commit": "42fc28ba918343ebfd5565147a42a26580579482"
},
"plenary.nvim": {
"branch": "master",
"commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509"
},
"telescope-fzf-native.nvim": {
"branch": "main",
"commit": "6fea601bd2b694c6f2ae08a6c6fab14930c60e2c"
},
"telescope-ui-select.nvim": {
"branch": "master",
"commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2"
},
"telescope.nvim": {
"branch": "master",
"commit": "3a12a853ebf21ec1cce9a92290e3013f8ae75f02"
},
"todo-comments.nvim": {
"branch": "main",
"commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668"
},
"tokyonight.nvim": {
"branch": "main",
"commit": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd"
},
"which-key.nvim": {
"branch": "main",
"commit": "3aab2147e74890957785941f0c1ad87d0a44c15a"
}
} }