If you’ve recently started using Windows Terminal on Windows 11, you’ve probably noticed how customizable it is. Unlike the traditional Command Prompt, Windows Terminal offers a modern interface, support for multiple shells, GPU-accelerated text rendering, tabs, and one feature that many developers absolutely love—custom themes.
A well-designed terminal theme isn’t just about aesthetics. The right color scheme can reduce eye strain, improve readability, and even boost productivity during long coding or system administration sessions. Whether you’re a software developer, DevOps engineer, cybersecurity enthusiast, or simply someone who enjoys personalizing their desktop, choosing the right Windows Terminal theme can make your command-line experience much more enjoyable.
In this guide, we’ll explore some of the best Windows 11 Terminal themes, their standout features, and how to install them.
Why Customize Windows Terminal?
Before diving into the themes, it’s worth understanding why so many Windows users customize their terminals.
A customized terminal offers several advantages:
- Better readability with carefully chosen color contrasts
- Reduced eye fatigue during extended work sessions
- A more personalized development environment
- Easier distinction between commands, errors, warnings, and outputs
- A professional workspace that feels enjoyable to use every day
Since Windows Terminal supports JSON configuration and built-in theme settings, switching themes is easier than ever.
1. One Half Dark
One Half Dark has become one of the most popular terminal themes among developers. Inspired by Atom Editor’s iconic color palette, it provides excellent readability while maintaining a clean and modern appearance.
Highlights
- Comfortable dark background
- Vibrant syntax colors
- Excellent contrast
- Perfect for coding sessions
If you spend several hours each day working in PowerShell or WSL, One Half Dark is an excellent choice.
2. Dracula
Dracula is arguably one of the most recognized themes in the programming community. Available for hundreds of applications, including Windows Terminal, it offers a beautiful combination of dark purple backgrounds and vibrant accent colors.
Why developers love it
- Purple-inspired dark interface
- Bright command output
- Consistent appearance across editors
- Huge community support
If you’re already using Dracula in Visual Studio Code or JetBrains IDEs, matching your terminal creates a seamless workflow.
3. Nord
Nord takes inspiration from the icy landscapes of Scandinavia. Instead of using harsh blacks, it features soft blue-gray backgrounds that are gentle on the eyes.
Best features
- Minimal distractions
- Calm color palette
- Easy-to-read text
- Professional appearance
Nord is especially popular among Linux users who transition to Windows Terminal.
4. Solarized Dark
Solarized Dark has stood the test of time. Designed using scientifically balanced colors, it’s intended to reduce visual fatigue without sacrificing readability.
Advantages
- Eye-friendly colors
- Balanced brightness
- Great for long work sessions
- Works well in both bright and dim rooms
Many developers consider Solarized Dark one of the most practical themes available.
5. Tokyo Night
Tokyo Night combines modern blues with vibrant cyan and purple accents. The result is a futuristic interface that feels polished and elegant.
Best for
- Developers
- Designers
- PowerShell users
- WSL enthusiasts
Its modern appearance makes Windows Terminal look significantly more premium.
6. Gruvbox Dark
Gruvbox Dark offers a warm alternative to typical blue-based themes. With earthy tones and soft contrasts, it’s ideal for users who find traditional dark themes too cold.
Features
- Warm colors
- High readability
- Reduced eye strain
- Excellent syntax highlighting
This theme pairs particularly well with Vim and Neovim users.
7. Catppuccin
Catppuccin has quickly become one of the fastest-growing themes in the open-source community. It uses pastel colors that look modern without being distracting.
Why choose Catppuccin?
- Soft pastel palette
- Multiple variants
- Modern aesthetics
- Consistent ecosystem support
It works beautifully alongside VS Code, Neovim, GitHub, and many other developer tools.
8. Monokai Pro
Monokai has remained popular for over a decade, and Monokai Pro improves upon the original with richer colors and improved contrast.
Highlights include:
- Bright command output
- High visibility
- Vibrant syntax
- Excellent readability
It’s a great choice for programmers who enjoy colorful interfaces.
9. Everforest
Everforest balances green, brown, and neutral shades to create a relaxing coding environment.
Benefits include:
- Natural color tones
- Soft background
- Comfortable contrast
- Long-session usability
If bright colors aren’t your preference, Everforest offers a refreshing alternative.
10. GitHub Dark
Inspired by GitHub’s official dark mode, GitHub Dark delivers a clean, familiar interface for developers who spend much of their day on GitHub.
Why it’s popular
- Professional appearance
- Familiar color palette
- Excellent readability
- Minimal distractions
It’s perfect for developers seeking consistency across tools.
How to Install Windows Terminal Themes
Installing a new theme is straightforward:
- Open Windows Terminal.
- Go to Settings.
- Select Open JSON file or use the Appearance settings available in newer versions. (check below)
- Copy your preferred color scheme into the configuration.
- Save the file.
- Restart Windows Terminal.
Your new theme will be applied immediately.
Tips for Choosing the Right Theme
Not every theme works equally well for every user. Consider these factors:
- Lighting: Dark rooms often pair better with softer themes like Nord or Solarized Dark.
- Coding Duration: If you spend many hours coding, prioritize eye comfort over flashy colors.
- Consistency: Match your terminal theme with your code editor for a unified experience.
- Accessibility: Ensure sufficient contrast if you have vision-related concerns.
Experiment with several themes before settling on your favorite.

