Skip to content

Commit

Permalink
Merge pull request #7 from danfuzz/opacity
Browse files Browse the repository at this point in the history
Reduce opacity from 0.8 to 0.5, for "dim" text.
  • Loading branch information
Tjatse authored Jan 2, 2017
2 parents 29055ae + 1e8f9d1 commit 3e6b333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var _styles = {
}
var _openTags = {
'1': 'font-weight:bold', // bold
'2': 'opacity:0.8', // dim
'2': 'opacity:0.5', // dim
'3': '<i>', // italic
'4': '<u>', // underscore
'8': 'display:none', // hidden
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ansi-html",
"version": "0.0.6",
"version": "0.0.7",
"description": "An elegant lib that converts the chalked (ANSI) text to HTML.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3e6b333

Please sign in to comment.