commit 422f2758667f9e90c6a9ad4c8e14099e1925a965 from: Omar Polo date: Thu Jul 15 10:20:01 2021 UTC add a sample config file commit - dad288ec417e853f7db090f38f2f673e9e27d17a commit + 422f2758667f9e90c6a9ad4c8e14099e1925a965 blob - /dev/null blob + 0e49e2a45e8f07cd9b0f8a0151a44690b58b74cd (mode 644) --- /dev/null +++ contrib/sample.config @@ -0,0 +1,44 @@ +# break long lines at max at 92 columns +set fill-column = 92 + +# enable colors regardless of the NO_COLOR environment variable +set enable-colors = 1 + +# Hide +set hide-pre-context = 0 +set hide-pre-blocks = 1 + +# If you have the duckling-proxy installed, decomment the following +# lines to use it for HTTP and HTTPS links. +#proxy "http" via "gemini://localhost:1965" +#proxy "https" via "gemini://localhost:1965" + +# Some opinionated graphical improvements: + +style line.item prefix " • " " " +style line.link prefix "→ " " " + +style line.quote { + prefix " ┃ " + attr dim normal +} + +style line.pre.start { + prefix "─── " " " + bg white +} + +style line.pre { + bg white + fg black +} + +style line.pre.end { + prefix "─── " + bg white +} + +style line.compl.current { + bg cyan + attr normal +}