https://github.com/xscriptor/terminal
Official Xscriptor Terminal themes
https://github.com/xscriptor/terminal
alacritty foot gnome-terminal hyper iterm kitty konsole mobaxterm powershell ptyxis putty terminal-app terminator termux tilix warp xfce
Last synced: about 2 months ago
JSON representation
Official Xscriptor Terminal themes
- Host: GitHub
- URL: https://github.com/xscriptor/terminal
- Owner: xscriptor
- License: other
- Created: 2025-09-20T11:47:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-04-02T18:46:37.000Z (2 months ago)
- Last Synced: 2026-04-03T05:33:51.075Z (about 2 months ago)
- Topics: alacritty, foot, gnome-terminal, hyper, iterm, kitty, konsole, mobaxterm, powershell, ptyxis, putty, terminal-app, terminator, termux, tilix, warp, xfce
- Language: Shell
- Homepage: https://dev.xscriptor.com
- Size: 14.7 MB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
Terminal Xscriptor
    
My own collection of terminal themes and color schemes designed for a consistent look and feel across Windows, macOS, and Linux.

Table of Contents
Previews
Click here to see more previews
Supported Terminals
Universal Installer
You can use the universal installer to automatically configure the theme for your preferred terminal emulator. Just run the following command and select your terminal from the menu:
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/install.sh | bash
Alternatively, to make this easy to install manually, you can execute the remote install script directly for each terminal. You can see the details in each terminal's documentation.
View Installation Instructions for Supported Terminals
-
Alacritty
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/alacritty/install.sh | bash
-
Foot
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/foot/install.sh | bash
-
Ghostty
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/ghostty/install.sh | bash
-
GNOME Terminal
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/gnome-terminal/install.sh | bash
-
Hyper
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/hyper/install.sh | bash
-
iTerm2
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/iterm/install.sh | bash
-
Kitty
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/kitty/install.sh | bash
-
Konsole
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/konsole/install.sh | bash
-
MobaXterm (Windows)
-
PowerShell (Windows)
Remote install (Windows PowerShell 5.1):
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Set-ExecutionPolicy Bypass -Scope Process -Force
iex (iwr 'https://raw.githubusercontent.com/xscriptor/terminal/main/powershell/install.ps1' -UseBasicParsing).Content
Remote install (PowerShell 7+):
Set-ExecutionPolicy Bypass -Scope Process -Force
irm 'https://raw.githubusercontent.com/xscriptor/terminal/main/powershell/install.ps1' -Raw | iex
Default one-liner:
Set-ExecutionPolicy Bypass -Scope Process -Force
irm https://raw.githubusercontent.com/xscriptor/terminal/main/powershell/install.ps1 | iex
-
Ptyxis
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/ptyxis/install.sh | bash
-
PuTTY (Windows)
-
Terminal.app (macOS)
-
Terminator
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/terminator/install.sh | bash
-
Termux (Android)
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/termux/install.sh | bash
-
Tilix
-
Warp
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/warp/install.sh | bash
-
WezTerm
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/wezterm/install.sh | bash
-
XFCE Terminal
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/xfce/install.sh | bash
Note: In some directories you will find an install.sh script you can run to simplify theme installation for the terminal you use.
Related Files
About the Developer
[X](https://github.com/xscriptor) | [XWeb](https://dev.xscriptor.com)