A simple tool for extracting discrete color palette values from the viridis collection of color palettes.
1.) Download a Nerd Font
2.) Unzip and copy to ~/.fonts
3.) Run the command fc-cache -fv
to manually rebuild the font cache
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
{ | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
/* | |
* This attaches the VSCode debugger to the JIRA instance created by a `atlas-debug` command. | |
* Before attaching the debugger, you need to run `atlas-debug` to spin up a JIRA instance. | |
* Default port is 5005. | |
* Reference: https://developer.atlassian.com/server/framework/atlassian-sdk/creating-a-remote-debug-target/ | |
*/ | |
"version": "0.2.0", | |
"configurations": [ |