diff --git a/README.org b/README.org new file mode 100644 index 0000000..2394561 --- /dev/null +++ b/README.org @@ -0,0 +1,13 @@ +* Gruvbox theme for OpenSCAD +[[file:scrot.png]] + +Currently only gruvbox-dark is ported. Not sure if I will do the same for other shades, as I am not using them. But I might try. +#+NAME: Install script +#+BEGIN_SRC sh :eval never +wget -qO- URL_TO_TAR_ARCHIVE | tar -xzvf - -C ~/.config/OpenSCAD/color-schemes/ +#+END_SRC + +#+NAME: with git +#+BEGIN_SRC sh :eval never +git clone --depth 1 REPO_URL ~/.config/OpenSCAD/color-schemes/ +#+END_SRC> diff --git a/openscad_gruvbox.tar.gz b/openscad_gruvbox.tar.gz new file mode 100644 index 0000000..f9ebeeb Binary files /dev/null and b/openscad_gruvbox.tar.gz differ diff --git a/scrot.png b/scrot.png new file mode 100644 index 0000000..f2240c9 Binary files /dev/null and b/scrot.png differ