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 {
18 fg color239
19 prefix "~"
20 }
22 style line.quote attr dim normal
23 style line.pre.start bg color239
24 style line.pre bg color239
25 style line.pre.end bg color239
27 style line.link {
28 fg color81
29 attr normal
30 }
32 style line.compl.current {
33 bg color50
34 fg black
35 attr normal
36 }
38 style tabline {
39 bg color233
40 fg color50
41 attr normal
42 }
44 style tabline.tab {
45 bg color233
46 attr normal
47 }
49 style tabline.current {
50 bg color241
51 fg white
52 }
54 style modeline {
55 bg color237
56 attr normal
57 }
59 style line.download.ongoing bg color238
60 style line.download.done bg color238
61 style line.download.info bg color238
62 style download bg color238