diff options
Diffstat (limited to 'theme/dune')
-rwxr-xr-x | theme/dune | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/dune b/theme/dune new file mode 100755 index 0000000..a812bef --- /dev/null +++ b/theme/dune @@ -0,0 +1,7 @@ +(library + (name theme) + (libraries + color + gg + ) + ) |