All Projects → Eugeny → Terminus Theme Hype

Eugeny / Terminus Theme Hype

A Terminus theme that imitates Hyper

Projects that are alternatives of or similar to Terminus Theme Hype

Generator Angular Fullstack
Yeoman generator for an Angular app with an Express server
Stars: ✭ 6,135 (+25462.5%)
Mutual labels:  sass
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (+3162.5%)
Mutual labels:  sass
Flexbox
CSS library for easier work with flex boxes
Stars: ✭ 17 (-29.17%)
Mutual labels:  sass
React Carousel
A pure extendable React carousel, powered by Brainhub (craftsmen who ❤️ JS)
Stars: ✭ 764 (+3083.33%)
Mutual labels:  sass
Hamburgers
Tasty CSS-animated Hamburgers
Stars: ✭ 6,522 (+27075%)
Mutual labels:  sass
Sassmagic
Collection best of Sass mixins and function
Stars: ✭ 795 (+3212.5%)
Mutual labels:  sass
Eyeglass
NPM Modules for Sass
Stars: ✭ 741 (+2987.5%)
Mutual labels:  sass
Uicookbook
A few recipes and build workflows for UI dev
Stars: ✭ 19 (-20.83%)
Mutual labels:  sass
Css Blocks
High performance, maintainable stylesheets.
Stars: ✭ 6,320 (+26233.33%)
Mutual labels:  sass
Selft Resume Website
selft-resume-website,用react开发的简单的个人简历网站。适合react新手入门练习。
Stars: ✭ 7 (-70.83%)
Mutual labels:  sass
Snapchat Clone
👻 A SnapChat clone built with React, Redux and Typescript. Styled with SASS. Tested with Cypress, Jest and Enzyme. Linted with Eslint and formatted with Prettier!
Stars: ✭ 770 (+3108.33%)
Mutual labels:  sass
Vuesax Next
Vuesax v4: framework components for Vuejs
Stars: ✭ 773 (+3120.83%)
Mutual labels:  sass
Echoes Player
Echoes Player: the missing Media Player experience for Youtube - Built with Angular (9), ngrx (9), Angular CLI, Boostrap (SASS), Youtube api
Stars: ✭ 802 (+3241.67%)
Mutual labels:  sass
Snippetstore
🎉 A snippet management app for developers 🚀
Stars: ✭ 762 (+3075%)
Mutual labels:  sass
Manhuaren
vue2.0全家桶,仿漫画人官网(移动端)
Stars: ✭ 18 (-25%)
Mutual labels:  sass
Particle
A simple portfolio Jekyll theme:
Stars: ✭ 747 (+3012.5%)
Mutual labels:  sass
Steroidesign
Themes based on the biggest StartUps (buttons, color palette, components, etc.) ready to use in your own projects.
Stars: ✭ 786 (+3175%)
Mutual labels:  sass
Sass A11ycolor
🌈 Generate the nearest accessible color with Sass.
Stars: ✭ 24 (+0%)
Mutual labels:  sass
Gaintime
GainTime é um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.
Stars: ✭ 19 (-20.83%)
Mutual labels:  sass
Instantbootstrap
Instant Bootstrap is a quick and easy way to start creating bootstrap themes using LESS, SASS, GRUNT, and BOWER.
Stars: ✭ 5 (-79.17%)
Mutual labels:  sass

Hype Theme

For the Terminus 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

Terminus 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 Terminus with this plugin included:

TERMINUS_PLUGINS=$(pwd) terminus --debug

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

When done, publish your theme to NPM!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].