Theme update

This commit is contained in:
Yannick Reiß 2023-10-17 19:32:30 +02:00
parent 170507f61b
commit c5f4c8a163
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
2 changed files with 18 additions and 1 deletions

View File

@ -49,4 +49,21 @@ return require("packer").startup(function(use)
use("patstockwell/vim-monokai-tasty")
use("yannickreiss/nvim-navigator")
use("tpope/vim-speeddating")
use("jaredgorski/SpaceCamp")
use("projekt0n/github-nvim-theme")
use({
"nvimdev/dashboard-nvim",
event = "VimEnter",
config = function()
require("dashboard").setup({
theme = "hyper", -- alt = 'doom'
config = {
week_header = {
enable = true,
},
},
})
end,
requires = { "nvim-tree/nvim-web-devicons" },
})
end)

View File

@ -38,7 +38,7 @@ nnoremap <C-g> :call Litde()<CR>
" Theme
nnoremap <M-+> :colo github_light_high_contrast<CR>
nnoremap <M--> :colo vim-monokai-tasty<CR>
nnoremap <M--> :colo spacecamp_lite<CR>
" Fuzzy finder
nnoremap <C-f> :Lines<CR>