diff --git a/colors/github-dark.lua b/colors/github-dark.lua new file mode 100644 index 00000000..1d298c62 --- /dev/null +++ b/colors/github-dark.lua @@ -0,0 +1,3 @@ +require("github-theme").setup({ + themeStyle = "dark" +}) diff --git a/colors/github-dimmed.lua b/colors/github-dimmed.lua new file mode 100644 index 00000000..e565953c --- /dev/null +++ b/colors/github-dimmed.lua @@ -0,0 +1,3 @@ +require("github-theme").setup({ + themeStyle = "dimmed" +}) diff --git a/colors/github-light.lua b/colors/github-light.lua new file mode 100644 index 00000000..9dba2356 --- /dev/null +++ b/colors/github-light.lua @@ -0,0 +1,3 @@ +require("github-theme").setup({ + themeStyle = "light" +})