hyper-agila
Version:
Oceanic Next theme for Hyper
28 lines (27 loc) • 660 B
JavaScript
exports.decorateConfig = config =>
Object.assign({}, config, {
backgroundColor: '#1a1e24',
cursorAccentColor: '#66cccc',
cursorColor: '#66cccc',
borderColor: '#484b50',
foregroundColor: '#dedede',
selectionColor: '#dedede',
colors: {
black: '#1a1e24',
red: '#ff6666',
yellow: '#ffcc66',
green: '#99cc99',
cyan: '#66cccc',
blue: '#6699cc',
magenta: '#cc99cc',
white: '#dedede',
lightBlack: '#484b50',
lightRed: '#ff8585',
lightYellow: '#ffd685',
lightGreen: '#add6ad',
lightCyan: '#85d6d6',
lightBlue: '#85add6',
lightMagenta: '#d6add6',
lightWhite: '#ebebeb',
},
});