Commit 40fa78b

mo khan <mo@mokhan.ca>
2026-01-31 01:38:38
chore: remove usage of --theme
1 parent 5fdc5d8
Changed files (1)
Makefile
@@ -7,7 +7,7 @@ test:
 	go test ./...
 
 run: build
-	./gitmal --theme vim --output output .
+	./gitmal --output output .
 
 clean:
 	rm -rf gitmal output