Tabby Theme Hype Save

A Terminus theme that imitates Hyper

Project README

Hype Theme

For the Tabby terminal

This is a simple theme that mimicks the Hyper terminal. You can use this plugin as a base to build a theme of your own!


Hacking

Tabby layout is based on Bootstrap 4, so the easiest way is to base the theme on Bootstrap as well.

The styles are located in the theme.scss file. It starts with a few Bootstrap variable overrides, then Bootstrap itself is included, and then there are some more direct style overrides.

Adjust the theme name and terminal background color in index.ts

Clone this repository and run:

npm install

Start Webpack in the watch mode:

npm run watch

and your changes to the styles will be rebuilt automatically.

Meanwhile, start Tabby with this plugin included:

TABBY_PLUGINS=$(pwd) tabby --debug

While Tabby is running, you can reload the plugins by pressing Ctrl-R (Cmd-R on macOS).

When done, publish your theme to NPM!

Open Source Agenda is not affiliated with "Tabby Theme Hype" Project. README Source: Eugeny/tabby-theme-hype
Stars
40
Open Issues
0
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating