Skip to content

xscriptordev/terminal

Repository files navigation

Terminal schemes by Xscriptor

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

Xscriptor logo

Previews

Main preview

More previews
Preview 2 Preview 3 Preview 3 Preview 3

All the supported terminals:

  • To make this easy to install, I've created a script for each terminal, you can execute remote install using wget or curl or download the script and run it manually. You can see the details in each terminal's README.

  • Alacritty

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/alacritty/install.sh | bash
  • Foot

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/foot/install.sh | bash
  • Ghostty

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/ghostty/install.sh | bash
  • GNOME Terminal

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/gnome-terminal/install.sh | bash
  • Hyper

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/hyper/install.sh | bash
  • iTerm2

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/iterm/install.sh | bash
  • Kitty

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/kitty/install.sh | bash
  • Konsole

    wget -qO- https://raw.githubusercontent.com/xscriptordev/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/xscriptordev/terminal/main/powershell/install.ps1' -UseBasicParsing).Content

    Remote install (PowerShell 7+):

    Set-ExecutionPolicy Bypass -Scope Process -Force
    irm 'https://raw.githubusercontent.com/xscriptordev/terminal/main/powershell/install.ps1' -Raw | iex

    Default one-liner:

    Set-ExecutionPolicy Bypass -Scope Process -Force
    irm https://raw.githubusercontent.com/xscriptordev/terminal/main/powershell/install.ps1 | iex
  • Ptyxis

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/ptyxis/install.sh | bash
  • PuTTY (Windows)

  • Terminal.app (macOS)

  • Terminator

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/terminator/install.sh | bash
  • Termux (Android)

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/termux/install.sh | bash
  • Tilix

  • Warp

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/warp/install.sh | bash
  • WezTerm

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/wezterm/install.sh | bash
  • XFCE Terminal

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/xfce/install.sh | bash

Note: In some directories you'll find an install.sh script you can run to simplify theme installation for the terminal you use.

Contributions

  • Contributions to the code, suggestions, and additional themes are welcome.
  • To propose changes, open an issue or pull request in this repository.
  • See the license in LICENSE.