mirror of
https://github.com/charmbracelet/glow
synced 2024-11-13 23:47:06 +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"
|
yellowGreen = "#ECFD65"
|
||||||
fuschia = "#EE6FF8"
|
fuschia = "#EE6FF8"
|
||||||
mintGreen = "#89F0CB"
|
mintGreen = "#89F0CB"
|
||||||
darkGreen = "#089B66"
|
darkGreen = "#1C8760"
|
||||||
noteHeadingText = " Set Memo "
|
noteHeadingText = " Set Memo "
|
||||||
notePromptText = " > "
|
notePromptText = " > "
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue