Git Product home page Git Product logo

pawfv-windows-terminal-theme's Introduction

Windows Terminal Powershell Core PawFV Theme.

This theme was created for the new Windows Terminal.

Requirements

Steps.

1. Install requirements.

Install the software listed above. For Oh-my-Posh this is the Official GitHub repo

Install font Cascadia Code PL

From the Microsoft Official GitHub repo.

Unzip CascadiaCodePL.ttf, Open font settings then drag and drop the font.


2. Update Windows Terminal settings.

Open Windows terminal and go to settings.

Update the file with this settings.

file: settings.json

{
  "defaultProfile": "{your-powershell-guid}",

  "profiles": {
    "defaults": {
      // You must have Cascadia code installed otherwise
      // Use another font of your choice.
      "fontFace": "Cascadia code PL",
      "fontSize": 12
    },
    "list": [
      // ... defaults
      {
        "guid": "{your-powershell-guid}",
        "hidden": false,
        "name": "PowerShell",
        // I use core PowershellCore
        "source": "Windows.Terminal.PowershellCore",
        "background": "#1b1b1b",
        "cursorColor": "#F2F2F2",
        "snapOnInput": true
      }
    ]
  }
}

2. Add Paw theme.

First go to PowerShell dir.

PowerShell

> $powerShellPath=[System.IO.Path]::GetDirectoryName($profile)
> cd $powerShellPath

It should look like this.

Now for simplicity open the folder

> ii .

Then navigate to themes under /PowerShell/oh-my-posh/{3.XX}/themes. And copy paw.omp.json


3. Update PowerShell settings.

Note: You must have installed oh-my-posh.

Open Microsoft.PowerShell_profile.ps1

PowerShell

> notepad $PROFILE

Now copy this settings.

file: Microsoft.PowerShell_profile.ps1

Import-Module posh-git
Import-Module oh-my-posh
Set-PoshPrompt paw

Set-PSReadLineOption -colors @{
  Command = "#7EAF3D"
  String = "#CE9178"
  Number = "#B5CEA8"
  Type =  "#9CDCFE"
  Keyword = "#4FC1FF"
  Operator = "#D4D4D4"
  Parameter = "#858585"
  Member = "#4FC1FF"
  ContinuationPrompt = "#F4C742"
  Emphasis = "#0EF600"
  Comment = "#6A9955"
  Default = "#D4D4D4"
  Selection = "`e[96;100m" #Color Bright Cyan, BG Color Bright Black
  InlinePrediction = "#4FC1FF"
}

More demos:

excecution of errors and logs Nodejs logs

pawfv-windows-terminal-theme's People

Contributors

pawfv avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.