mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 14:14:17 +00:00
Adjust dark green color in status message bar
This commit is contained in:
parent
593d9f07e7
commit
5613e36154
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const (
|
|||
yellowGreen = "#ECFD65"
|
||||
fuschia = "#EE6FF8"
|
||||
mintGreen = "#89F0CB"
|
||||
darkGreen = "#089B66"
|
||||
darkGreen = "#1C8760"
|
||||
noteHeadingText = " Set Memo "
|
||||
notePromptText = " > "
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue