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.quote attr dim normal
18 style line.pre.start bg color239
19 style line.pre bg color239
20 style line.pre.end bg color239
22 style line.link {
23 fg color81
24 attr normal
25 }
27 style line.compl.current {
28 bg color50
29 fg black
30 attr normal
31 }
33 style tabline {
34 bg color233
35 fg color50
36 attr normal
37 }
39 style tabline.tab {
40 bg color233
41 attr normal
42 }
44 style tabline.current {
45 bg color241
46 fg white
47 }
49 style modeline {
50 bg color237
51 attr normal
52 }