1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-21 19:35:23 +00:00

💄 Preformatted text grey by default

This commit is contained in:
makeworld 2020-11-16 18:20:53 -05:00
parent 1839b7be9e
commit 524dee9635
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Updated [go-gemini](https://github.com/makeworld-the-better-one/go-gemini) to v0.9.1 to support CN-only wildcard certs
- Preformatted text is now grey by default
## [1.6.0] - 2020-11-04

View File

@ -58,7 +58,7 @@ var theme = map[string]tcell.Color{
"link_number": tcell.ColorSilver,
"regular_text": tcell.ColorWhite,
"quote_text": tcell.ColorWhite,
"preformatted_text": tcell.ColorWhite,
"preformatted_text": tcell.ColorGrey,
"list_text": tcell.ColorWhite,
}