Skip to content

Commit 3e6b333

Browse files
authored
Merge pull request #7 from danfuzz/opacity
Reduce opacity from 0.8 to 0.5, for "dim" text.
2 parents 29055ae + 1e8f9d1 commit 3e6b333

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var _styles = {
2929
}
3030
var _openTags = {
3131
'1': 'font-weight:bold', // bold
32-
'2': 'opacity:0.8', // dim
32+
'2': 'opacity:0.5', // dim
3333
'3': '<i>', // italic
3434
'4': '<u>', // underscore
3535
'8': 'display:none', // hidden

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ansi-html",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "An elegant lib that converts the chalked (ANSI) text to HTML.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)