Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
blmayer authored Aug 7, 2023
1 parent e6d5508 commit 28c8eae
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -69,17 +69,16 @@ The file uses a simple `key=value` style, see the complete example for the defau
* The `style-` keys must be ANSI style codes.

```
cachehome=~/.cache/
margin=8
homepage=gemini.circumlunar.space
style-header1=35;4;1
style-header2=35;1
style-header3=35;4
style-quote=2;3
style-link-bullet=33
style-link-text=36;3
style-list-bullet=35;1
style-list-text=0
homepage="gemini.circumlunar.space/"
sty_header1='\033[35;7;1m'
sty_header2='\033[35;4;1m'
sty_header3='\033[35;4m'
sty_quote='\033[2;3m '
sty_linkb='\033[35m%linkcount =>'
sty_linkt='\033[36;3m '
sty_listb='\033[35;1m •'
sty_listt='\033[0m'
```

## Meta

0 comments on commit 28c8eae

Please sign in to comment.