commit 31ca90fbd4a8ffd87e531bd91c2cec4063b67b43 from: Omar Polo date: Mon Jul 19 16:45:26 2021 UTC simplify the dark/light theme there's no need to override the line decorations now that are the defaults commit - 23c83efeddb81ce5725ac480efbd22c609229316 commit + 31ca90fbd4a8ffd87e531bd91c2cec4063b67b43 blob - 08317b94b6eeba7a7639664b06b0dfe35bff8780 blob + f0ae34866ea8a2b0d678a501e2e75c67d1e2071c --- contrib/dark.config +++ contrib/dark.config @@ -1,7 +1,7 @@ -# break long lines at max at 92 columns +# Break long lines at max at 92 columns set fill-column = 92 -# enable colors regardless of the NO_COLOR environment variable +# Enable colors regardless of the NO_COLOR environment variable set enable-colors = 1 # Hide the closing line of preformatted blocks @@ -14,30 +14,16 @@ set hide-pre-closing-line = 1 # Some opinionated graphical improvements: -style line.item prefix " • " " " +style line.quote attr dim normal +style line.pre.start bg color239 +style line.pre bg color239 +style line.pre.end bg color239 -style line.link prefix "→ " " " -style line.link fg color81 - -style line.quote { - prefix " ┃ " - attr dim normal +style line.link { + fg color81 + attr normal } -style line.pre.start { - prefix "─── " " " - bg color239 -} - -style line.pre { - bg color239 -} - -style line.pre.end { - prefix "─── " - bg color239 -} - style line.compl.current { bg color50 attr normal blob - c919acd75ccf193005e3970caf7055270b339d08 blob + 49eace094c2088925fb8374fcfebcc4f27952e2d --- contrib/light.config +++ contrib/light.config @@ -1,7 +1,7 @@ -# break long lines at max at 92 columns +# Break long lines at max at 92 columns set fill-column = 92 -# enable colors regardless of the NO_COLOR environment variable +# Enable colors regardless of the NO_COLOR environment variable set enable-colors = 1 # Hide the closing line of preformatted blocks @@ -14,28 +14,12 @@ set hide-pre-closing-line = 1 # Some opinionated graphical improvements: -style line.item prefix " • " " " -style line.link prefix "→ " " " +style line.link attr normal +style line.quote attr dim normal +style line.pre.start bg color255 +style line.pre bg color255 +style line.pre.end bg color255 -style line.quote { - prefix " ┃ " - attr dim normal -} - -style line.pre.start { - prefix "─── " " " - bg color255 -} - -style line.pre { - bg color255 -} - -style line.pre.end { - prefix "─── " - bg color255 -} - style line.compl.current { bg color50 attr normal