Skip to content

Eugeny/tabby-theme-hype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!