diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-01-12 00:42:46 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-01-12 00:42:46 +0100 |
commit | e33f70ba71c568a7032aa277afb911a5deb63871 (patch) | |
tree | 0ebada1c34dd4f884e65f68a2fb205a7482cee23 /mpaste.go | |
parent | 641fe408b1b9b45d1dc20905d8ec3c00cd4fc804 (diff) |
Default to a dark theme
Diffstat (limited to 'mpaste.go')
-rw-r--r-- | mpaste.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ var ( user_file string ) -var style = styles.Get("pygments") +var style = styles.Get("monokai") func usage() { fmt.Fprintf(os.Stderr, |