Skip to content

A beautiful Windows Terminal theme for those who like the color red. Red is used as accent color paired with grey and black backgrounds, so it's not tiring to look at.

License

Notifications You must be signed in to change notification settings

wolves-league/wolves-league-windows-terminal-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wolves League Windows Terminal theme

Official Wolves League Gnome Terminal theme.


A beautiful theme for those who like the color red. Red is used as accent color paired with grey and black backgrounds, so it's not tiring to look at.

Colors and variants

There are 2 variants:

  • Dark - Dark grey background
  • Black - Pure black background

Wolves League Dark Wolves League Dark

Install instructions

Click on the down arrow symbol ˅ at the top of the terminal and then select Settings. If you prefer you can use the keyboard shortcut Ctrl + ,. In the tab that just opened click on Open JSON file.

Find the schemes section and paste the content of wolves-league-black.json and wolves-league-dark.json if you want both Black and Dark themes, or paste only the one you want.

Example:

"schemes": 
    [
      {
          "name": "Wolves League Black",
          "background": "#000000",
          "black": "#222425",
          "blue": "#6CAEFF",
          "brightBlack": "#707070",
          "brightBlue": "#9AC5FB",
          "brightCyan": "#7CD4E5",
          "continues": "..."
      },
      {
          "name": "Wolves League Dark",
          "background": "#1D1F20",
          "black": "#222425",
          "blue": "#6CAEFF",
          "brightBlack": "#707070",
          "brightBlue": "#9AC5FB",
          "brightCyan": "#7CD4E5",
          "continues": "..."
      },
    ]

Enabling the theme

Find the profiles section and add a colorScheme property with the name of the theme you want.

Example:

"profiles": {
    "defaults": {
      "colorScheme": "Wolves League Dark"
    },
  }

Issues and suggestions

For issues and suggestions use GitHub Issues.

About

A beautiful Windows Terminal theme for those who like the color red. Red is used as accent color paired with grey and black backgrounds, so it's not tiring to look at.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published