Skip to content

dantestheme/windows-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

🎩 Dantes for Windows Terminal

Activating theme

Start Windows Terminal and click on the down arrow symbol Ë… from menu bar. And you can see the settings menu. Or you can use Ctrl + , to open Settings directly.

In the settings.json settings file for Windows Terminal, find the schemes section and paste the content of dantes.json.

Once the color scheme has been defined, it's time to enable it. Find the profiles section and add a colorScheme value to the default profile.

Example:

"profiles": {
    "defaults": {
        "colorScheme" : "Monte-Cristo"
    }
}

If the profiles are listed as below:

"profiles": [
    // list of profiles
]

Change it to:

"profiles": {
    "defaults": {
      "colorScheme": "monte-cristo"
    },
    "list": [
      // list of profiles
    ]
  },

More info.

You can find more apps on this website.
If you'd like to contribute to this theme, please visit our Github. You can also know about more informations too.