We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
colors.hex.dy
1 parent 13a17d7 commit 8988171Copy full SHA for 8988171
1 file changed
translate-messages/src/translate_messages/cli/lib/color.py
@@ -1,6 +1,6 @@
1
nc = '\x1b[0m'
2
hex = {
3
- 'br': '#ff0000', 'by': '#ffff00', 'bo': '#ffa500', 'bg': '#00ff00',
+ 'br': '#ff0000', 'by': '#ffff00', 'dy': '#b8860b', 'bo': '#ffa500', 'bg': '#00ff00',
4
'bw': '#ffffff', 'dg': '#008000', 'gry': '#808080', 'blk': '#000000', 'tlBG': '#008080'
5
}
6
0 commit comments