aboutsummaryrefslogtreecommitdiff
path: root/neovim/.config/nvim/lua/plugins/github-theme.lua
blob: b000fbb7488e46ed307d4db5b4db562f854b0b59 (plain)
1
2
3
4
require('github-theme').setup({
  transparent = true,
  theme_style = "dark_default",
})