From 874cca0f55bd14504426c38304228cb82f0358b0 Mon Sep 17 00:00:00 2001 From: crapidied <57670615+crapidied@users.noreply.github.com> Date: Tue, 5 May 2020 23:33:43 -0400 Subject: Add files via upload --- colors/gruvbox_dark.lua | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 colors/gruvbox_dark.lua diff --git a/colors/gruvbox_dark.lua b/colors/gruvbox_dark.lua new file mode 100644 index 0000000..ff3e9d8 --- /dev/null +++ b/colors/gruvbox_dark.lua @@ -0,0 +1,28 @@ +local style = require "core.style" +local common = require "core.common" + +style.background = { common.color "#282828" } +style.background2 = { common.color "#1d2021" } +style.background3 = { common.color "#1d2021" } +style.text = { common.color "#928374" } +style.caret = { common.color "#fbf1c7" } +style.accent = { common.color "#ebdbb2" } +style.dim = { common.color "#928374" } +style.divider = { common.color "#1d2021" } +style.selection = { common.color "#3c3836" } +style.line_number = { common.color "#928374" } +style.line_number2 = { common.color "#ebdbb2" } +style.line_highlight = { common.color "#32302f" } +style.scrollbar = { common.color "#928374" } +style.scrollbar2 = { common.color "#fbf1c7" } + +style.syntax["normal"] = { common.color "#ebdbb2" } +style.syntax["symbol"] = { common.color "#ebdbb2" } +style.syntax["comment"] = { common.color "#928374" } +style.syntax["keyword"] = { common.color "#fb4934" } +style.syntax["keyword2"] = { common.color "#83a598" } +style.syntax["number"] = { common.color "#d3869b" } +style.syntax["literal"] = { common.color "#d3869b" } +style.syntax["string"] = { common.color "#b8bb26" } +style.syntax["operator"] = { common.color "#ebdbb2" } +style.syntax["function"] = { common.color "#8ec07c" } -- cgit v1.2.3 From 6cc445db227993a0196c6d24663e7e1bec2aa830 Mon Sep 17 00:00:00 2001 From: crapidied <57670615+crapidied@users.noreply.github.com> Date: Tue, 5 May 2020 23:37:02 -0400 Subject: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee2d292..b16b2e4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ embedded in the table.* Theme | Preview ------|----------------------------------------- +[`gruvbox_dark`](colors.gruvbox_dark.lua?raw=1 | ![gruvbox_dark_preview] [`monodark`](colors/monodark.lua?raw=1) | ![monodark_preview](https://user-images.githubusercontent.com/3920290/80304201-62353400-87ac-11ea-9b13-9ca1b9db0f99.png) [`monokai`](colors/monokai.lua?raw=1) | ![monokai_preview](https://user-images.githubusercontent.com/3920290/80307643-43419c80-87c2-11ea-9f04-580d6acf6252.png) [`winter`](colors/winter.lua?raw=1) |![winter_preview](https://user-images.githubusercontent.com/3920290/80304194-5c3f5300-87ac-11ea-9acf-33892579093e.png) -- cgit v1.2.3 From 547d40f9ab4ce63fe72fb6709a4814f46be3265f Mon Sep 17 00:00:00 2001 From: crapidied <57670615+crapidied@users.noreply.github.com> Date: Tue, 5 May 2020 23:37:20 -0400 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b16b2e4..d47a229 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ embedded in the table.* Theme | Preview ------|----------------------------------------- -[`gruvbox_dark`](colors.gruvbox_dark.lua?raw=1 | ![gruvbox_dark_preview] +[`gruvbox_dark`](colors.gruvbox_dark.lua?raw=1) | ![gruvbox_dark_preview] [`monodark`](colors/monodark.lua?raw=1) | ![monodark_preview](https://user-images.githubusercontent.com/3920290/80304201-62353400-87ac-11ea-9b13-9ca1b9db0f99.png) [`monokai`](colors/monokai.lua?raw=1) | ![monokai_preview](https://user-images.githubusercontent.com/3920290/80307643-43419c80-87c2-11ea-9f04-580d6acf6252.png) [`winter`](colors/winter.lua?raw=1) |![winter_preview](https://user-images.githubusercontent.com/3920290/80304194-5c3f5300-87ac-11ea-9acf-33892579093e.png) -- cgit v1.2.3 From 63d5d76bb37a4c06a543ddd497f0db8a150ad7c5 Mon Sep 17 00:00:00 2001 From: crapidied <57670615+crapidied@users.noreply.github.com> Date: Wed, 6 May 2020 00:08:03 -0400 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d47a229..321a206 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ embedded in the table.* Theme | Preview ------|----------------------------------------- -[`gruvbox_dark`](colors.gruvbox_dark.lua?raw=1) | ![gruvbox_dark_preview] +[`gruvbox_dark`](colors.gruvbox_dark.lua?raw=1) | ![gruvbox_dark_preview](https://user-images.githubusercontent.com/57670615/81137677-94bdfa00-8f2d-11ea-9224-3d70a5ec3101.png) [`monodark`](colors/monodark.lua?raw=1) | ![monodark_preview](https://user-images.githubusercontent.com/3920290/80304201-62353400-87ac-11ea-9b13-9ca1b9db0f99.png) [`monokai`](colors/monokai.lua?raw=1) | ![monokai_preview](https://user-images.githubusercontent.com/3920290/80307643-43419c80-87c2-11ea-9f04-580d6acf6252.png) [`winter`](colors/winter.lua?raw=1) |![winter_preview](https://user-images.githubusercontent.com/3920290/80304194-5c3f5300-87ac-11ea-9acf-33892579093e.png) -- cgit v1.2.3 From 5d2cbab35b2384cd1df24d8c5b6e2c2f35f02d80 Mon Sep 17 00:00:00 2001 From: crapidied <57670615+crapidied@users.noreply.github.com> Date: Wed, 6 May 2020 08:34:06 -0400 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 321a206..2ca94b1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ embedded in the table.* Theme | Preview ------|----------------------------------------- -[`gruvbox_dark`](colors.gruvbox_dark.lua?raw=1) | ![gruvbox_dark_preview](https://user-images.githubusercontent.com/57670615/81137677-94bdfa00-8f2d-11ea-9224-3d70a5ec3101.png) +[`gruvbox_dark`](colors/gruvbox_dark.lua?raw=1) | ![gruvbox_dark_preview](https://user-images.githubusercontent.com/57670615/81137677-94bdfa00-8f2d-11ea-9224-3d70a5ec3101.png) [`monodark`](colors/monodark.lua?raw=1) | ![monodark_preview](https://user-images.githubusercontent.com/3920290/80304201-62353400-87ac-11ea-9b13-9ca1b9db0f99.png) [`monokai`](colors/monokai.lua?raw=1) | ![monokai_preview](https://user-images.githubusercontent.com/3920290/80307643-43419c80-87c2-11ea-9f04-580d6acf6252.png) [`winter`](colors/winter.lua?raw=1) |![winter_preview](https://user-images.githubusercontent.com/3920290/80304194-5c3f5300-87ac-11ea-9acf-33892579093e.png) -- cgit v1.2.3