Last active
April 15, 2021 08:34
-
-
Save kthy/7c72dbb6d35d4992f36fc555a45dfa78 to your computer and use it in GitHub Desktop.
Oh My Posh v3 config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
| "blocks": [ | |
| { | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "text", | |
| "style": "plain", | |
| "foreground": "#83769c", | |
| "properties": { | |
| "prefix": "", | |
| "text": " \ufb0c " | |
| } | |
| }, | |
| { | |
| "type": "executiontime", | |
| "style": "diamond", | |
| "foreground": "#ffffff", | |
| "background": "#83769c", | |
| "leading_diamond": "\ue0b6", | |
| "trailing_diamond": "\ue0b4", | |
| "properties": { | |
| "always_enabled": true, | |
| "prefix": "\ufbab ", | |
| "style": "austin" | |
| } | |
| } | |
| ], | |
| "type": "prompt" | |
| }, | |
| { | |
| "type": "newline" | |
| }, | |
| { | |
| "type": "newline" | |
| }, | |
| { | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "background": "#688b58", | |
| "foreground": "#e3f2fd", | |
| "powerline_symbol": "", | |
| "properties": { | |
| "style": "full" | |
| }, | |
| "style": "powerline", | |
| "type": "path" | |
| }, | |
| { | |
| "background": "#e3f2fd", | |
| "foreground": "#1c3b56", | |
| "powerline_symbol": "", | |
| "style": "powerline", | |
| "type": "git" | |
| }, | |
| { | |
| "background": "#1c3b56", | |
| "foreground": "#ffd343", | |
| "powerline_symbol": "", | |
| "properties": { | |
| "prefix": " \ue73c " | |
| }, | |
| "style": "powerline", | |
| "type": "python" | |
| }, | |
| { | |
| "type": "node", | |
| "style": "powerline", | |
| "powerline_symbol": "\uE0B0", | |
| "foreground": "#ffffff", | |
| "background": "#6ca35e", | |
| "properties": { | |
| "prefix": " \uF898 " | |
| } | |
| }, | |
| { | |
| "type": "azfunc", | |
| "style": "powerline", | |
| "powerline_symbol": "", | |
| "foreground": "#ffffff", | |
| "background": "#ffd343", | |
| "properties": { | |
| "prefix": " \uf0e7", | |
| "display_version": false, | |
| "display_mode": "files" | |
| } | |
| }, | |
| { | |
| "background": "#ff3030", | |
| "foreground": "#ffffff", | |
| "powerline_symbol": "", | |
| "properties": { | |
| "prefix": " \uf46e " | |
| }, | |
| "style": "powerline", | |
| "type": "exit" | |
| } | |
| ], | |
| "type": "prompt" | |
| }, | |
| { | |
| "type": "newline" | |
| }, | |
| { | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "foreground": "#007acc", | |
| "properties": { | |
| "prefix": "", | |
| "text": "❯" | |
| }, | |
| "style": "plain", | |
| "type": "text" | |
| } | |
| ], | |
| "type": "prompt" | |
| } | |
| ], | |
| "final_space": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment