Home

Awesome

hyper-arc-dark-controls

Arc-themed window controls for hyper

A plugin that makes the close, minimize, and maximize buttons look like the Arc Dark window controls, replacing the standard Windows 10-themed window controls. This plugin has been thoroughly tested in Ubuntu and Windows 10, and works with both v1.4.8 (old stable) and v2.0.0 canary and stable versions.

Based on the original Arc theme source, this plugin aims to match the theme as much as possible. You're welcome encouraged to fork this project and modify it if you need to tinker with the colors, or create a PR if I missed something that needs fixing.

screenshot

Note

This plugin is designed to work perfectly with the hyperterm-atom-dark-theme. While it also integrates fine with vanilla-themed hyper, I cannot take every theme and plugin into account. If the plugin doesn't look great on xyz-theme, then please do create an issue and I will look into it. But since I don't own a Mac, I cannot test the plugin on every OS, although it's been tested on Linux and Windows 10 which is what I have available.

Changelog

1.2.0

1.1.8

1.1.7

1.1.6

1.1.4, 1.1.5

1.1.3

1.1.2

1.1.1

1.1.0

1.0.0

Install

Hyper store

hyper i hyper-arc-dark-controls

Manually:

  1. Open hyper's preferences with Ctrl+, (or manually at ~/.hyper.js) with your editor.

  2. Update your list of plugins to include hyper-arc-dark-controls, like so:

     plugins: [
         'hyper-arc-dark-controls'
     ],
    
  3. Reload (Ctrl+Shift+R) or restart hyper and voila!

hpm (1.4.8):

  1. Install using hpm i hyper-arc-dark-controls
  2. Reload (Ctrl+Shift+R) or restart hyper and voila!

Configuration

You can configure the window controls like you would in your ~/.hyper.js.

To Do

Related

License