An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Terminal Xscriptor

![android](https://xscriptor.github.io/badges/os/android.svg) ![linux](https://xscriptor.github.io/badges/os/linux.svg) ![macos](https://xscriptor.github.io/badges/os/macos.svg) ![windows](https://xscriptor.github.io/badges/os/windows.svg) ![mit](https://xscriptor.github.io/badges/licenses/mit.svg)

My own collection of terminal themes and color schemes designed for a consistent look and feel across Windows, macOS, and Linux.

Terminal Xscriptor logo

Table of Contents


Previews



Main preview

Click here to see more previews





Ghostty Preview




Kitty Preview




Ptyxis Preview




Konsole Preview




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)