diff options
| author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-11-01 17:48:02 +0100 |
|---|---|---|
| committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-11-01 17:49:00 +0100 |
| commit | ed1fc6854a634f7fcff7d1a500c40e7502031ea7 (patch) | |
| tree | 6832b21ce3fcd903fb24afcd0a2fdd0bc2b9f381 /config.example.scfg | |
| parent | aec177b7acca580733264aa1db2a18bc154fc7b5 (diff) | |
| download | cerrado-ed1fc6854a634f7fcff7d1a500c40e7502031ea7.tar.gz cerrado-ed1fc6854a634f7fcff7d1a500c40e7502031ea7.tar.bz2 cerrado-ed1fc6854a634f7fcff7d1a500c40e7502031ea7.zip | |
feat: Add option to configure dark/light themes
Diffstat (limited to 'config.example.scfg')
| -rw-r--r-- | config.example.scfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.example.scfg b/config.example.scfg index 5e47548..e726c19 100644 --- a/config.example.scfg +++ b/config.example.scfg @@ -3,9 +3,9 @@ listen-addr unix://var/run/cerrado.sock root-readme /srv/git/README.md -syntax-highlight monokailight +syntax-highlight monokailight monokai -# full hostname address plus protocol. +# full hostname address plus protocol. # This is going to be used to display full link (e.g.: clone link) hostname https://domain.tld |
