mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
💄 Switch pre. text color to yellow - less passive
This commit is contained in:
parent
67000c120a
commit
f740ce6cf9
@ -7,7 +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
|
||||
- Preformatted text is now light yellow 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.ColorGrey,
|
||||
"preformatted_text": tcell.Color229, // xterm:Wheat1, #ffffaf
|
||||
"list_text": tcell.ColorWhite,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user