Changed colorscheme and updated tmux config +++

This commit is contained in:
2025-02-23 15:35:10 +01:00
parent 49040e91e9
commit 233daaf97d
29 changed files with 796 additions and 308 deletions

View File

@@ -6,7 +6,7 @@ return {
lualine.setup({
options = {
theme = "dracula-nvim",
theme = "auto",
},
})
end,