blink/miasma.js
// ┏┏┓o┳━┓┓━┓┏┏┓┳━┓
// ┃┃┃┃┃━┫┗━┓┃┃┃┃━┫
// ┛ ┇┇┛ ┇━━┛┛ ┇┛ ┇
// miasma by xero (https://x-e.ro)
black = '#222222'
altBlack = '#666666'
red = '#685742'
green = '#5f875f'
yellow = '#B36D43'
blue = '#78824B'
magenta = '#bb7744'
cyan = '#C9A554'
white = '#D7C483'
t.prefs_.set('color-palette-overrides', [
black, red, green, yellow,
blue, magenta, cyan, white,
altBlack, red, green, yellow,
blue, magenta, cyan, white
]);
t.prefs_.set('cursor-color', 'rgba(105, 168, 80, 0.5)');
t.prefs_.set('background-color', '#222222');
t.prefs_.set('foreground-color', '#c2c2b0');