Skip to content

Instantly share code, notes, and snippets.

@jmeosbn
jmeosbn / .svgo.yml
Last active December 17, 2015 09:19
SVGO settings to minify an SVG logo
# replace default config
# full: true
# Preferences equivalent to:
# svgo --pretty --disable removeHiddenElems --disable collapseGroups --disable cleanupIDs
js2svg:
pretty: true
plugins:

Keybase proof

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:

@jmeosbn
jmeosbn / Neue Adventure.js
Last active December 9, 2018 18:07
Blink Shell Themes
let theme = {
/* omitted colours use defaults */
color: {
/* base palette */
00: /* blk */ '#454545', // v.dark grey
01: /* red */ '#df2525', // red
02: /* grn */ '#50c820', // fern
@jmeosbn
jmeosbn / ffmpeg.md
Created July 7, 2019 20:03 — forked from steven2358/ffmpeg.md
FFmpeg cheat sheet
@jmeosbn
jmeosbn / Adventure Time Neue.js
Last active November 2, 2020 16:17
Adventure Time Neue.js
/*
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
@jmeosbn
jmeosbn / Neue Adventures.js
Last active November 21, 2020 00:58
Neue Adventures.js
// 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)");
@jmeosbn
jmeosbn / Sherbet-Pastel.js
Last active December 7, 2020 15:35
Blink Themes
// example color formats
// 'wheat', '#533300..', '#530.', 'rgba(...)'
let theme = {
name: 'Sherbet Pastel',
author: 'github.com/jmeosbn',
color:
{
// normal light
00: '#222', 08: '#777', // black
@jmeosbn
jmeosbn / Chromium.js
Last active December 6, 2020 16:25
Adaptation of default terminal theme
// 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