Shades-of-Purple-Hyper

πŸ¦„ Shades of Purple β€” A professional theme with hand-picked & bold shades of purple for Hyper Terminal.

Stars
53
Committers
3

Professional Hyperβ„’ Terminal theme with hand-picked & bold shades of purple πŸ’œ to go along with your command line usage. A custom Hyperβ„’ Terminal theme with style.

Easy Installation

Make sure you have the latest Hyperβ„’ Terminal installed i.e. >= ver 2.0. Which comes with the Hyper CLI. Then just run the following command.

hyper i shades-of-purple-hyper

Manual Installation

  1. Go to Hyperβ„’ preferences i.e. Open your ~/.hyper.js config file. On mac press Command ⌘ + , β€” or just use your code editor like code ~/.hyper.js or subl ~/.hyper.js or vim ~/.hyper.js.
  2. Add shades-of-purple-hyper to your plugins array. Kind of like this:
plugins: [
  'shades-of-purple-hyper'
],

β€” Done!!! πŸ™Œ

⚠️ TIP: If you want your terminal to look exactly like that, then I can share the fact that I use ZSH, with Powerline fonts in iTerm2 for which I created a Shades of Purple ZSH theme as well. You might want to add that after installing ZSH.

My Configuration File

To add a cool border, or some of the plugins that I use, you can checkout my configuration below and add this to your ~/.hyper.js config file

module.exports = {
	config: {
		// Choose either "stable" for receiving highly polished,
		// or "canary" for less polished but more frequent updates.
		updateChannel: 'stable',

		// Default font size in pixels for all tabs.
		fontSize: 18,

		// Font family with optional fallbacks.
		fontFamily: '"Operator Mono", "Inconsolata for Powerline", "IBMPlexMono-Italic",monospace',

		// Terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk).
		cursorColor: 'rgba(248,28,229,0.8)',

		// `BEAM` for |, `UNDERLINE` for _, `BLOCK` for β–ˆ.
		cursorShape: 'BEAM',

		// Set to true for blinking cursor.
		cursorBlink: false,

		// Custom css to embed in the main window.
		css: `
      .term_fit:not(.term_term) {
        opacity: 1 !important
      }
      .terminal: not(.focus) {
        opacity: 1;
        }
      .terminal.focus {
        opacity: 1;
      }
    `,

		// custom css to embed in the terminal window
		termCSS: '',

		// set to `true` (without backticks) if you're using a Linux setup that doesn't show native menus
		// default: `false` on Linux, `true` on Windows (ignored on macOS)
		showHamburgerMenu: '',

		// set to `false` if you want to hide the minimize, maximize and close buttons
		// additionally, set to `'left'` if you want them on the left, like in Ubuntu
		// default: `true` on windows and Linux (ignored on macOS)
		showWindowControls: '',

		// custom padding (css format, i.e.: `top right bottom left`)
		padding: '12px 14px',


		// Windows
		// - Make sure to use a full path if the binary name doesn't work
		// - Remove `--login` in shellArgs
		//
		// Bash on Windows
		// - Example: `C:\\Windows\\System32\\bash.exe`
		//
		// Powershell on Windows
		// - Example: `C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`
		shell: '',

		// For setting shell arguments (i.e. for using interactive shellArgs: ['-i']).
		// by default ['--login'] will be used.
		shellArgs: ['--login'],

		// For environment variables.
		env: {},

		// Set to false for no bell.
		bell: 'SOUND',

		// If true, selected text will automatically be copied to the clipboard.
		copyOnSelect: false,

		// For advanced config flags please refer to https://hyper.is/#cfg
		hyperBorder: {
			// animate: {
			// 	duration: '0.2s' // default is 16s
			// },
			// borderColors: ['#FF2C70', '#5D3DE1', '#fad000', '#6937FF'],
			borderColors: ['#FF2C70', '#6937FF'],
			borderWidth: '3px'
		}
    },
    // Hyper plugins.
    plugins: ['hyper-snazzy', 'hyperlinks', 'hyperborder', 'shades-of-purple-hyper'],
};

Put Shades of Purple In Other Places!

I have built other Shades of Purple themes for different software. Here's a list.

Hello, we're the WordPress Couple!

I (Ahmad Awais) am a Full Stack Web Developer and a regular core contributor at WordPress. My significant other (Maedah Batool) is a Technical Project Manager, and she's also a WordPress Core Contributor. Together with our team, we run the TheDevCouple.com.

If you'd like to get insights into our love for open source software, professional full stack development, WordPress community, the growth of JavaScript or growing a family, building, and bootstrapping a business, then subscribe to our premium newsletter called ↣ The WordPress Takeaway!

Support our Open Source Projects! 🎩

If you'd like us to keep producing professional free and open source software (FOSS). Consider paying for an hour of my dev-time. We'll spend two hours on open source for each contribution. Yeah, that's right, you pay for one hour and get both of us to spend an hour as a thank you.

Project Backers & TheDevCouple Partners ⚑️

This FOSS (free and open source software) project is updated and maintained with the help of awesome businesses listed below. Without the support from these amazing companies/individuals, this project would not have been possible.

β€” What/How? Read more about it β†’

License & Attribution

Licensed as MIT β“’ Ahmad Awais.

Thanks to the creators of Slack and Icons8 for the icons in this readme.

Say πŸ‘‹ on Twitter β†’

VSCode Power User Course β†’

Badges
Extracted from project README
GitHub stars GitHub followers Tweet for help Tweet for help
Related Projects