This directory contains the color themes for specific terminal emulators organized by OS platform. Those files should be used as a theme in the terminal emulator config in order to get the perfect look for the ZSH
theme!
iTerm > Preferences > Profiles > Colors Tab
.Color Presets ... > Load Presets > Import
.- Select one of the themes located at
shell-color-themes/macOS/iterm
. 👇 Color Presets ... > Load Presets
and select the one you've imported at step 3.- Set as default the profile with the materialshell theme
Profiles > Other Actions ... > Set as default
.
Terminal > Preferences > Gear Icon > Import
- Select one of the themes located at
shell-color-themes/macOS/terminal
. 👇 - Set as default the profile with the materialshell theme selecting the profile and clicking on the
Default
button.
Cmder > Settings > Import ...
- Pick the file located at
shell-color-themes/windows/cmder
. It will include a Windows version of both themes.
Note: Windows is a color scheme version only.
- Open Hyper's preferences with your editor - Tip:
CMD+,
or at~/.hyper.js
. - Add
hyper-materialshell
to your plugins list: - Reload HyperTerm -
CMD+Shift+R
.
plugins: ['hyper-materialshell']
See hyper-materialshell.
- Open Settings (
Right Click Title Bar > Properties
) - In the bottom left corner, click
Open JSON file
. This will open asettings.json
file in an editor. - Navigate down to the
schemes
key. - Open your desired theme file from
shell-color-themes/windows/windowsterminal
. - Append the JSON dict in the
.json
file into theschemes
array of thesettings.json
file you opened in step 2. - Hit save.
- Naviage to the
Profiles
section or any of your specific terminals, such asWindows PowerShell
- In the
Color scheme
entry, select "Oceanic
" from the dropdown.
- Create a
themes
directory in the$XDG_CONFIG_HOME/ghostty
directory. - Copy the theme file from from
shell-color-themes/ghostty
. - Set the theme in the Ghostty config file.
theme=light:materialshell-light,dark:materialshell-dark
Just in case there's no theme available for your terminal emulator, you can setup manually by using the color palette listed. Feel free to send a pull request adding support for your emulator! 🎉
- Black:
#252525
- Red:
#FF443E
- Green:
#C3D82C
- Yellow:
#FFC135
- Blue:
#42A5F5
- Magenta:
#D81B60
- Cyan:
#00ACC1
- White:
#F5F5F5
- Text:
#A1B0B8
- Background:
#151515