aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-01-12 00:42:46 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-01-12 00:42:46 +0100
commite33f70ba71c568a7032aa277afb911a5deb63871 (patch)
tree0ebada1c34dd4f884e65f68a2fb205a7482cee23
parent641fe408b1b9b45d1dc20905d8ec3c00cd4fc804 (diff)
Default to a dark theme
-rw-r--r--mpaste.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpaste.go b/mpaste.go
index b5de948..80416c2 100644
--- a/mpaste.go
+++ b/mpaste.go
@@ -37,7 +37,7 @@ var (
user_file string
)
-var style = styles.Get("pygments")
+var style = styles.Get("monokai")
func usage() {
fmt.Fprintf(os.Stderr,