- Install https://www.departuremono.com/ font
- Install and configure Custom UI Style extension
- Copy settings.json into your vscode settings.json
- Use with any theme you like - I like "GitHub Dark Default"
This file contains hidden or 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
Filetype: Flipper Music Format | |
Version: 0 | |
BPM: 190 | |
Duration: 8 | |
Octave: 5 | |
Notes: b4,b4,b4,b4,b4,p,b4,b4,b4,b4,b4,b4,b4,p,e,e,e,e,e,e,e,p,d,d,d,d,d,d,d,p,a4,a4,b4,b4,b4,b4,b4,p,b4,b4,b4,b4,b4,b4,b4,p,e,e,b4,b4,b4,b4,b4,p,b4,b4,b4,b4,b4,b4,b4,p,e,e,b4,b4,b4,b4,b4,p,b4,b4,b4,b4,b4,b4,b4,p,e,e,e,e,e,e,e,p,d,d,d,d,d,d,d,p,a4,a4,b4,b4,b4,b4,b4,p,b4,b4,b4,b4,b4,b4,b4,p,e,e,b4,b4,b4,b4,b4,p,b4,b4,b4,b4,b4,b4,b4,p,e,e,b4,b4,b4,b4,b4,p,b4,b4,b4,b4,b4,b4,b4,p,e,e,e,e,e,e,e,p,d,d,d,d,d,d,d,p,a4,a4,b4,b4,b4,b4,b4,p,b4,b4,b4,b4,b4,b4,b4,p,e,e,b4,b4,b4,b4,b4,p,b4,b4,b4,b4,b4,b4,b4,p,e,e,b4,b4,b4,b4,b4,p,b4,b4,b4,b4,b4,b4,b4,p,e,e,e,e,e,e,e,p,d,d,d,d,d,d,d,p,a4,a4,b4,b4,b4,b4,b4,p,b4,b4,b4,b4,b4,b4,b4,p,e,e,b4,b4,b4,b4,b4,p,b4,b4,b4,b4,b4,b4,b4,p,e,e,b4,p,p,p |
This file contains hidden or 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
var rW = 1600; | |
var rH = 650; | |
var contW = $(window).width(); //set the element from which to calculate your width | |
var newH = (rH * contW) / rW; |