Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.71 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.71 KB
Houston

houston-terminal

A collection of terminal color profiles inspired by the Houston VSCode theme.

Installation

iTerm2

iTerm2 theme

  1. Download the themes/Houston.itermcolors file.
  2. Open the preferences window in Iterm2. Under Profiles -> Colors, open the Color Presets... dropdown in the bottom right and select import.
  3. After importing, you can set Houston as your theme from the same dropdown. Importing iTerm2 theme

Warp

Warp theme

  1. Download the themes/houston.yaml file.
  2. Navigate to the directory you downloaded the yaml file to and run this command:
cp houston.yaml ~/.warp/themes/
  1. Restart Warp. Navigate to Settings -> Appearance -> Theme and search for Houston. Select the theme and click the check mark in the bottom left. Warp set theme You may need to create the ~/.warp/themes/ folder if you haven't already

Windows Terminal

Windows Terminal theme

  1. Open the themes/windows-terminal.json file and copy the JSON object.
  2. In Windows Terminal, go to Settings and click Open JSON File in the bottom left. Windows Terminal theme
  3. Paste the JSON object from step 1 into the schemes array of the JSON configuration file.
  4. The Houston theme will now show up in the Color schemes section of Settings and is available to use on all of your terminal profiles.