Windows 11 Terminal has evolved into one of the best command-line applications available, offering flexibility, speed, and extensive customization. Choosing the right terminal theme can significantly improve your daily workflow by making commands easier to read and your workspace more enjoyable.
Whether you prefer the timeless appeal of Dracula, the calming tones of Nord, the vibrant personality of Tokyo Night, or the modern elegance of Catppuccin, there’s a theme that matches your style and workflow.
Remember that the best terminal theme is the one that helps you stay productive while keeping your eyes comfortable during long sessions. Try a few different options, tweak the settings to your liking, and create a Windows Terminal environment that truly feels like your own.
Below are 10 ready-to-use Windows Terminal theme JSON snippets. Copy any of these into the "schemes" array inside your Windows Terminal settings.json file.
1. One Half Dark
{
"name": "One Half Dark",
"background": "#282C34",
"foreground": "#DCDFE4",
"black": "#282C34",
"red": "#E06C75",
"green": "#98C379",
"yellow": "#E5C07B",
"blue": "#61AFEF",
"purple": "#C678DD",
"cyan": "#56B6C2",
"white": "#DCDFE4",
"brightBlack": "#5A6374",
"brightRed": "#E06C75",
"brightGreen": "#98C379",
"brightYellow": "#E5C07B",
"brightBlue": "#61AFEF",
"brightPurple": "#C678DD",
"brightCyan": "#56B6C2",
"brightWhite": "#FFFFFF",
"cursorColor": "#FFFFFF",
"selectionBackground": "#3E4451"
}2. Dracula
{
"name": "Dracula",
"background": "#282A36",
"foreground": "#F8F8F2",
"black": "#21222C",
"red": "#FF5555",
"green": "#50FA7B",
"yellow": "#F1FA8C",
"blue": "#BD93F9",
"purple": "#FF79C6",
"cyan": "#8BE9FD",
"white": "#F8F8F2",
"brightBlack": "#6272A4",
"brightRed": "#FF6E6E",
"brightGreen": "#69FF94",
"brightYellow": "#FFFFA5",
"brightBlue": "#D6ACFF",
"brightPurple": "#FF92DF",
"brightCyan": "#A4FFFF",
"brightWhite": "#FFFFFF",
"cursorColor": "#F8F8F2",
"selectionBackground": "#44475A"
}3. Nord
{
"name": "Nord",
"background": "#2E3440",
"foreground": "#D8DEE9",
"black": "#3B4252",
"red": "#BF616A",
"green": "#A3BE8C",
"yellow": "#EBCB8B",
"blue": "#81A1C1",
"purple": "#B48EAD",
"cyan": "#88C0D0",
"white": "#E5E9F0",
"brightBlack": "#4C566A",
"brightRed": "#BF616A",
"brightGreen": "#A3BE8C",
"brightYellow": "#EBCB8B",
"brightBlue": "#81A1C1",
"brightPurple": "#B48EAD",
"brightCyan": "#8FBCBB",
"brightWhite": "#ECEFF4",
"cursorColor": "#ECEFF4",
"selectionBackground": "#434C5E"
}4. Solarized Dark
{
"name": "Solarized Dark",
"background": "#002B36",
"foreground": "#839496",
"black": "#073642",
"red": "#DC322F",
"green": "#859900",
"yellow": "#B58900",
"blue": "#268BD2",
"purple": "#D33682",
"cyan": "#2AA198",
"white": "#EEE8D5",
"brightBlack": "#586E75",
"brightRed": "#CB4B16",
"brightGreen": "#586E75",
"brightYellow": "#657B83",
"brightBlue": "#839496",
"brightPurple": "#6C71C4",
"brightCyan": "#93A1A1",
"brightWhite": "#FDF6E3",
"cursorColor": "#93A1A1",
"selectionBackground": "#073642"
}5. Tokyo Night
{
"name": "Tokyo Night",
"background": "#1A1B26",
"foreground": "#C0CAF5",
"black": "#15161E",
"red": "#F7768E",
"green": "#9ECE6A",
"yellow": "#E0AF68",
"blue": "#7AA2F7",
"purple": "#BB9AF7",
"cyan": "#7DCFFF",
"white": "#A9B1D6",
"brightBlack": "#414868",
"brightRed": "#F7768E",
"brightGreen": "#9ECE6A",
"brightYellow": "#E0AF68",
"brightBlue": "#7AA2F7",
"brightPurple": "#BB9AF7",
"brightCyan": "#7DCFFF",
"brightWhite": "#C0CAF5",
"cursorColor": "#C0CAF5",
"selectionBackground": "#283457"
}6. Gruvbox Dark
{
"name": "Gruvbox Dark",
"background": "#282828",
"foreground": "#EBDBB2",
"black": "#282828",
"red": "#CC241D",
"green": "#98971A",
"yellow": "#D79921",
"blue": "#458588",
"purple": "#B16286",
"cyan": "#689D6A",
"white": "#A89984",
"brightBlack": "#928374",
"brightRed": "#FB4934",
"brightGreen": "#B8BB26",
"brightYellow": "#FABD2F",
"brightBlue": "#83A598",
"brightPurple": "#D3869B",
"brightCyan": "#8EC07C",
"brightWhite": "#FBF1C7",
"cursorColor": "#FBF1C7",
"selectionBackground": "#504945"
}7. Catppuccin Mocha
{
"name": "Catppuccin Mocha",
"background": "#1E1E2E",
"foreground": "#CDD6F4",
"black": "#45475A",
"red": "#F38BA8",
"green": "#A6E3A1",
"yellow": "#F9E2AF",
"blue": "#89B4FA",
"purple": "#CBA6F7",
"cyan": "#94E2D5",
"white": "#BAC2DE",
"brightBlack": "#585B70",
"brightRed": "#F38BA8",
"brightGreen": "#A6E3A1",
"brightYellow": "#F9E2AF",
"brightBlue": "#89B4FA",
"brightPurple": "#CBA6F7",
"brightCyan": "#94E2D5",
"brightWhite": "#CDD6F4",
"cursorColor": "#F5E0DC",
"selectionBackground": "#45475A"
}8. Monokai Pro
{
"name": "Monokai Pro",
"background": "#2D2A2E",
"foreground": "#FCFCFA",
"black": "#403E41",
"red": "#FF6188",
"green": "#A9DC76",
"yellow": "#FFD866",
"blue": "#78DCE8",
"purple": "#AB9DF2",
"cyan": "#78DCE8",
"white": "#FCFCFA",
"brightBlack": "#727072",
"brightRed": "#FF6188",
"brightGreen": "#A9DC76",
"brightYellow": "#FFD866",
"brightBlue": "#78DCE8",
"brightPurple": "#AB9DF2",
"brightCyan": "#78DCE8",
"brightWhite": "#FFFFFF",
"cursorColor": "#FCFCFA",
"selectionBackground": "#5B595C"
}9. Everforest Dark
{
"name": "Everforest Dark",
"background": "#2B3339",
"foreground": "#D3C6AA",
"black": "#4B565C",
"red": "#E67E80",
"green": "#A7C080",
"yellow": "#DBBC7F",
"blue": "#7FBBB3",
"purple": "#D699B6",
"cyan": "#83C092",
"white": "#D3C6AA",
"brightBlack": "#5C6A72",
"brightRed": "#E67E80",
"brightGreen": "#A7C080",
"brightYellow": "#DBBC7F",
"brightBlue": "#7FBBB3",
"brightPurple": "#D699B6",
"brightCyan": "#83C092",
"brightWhite": "#FFF9E8",
"cursorColor": "#D3C6AA",
"selectionBackground": "#3A464C"
}10. GitHub Dark
{
"name": "GitHub Dark",
"background": "#0D1117",
"foreground": "#C9D1D9",
"black": "#484F58",
"red": "#FF7B72",
"green": "#3FB950",
"yellow": "#D29922",
"blue": "#58A6FF",
"purple": "#BC8CFF",
"cyan": "#39C5CF",
"white": "#B1BAC4",
"brightBlack": "#6E7681",
"brightRed": "#FFA198",
"brightGreen": "#56D364",
"brightYellow": "#E3B341",
"brightBlue": "#79C0FF",
"brightPurple": "#D2A8FF",
"brightCyan": "#56D4DD",
"brightWhite": "#F0F6FC",
"cursorColor": "#58A6FF",
"selectionBackground": "#264F78"
}





