Blob


1 # Break long lines at max at 92 columns
2 set fill-column = 92
4 # Enable colors regardless of the NO_COLOR environment variable
5 set enable-colors = 1
7 # Hide the closing line of preformatted blocks
8 set hide-pre-closing-line = 1
10 # If you have the duckling-proxy installed, decomment the following
11 # lines to use it for HTTP and HTTPS links.
12 #proxy "http" via "gemini://localhost:1965"
13 #proxy "https" via "gemini://localhost:1965"
15 # Some opinionated graphical improvements:
17 style line.fringe fg color239
19 style line.quote attr dim normal
20 style line.pre.start bg color239
21 style line.pre bg color239
22 style line.pre.end bg color239
24 style line.link {
25 fg color81
26 attr normal
27 }
29 style line.compl.current {
30 bg color50
31 fg black
32 attr normal
33 }
35 style tabline {
36 bg color233
37 fg color50
38 attr normal
39 }
41 style tabline.tab {
42 bg color233
43 attr normal
44 }
46 style tabline.current {
47 bg color241
48 fg white
49 }
51 style modeline {
52 bg color237
53 attr normal
54 }
56 style line.download.ongoing bg color238
57 style line.download.done bg color238
58 style line.download.info bg color238
59 style download bg color238