Skip to content

Commit

Permalink
feat: Export-4bitCSS - Adding --Luma and --Contrast ( Fixes #94, Fixes
Browse files Browse the repository at this point in the history
…#95 )

Also, changing brightness threshold to match iTermColorSchemes repo.  Re-adding $myCmd.
  • Loading branch information
James Brundage committed Oct 24, 2024
1 parent 046fcba commit d8f9f02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Commands/Export-4BitCSS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ function Export-4BitCSS
# Calculate the luma of the background color
0.2126 * $R + 0.7152 * $G + 0.0722 * $B
}
$myCmd = $MyInvocation.MyCommand
}

process {
Expand Down

0 comments on commit d8f9f02

Please sign in to comment.