Coder Social home page Coder Social logo

hyper-chesterish's Introduction

hyper-chesterish's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hyper-chesterish's Issues

Bold font

Just curious, what's the point of this line?

span {
  font-weight: normal !important;
}

It's preventing my prompt for being bold, which I like.

Congrats for this awesome theme BTW!!

Use fontSize from config

Hey! This is a beautiful theme. Would be really nice if it didn't override the fontSize already set though.

Multiple packages

Maybe it would be smart to separate out the footer into its own package? You could still keep the styling here, but that way you wouldn't need to duplicate the code in your other themes (such as hyperterm-base16-ocean-saturated), and people could use your themes without having to use the footer.

splitpane_divider color

Hello,

I would like to suggest a different color for the split panes. The borders are now almost invisible. I've chosen for the foregroundColor als color, but it can definitely be another one.

My suggestion would be to add the following to the config:

// Config
exports.decorateConfig = config => {
    return Object.assign({}, config, {
        ...,
        css: `
            ${config.css || ''}
            ::selection {
                background: #9198A2 !important;
            }
            .splitpane_divider {
                background-color: ${foregroundColor};
            }
        `
    });
};

Windows Arrow Keys Broken

So I am trying to use your theme but in Windows 10, with your theme it breaks the arrow keys. If I remove your theme, restart Hyper, then the arrow keys work.

Windows 10: 1709
HyperJS: 2.0.0 Stable

Custom config

Thank you for this awesome theme. Its part of my everyday workflow (and many others, I'm sure).

I figured it'd be nice if there could be additional option/s to, for example, tweak the background / foreground color from ~/.hyper.js file like so:

module.exports = {
  config: {
    ...
      hypertermChesterish: {
        backgroundColor: 'some other hex color code'
      }
    ...
  }
}

This could be applied to the properties that aren't considered from the normal config (foregroundColor, backgroundColor, borderColor).

I'd be willing to make the contribution. Either way, thanks.

Tabs not clickable on Linux

This might be specific to any theme that hides the shell, but just wanted to point out that tabs are broken / not clickable in this theme (on my setup, Ubuntu 16). They display and look fine and you can create new tabs but when you click on them the window tries to drag instead of the intended action of switching to the clicked tab.

"Plugin uses some deprecated CSS classes"

Output in Console:

Warning: "hyper-chesterish" plugin uses some deprecated CSS classes (x-screen, x-row, ::selection).
(anonymous) @ bundle.js:1
j @ bundle.js:1
D @ bundle.js:1
(anonymous) @ bundle.js:1
emit @ node:events:526
(anonymous) @ bundle.js:1
emit @ node:events:526
onMessage @ node:electron/js2c/renderer_init:69

Additional windows difficult to close

The red/yellow/green buttons are removed in this theme which makes it difficult to close a window. If I have multiple windows open with multiple tabs in each, when i want to close one of the windows i have to use shift-cmd-W or go to the Shell menu and select Close Window.

I like how the app looks with your theme (and without the red/yellow/green buttons), but wondering if there could be an easier way to close windows?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.