Skip to content

rafaeldellaquila/zsh-vitesse-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zsh Theme

A Simple Zsh theme based on "Vitesse theme" from VsCode.

Ohmyzsh required.

Preview

image

My Hyper.is Settins

module.exports = {
	config: {
		cursorShape: 'BLOCK',
		backgroundColor: '#121212',
		css: `
      .term_fit:not(.term_term) {
        opacity: 1 !important
      }
      .terminal: not(.focus) {
        opacity: 1;
        }
      .terminal.focus {
        opacity: 1;
      }
    `,
		showHamburgerMenu: '',
		showWindowControls: '',
		padding: '12px 14px',
...

How to Install

  • Copy file to ..oh-my-zsh/themes/
  • Open .zshrc and add theme
ZSH_THEME="vitesse-based"
  • Restart your bash

About

💄 ZSH theme based on vitesse theme from vscode.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published