Skip to content

Commit 2bc72d6

Browse files
authored
Merge pull request #68 from metalelf0/feature/individual-colorschemes
✨ Add individual themes github-dark, github-dimmed and github-light
2 parents cf64e9b + a7be2da commit 2bc72d6

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

colors/github-dark.lua

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
require("github-theme").setup({
2+
themeStyle = "dark"
3+
})

colors/github-dimmed.lua

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
require("github-theme").setup({
2+
themeStyle = "dimmed"
3+
})

colors/github-light.lua

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
require("github-theme").setup({
2+
themeStyle = "light"
3+
})

0 commit comments

Comments
 (0)