aboutsummaryrefslogtreecommitdiff
path: root/neovim/.config/nvim/lua/plugins/github-theme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'neovim/.config/nvim/lua/plugins/github-theme.lua')
-rw-r--r--neovim/.config/nvim/lua/plugins/github-theme.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/neovim/.config/nvim/lua/plugins/github-theme.lua b/neovim/.config/nvim/lua/plugins/github-theme.lua
new file mode 100644
index 0000000..b000fbb
--- /dev/null
+++ b/neovim/.config/nvim/lua/plugins/github-theme.lua
@@ -0,0 +1,4 @@
+require('github-theme').setup({
+ transparent = true,
+ theme_style = "dark_default",
+})