Skip to content

Instantly share code, notes, and snippets.

@roberthstrand
Last active July 31, 2020 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roberthstrand/df51b83281876ba76b62dde64bdca993 to your computer and use it in GitHub Desktop.
Save roberthstrand/df51b83281876ba76b62dde64bdca993 to your computer and use it in GitHub Desktop.
PowerShell, based on Nord theme
Set-PSReadLineOption -colors @{
Command = "#d08770"
Comment = "#d8dee9"
ContinuationPrompt = "#d8dee9"
Default = "#8fbcbb"
Emphasis = "#81a1c1"
Error = "#bf616a"
Keyword = "#8fbcbb"
Member = "#d8dee9"
Number = "#8fbcbb"
Operator = "#a3be8c"
Parameter = "#5e81ac"
Prediction = "#4c566a"
Selection = "#d8dee9"
String = "#d8dee9"
Type = "#d8dee9"
Variable = "#88c0d0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment