2023-10-07 19:47:17 +03:00
|
|
|
* 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.
|
2023-10-07 19:54:15 +03:00
|
|
|
|
|
|
|
To install jus run:
|
2023-10-07 19:47:17 +03:00
|
|
|
#+NAME: Install script
|
|
|
|
#+BEGIN_SRC sh :eval never
|
2023-10-07 19:54:15 +03:00
|
|
|
curl -sL https://git.dead.guru/ut3ums/openscad-gruvbox/raw/branch/trunk/openscad_gruvbox.tar.gz | tar -xvf - -C ~/.config/OpenSCAD/color-schemes/
|
2023-10-07 19:47:17 +03:00
|
|
|
#+END_SRC
|