I hereby claim:
- I am jmeosbn on github.
- I am jmeosbn (https://keybase.io/jmeosbn) on keybase.
- I have a public key whose fingerprint is 8FA3 24FA B637 A3AA B0DF A4AC D66C 661B B3F2 7266
To claim this, I am signing this object:
| # replace default config | |
| # full: true | |
| # Preferences equivalent to: | |
| # svgo --pretty --disable removeHiddenElems --disable collapseGroups --disable cleanupIDs | |
| js2svg: | |
| pretty: true | |
| plugins: |
I hereby claim:
To claim this, I am signing this object:
| let theme = { | |
| /* omitted colours use defaults */ | |
| color: { | |
| /* base palette */ | |
| 00: /* blk */ '#454545', // v.dark grey | |
| 01: /* red */ '#df2525', // red | |
| 02: /* grn */ '#50c820', // fern |
A list of useful commands for the ffmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html
| /* | |
| standard palette // color | |
| */ | |
| black = '#454545' // v.dark grey | |
| // 050404, also 203d5c | |
| red = '#df2525' // red | |
| // ef0525, also ff1f32, bd0013, also bc4934 C0362C | |
| green = '#44bb00' // fern | |
| // 4ab118, also 9ba953, 4a9118 |
| // example color formats | |
| // 'wheat', '#533300', 'rgba(100, 100, 10, 0.5)' | |
| // black / pale black // title-bg | |
| // pale red / red // zip pkgs | |
| // green / bright green // shell +x | |
| // yellow / gold // cfg xml | |
| // blue / light blue // dir link | |
| // orange / pinky purple // mp3 jpg | |
| // teal / cyan // cpp py |
| t.prefs_.set('color-palette-overrides',["rgb(0,0,0)", "rgb(200,40,41)", "rgb(112,140,0)", "rgb(234,182,0)", "rgb(65,112,174)", "rgb(137,89,168)", "rgb(62,153,159)", "rgb(255,255,255)", "rgb(0,0,0)", "rgb(204,101,101)", "rgb(180,189,104)", "rgb(239,197,115)", "rgb(128,161,190)", "rgb(177,147,187)", "rgb(138,190,182)", "rgb(255,255,255)"]); | |
| t.prefs_.set('foreground-color', "rgb(196,200,197)"); | |
| t.prefs_.set('background-color', "rgb(0,0,0)"); | |
| t.prefs_.set('cursor-color', "rgb(196,200,197)"); |
| // example color formats | |
| // 'wheat', '#533300..', '#530.', 'rgba(...)' | |
| let theme = { | |
| name: 'Sherbet Pastel', | |
| author: 'github.com/jmeosbn', | |
| color: | |
| { | |
| // normal light | |
| 00: '#222', 08: '#777', // black |
| // example color formats | |
| // 'wheat', '#533300', 'rgba(100, 100, 10, 0.5)' | |
| let theme = { | |
| name: 'Chromium', | |
| author: 'github.com/jmeosbn', | |
| color: | |
| { | |
| // regular "light" | |
| 00: '#3C4043', 08: '#9AA0A6', // black |