Skip to content

Instantly share code, notes, and snippets.

@singletongue
singletongue / base16_onedark.js
Last active March 4, 2017 01:02
Color theme for blink shell.
t.prefs_.set('color-palette-overrides', ["#282c34", "#e06c75", "#98c379", "#e5c07b", "#61afef", "#c678dd", "#56b6c2", "#abb2bf", "#545862", "#d19a66", "#353b45", "#3e4451", "#565c64", "#b6bdca", "#be5046", "#c8ccd4"]);
t.prefs_.set('foreground-color', "#abb2bf");
t.prefs_.set('background-color', "#282c34");
t.prefs_.set('cursor-color', 'rgba(171,178,191,0.5)');