1.0.3 • Published 2 years ago

shrelify-ubuntu v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

shrelify

This package will turn your console and output text colours to green!

you'll also have awesome green accent colours almost everywhere!

Shrel is love <3

To install this beautiful package, simply type into your project terminal:

npm i shrelify-ubuntu

Once you have the Shrelify package installed you can require it in:

const shrelify = require('shrelify')

To run the shrelify script you just need to invoke the function:

shrelify()

Make sure to run:

node yourFileName.js

How do I go back to my previous settings?

If for some bizarre reason you would like to revert back, here's how...

Navigate to File > Preferences > Settings > Workbench > Appearance

Underneath 'Color Customizations' select 'Edit in settings.json'

Once in the JSON file you can remove this section:

"workbench.colorCustomizations": {
      "terminal.foreground": "#00fd61",
}

Make sure to save the settings.json file and it will instantly go back to how it was :)

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago