Skip to content

Lukasedv/themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Fallout Theme for the Windows Terminal

Fallout Terminal Sample

Updated for 2026.

Installation

  1. Install Windows Terminal from the Microsoft Store or from GitHub.
  2. Open Windows Terminal and press Ctrl + , to open Settings.
  3. In the bottom-left corner, click Open JSON file to open settings.json in your default editor.

Tip: You can also open settings.json directly at:

%localappdata%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json
  1. Download the terminal background image (you can use any you find). Here is the one included in this repo:

    Fallout Terminal Background

  2. Save background.png to %localappdata%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\RoamingState.

  3. Under your profile (PowerShell, Ubuntu, Command Prompt, etc.), add:

{
    "guid": "{xxxxxxx-xxxx-xxxx-xxxx-xxxxxxx}",
    "hidden": false,
    "name": "PowerShell",
    "source": "Windows.Terminal.PowershellCore",
    "fontFace": "Lucida Sans Typewriter Regular",
    "experimental.retroTerminalEffect": true,
    "colorScheme": "Fallout",
    "backgroundImage": "ms-appdata:///roaming/background.png",
    "backgroundImageOpacity": 0.5,
    "backgroundImageStretchMode": "fill"
}

Replace guid, name, and source with values matching your own profile.

  1. Under "schemes", add:
{
    "name": "Fallout",
    "cursorColor": "#FFFFFF",
    "background": "#0C0C0C",
    "foreground": "#26E476",
    "selectionBackground": "#0C0C0C",
    "black": "#0C0C0C",
    "blue": "#26E476",
    "cyan": "#26E476",
    "green": "#022000",
    "purple": "#26E476",
    "red": "#26E476",
    "white": "#26E476",
    "yellow": "#26E476",
    "brightBlack": "#767676",
    "brightBlue": "#26E476",
    "brightCyan": "#26E476",
    "brightGreen": "#26E476",
    "brightPurple": "#26E476",
    "brightRed": "#26E476",
    "brightWhite": "#26E476",
    "brightYellow": "#26E476"
}
  1. Save the file — Windows Terminal will automatically reload with the new theme.

About experimental.retroTerminalEffect

The "experimental.retroTerminalEffect": true setting in the profile above enables a CRT-style visual effect (inspired by the Microsoft Retro Command Prompt) that adds scan lines, screen glow, and subtle curvature distortion. You can disable it by setting the value to false.

You should be good to go!

About

Themes for the Windows Terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors