$/
artifacts/
build/
docs/
lib/
packages/
samples/
src/
tests/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-StrictMode -Version 3.0 | |
#Requires -Version 5.1 | |
Function Invoke-Mogrify { | |
<# | |
.SYNOPSIS | |
Convert images to other formats using ImageMagick. | |
.DESCRIPTION | |
This function will convert given images into the specified format. | |
The converted images will be saved to the same location as the original images by default. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
schemes: [ | |
{ | |
"name": "One Dark Pro", | |
"foreground": "#abb2bf", | |
"background": "#282c34", | |
"cursorColor": "#abb2bf", | |
"black": "#3f4451", | |
"red": "#e05561", | |
"green": "#8cc265", |