* 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>