mirror of
https://github.com/makew0rld/amfora.git
synced 2025-02-02 15:07:34 -05:00
💄 Preformatted text grey by default
This commit is contained in:
parent
1839b7be9e
commit
524dee9635
@ -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
|
||||
|
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user