Skip to content

Instantly share code, notes, and snippets.

View prabormukherjee's full-sized avatar
🏛️
building

Prabor Mukherjee prabormukherjee

🏛️
building
View GitHub Profile
@prabormukherjee
prabormukherjee / hyper_new.js
Created July 19, 2021 05:12
hyper_new config
"use strict";
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
// default font size in pixels for all tabs
@prabormukherjee
prabormukherjee / hyper.js
Created July 15, 2021 11:28
this is the .hyper.js file I found under AppData/Roaming/Hyper
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)',