Skip to content

Instantly share code, notes, and snippets.

@rafaelrinaldi
Created October 27, 2016 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelrinaldi/d0db885568af90c57e90dae24a54fe5d to your computer and use it in GitHub Desktop.
Save rafaelrinaldi/d0db885568af90c57e90dae24a54fe5d to your computer and use it in GitHub Desktop.
module.exports = {
config: {
fontSize: 18,
fontFamily: 'Roboto Mono, "DejaVu Sans Mono", "Lucida Console", monospace',
padding: '12px 14px',
},
plugins: [],
localPlugins: [
'hypapercolor' // local theme I'm working on, forked from `hyper-one-light` (just changed color pallete)
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment