Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not respecting font size #34

Open
epomatti opened this issue Aug 28, 2019 · 3 comments
Open

Not respecting font size #34

epomatti opened this issue Aug 28, 2019 · 3 comments

Comments

@epomatti
Copy link

When I change the font size using Verminal theme Hyper is hot changing it in the UI. Even switching to other themes didn't solve it.

I had to uninstall Verminal to fix it.

@dnalbach
Copy link

dnalbach commented May 4, 2020

I have the same problem. Verminal seems to break font size configuration. The README config block had no visible effect on my mac. Here's the end of my .hyper.js config:

...
  keymaps: {
    // Example
    // 'window:devtools': 'cmd+alt+o',
  },
  verminal: {
    fontSize: 24
  }
};

@joseph4tw
Copy link

@dnalbach I just ran into the same issue. The verminal portion in your .hyper.js file needs to be in the config section.

@Graystripe17
Copy link

Graystripe17 commented May 11, 2020

Same issue, and yes I placed verminal is inside the config object.

Edit: Wow I didn't add a trailing comma to the previous attribute now it is working lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants