From 541f014d50507077006b117b1df69704e754cf51 Mon Sep 17 00:00:00 2001 From: Kyle Ondy Date: Mon, 22 Jun 2020 21:00:35 -0400 Subject: [PATCH] add peaceant's port of gruvbox themes This adds Martin Radimec's [1] port [2] of the gruvbox theme [3]. Brian Reilly (Briles) [4] has a pretty complete collection of gruvbox ports [5] but they are all in `sublime-color-scheme` which is not yet supported in bat, see #759 [6]. [1] https://github.com/peaceant [2] https://github.com/peaceant/gruvbox [3] https://github.com/morhetz/gruvbox [4] https://github.com/Briles [5] https://github.com/Briles/gruvbox [6] https://github.com/sharkdp/bat/issues/759 --- .gitmodules | 3 +++ CHANGELOG.md | 3 +++ assets/themes/gruvbox | 1 + 3 files changed, 7 insertions(+) create mode 160000 assets/themes/gruvbox diff --git a/.gitmodules b/.gitmodules index 6b1cff40..822e8283 100644 --- a/.gitmodules +++ b/.gitmodules @@ -185,3 +185,6 @@ [submodule "assets/syntaxes/02_Extra/AsciiDoc"] path = assets/syntaxes/02_Extra/AsciiDoc url = https://github.com/asciidoctor/sublimetext-asciidoc.git +[submodule "assets/themes/gruvbox"] + path = assets/themes/gruvbox + url = https://github.com/peaceant/gruvbox.git diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd57e69..03340ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ - Update AsciiDoc syntax, see #1034 (@rxt1077) ## New themes + +- Gruvbox, see #1069 (@kyleondy) + ## `bat` as a library - Add APIs to provide `Input` descriptions with `InputDescription` (@eth-p) diff --git a/assets/themes/gruvbox b/assets/themes/gruvbox new file mode 160000 index 00000000..e3db74d0 --- /dev/null +++ b/assets/themes/gruvbox @@ -0,0 +1 @@ +Subproject commit e3db74d0e5de7bc09cab76377723ccf6bcc64e8c