Skip to content

Commit

Permalink
Merge pull request #68 from metalelf0/feature/individual-colorschemes
Browse files Browse the repository at this point in the history
✨ Add individual themes github-dark, github-dimmed and github-light
  • Loading branch information
ful1e5 committed Sep 14, 2021
2 parents cf64e9b + a7be2da commit 2bc72d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions colors/github-dark.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require("github-theme").setup({
themeStyle = "dark"
})
3 changes: 3 additions & 0 deletions colors/github-dimmed.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require("github-theme").setup({
themeStyle = "dimmed"
})
3 changes: 3 additions & 0 deletions colors/github-light.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require("github-theme").setup({
themeStyle = "light"
})

0 comments on commit 2bc72d6

Please sign in to comment.