Skip to content

Commit

Permalink
Fix invisible text in Mocha output.
Browse files Browse the repository at this point in the history
Fixes by changing brblack to base01, instead of background color.

See mochajs/mocha#802 and
altercation/solarized#220 and many other issues...
  • Loading branch information
carljm committed Dec 15, 2014
1 parent 867e603 commit 5bdc89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/solarize_terminal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

case "$1" in
"dark")
PALETTE="#070736364242:#D3D301010202:#858599990000:#B5B589890000:#26268B8BD2D2:#D3D336368282:#2A2AA1A19898:#EEEEE8E8D5D5:#00002B2B3636:#CBCB4B4B1616:#58586E6E7575:#65657B7B8383:#838394949696:#6C6C7171C4C4:#9393A1A1A1A1:#FDFDF6F6E3E3"
PALETTE="#070736364242:#D3D301010202:#858599990000:#B5B589890000:#26268B8BD2D2:#D3D336368282:#2A2AA1A19898:#EEEEE8E8D5D5:#58586E6E7575:#CBCB4B4B1616:#58586E6E7575:#65657B7B8383:#838394949696:#6C6C7171C4C4:#9393A1A1A1A1:#FDFDF6F6E3E3"
BG_COLOR="#00002B2B3636"
FG_COLOR="#65657B7B8383"
;;
Expand Down

1 comment on commit 5bdc89f

@alexanderzobnin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Works fine.

Please sign in to comment.