Skip to content

Instantly share code, notes, and snippets.

View DannyMesa's full-sized avatar

Danny Alexander Mesa Barragan DannyMesa

View GitHub Profile
@DannyMesa
DannyMesa / .hyper.js
Created November 10, 2023 06:17 — forked from rupeshtiwari/.hyper.js
.hyper.js for windows 10
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 12,
// font family with optional fallbacks
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
cursorColor: 'rgba(248,28,229,0.8)',