Merge pull request 'themes' (#4) from themes into master

Reviewed-on: #4
This commit is contained in:
clint 2022-12-28 00:47:14 +00:00
commit 727424d416
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
vim/*
nvim/.config/nvim/plugin/packer_compiled.lua
tmux/.config/tmux/plugins/*

View File

@ -1,5 +1,5 @@
-- general theme
vim.cmd("colorscheme kanagawa")
vim.cmd("colorscheme ayu")
-- ignore background color for transparency
-- vim.cmd("highlight Normal guibg=none")