From 41a10851067783706f2e8c304d2efa1d893712d5 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Thu, 15 Jul 2021 17:05:30 +0200 Subject: [PATCH] theme: introduce patriksvensson --- themes/patriksvensson.omp.json | 92 ++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 themes/patriksvensson.omp.json diff --git a/themes/patriksvensson.omp.json b/themes/patriksvensson.omp.json new file mode 100644 index 00000000..ee30eff6 --- /dev/null +++ b/themes/patriksvensson.omp.json @@ -0,0 +1,92 @@ +{ + "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json", + "final_space": true, + "blocks": [ + { + "type": "prompt", + "alignment": "left", + "newline": true, + "segments": [ + { + "type": "root", + "style": "plain", + "powerline_symbol": "\uE0B0", + "foreground": "red", + "properties": { + "prefix": "", + "postfix": " ", + "root_icon": "\uF0E7" + } + }, + { + "type": "path", + "style": "plain", + "foreground": "blue", + "properties": { + "prefix": "", + "postfix": "", + "home_icon": "\uF7DB", + "folder_icon": "\uE5FF", + "folder_separator_icon": "/", + "style": "agnoster" + } + }, + { + "type": "git", + "style": "plain", + "foreground": "green", + "properties": { + "display_status": true, + "prefix": " on ", + "postfix": "", + "ahead_color": "red", + "behind_color": "green", + "working_color": "red", + "staging_color": "yellow", + "local_changes_color": "yellow", + "ahead_and_behind_color": "red", + "color_background": false, + "display_stash_count": true, + "display_upstream_icon": true, + "status_colors_enabled": true, + "github_icon": " " + } + }, + { + "type": "dotnet", + "style": "plain", + "foreground": "magenta", + "properties": { + "prefix": " [.NET] " + } + } + ] + }, + { + "type": "prompt", + "alignment": "left", + "newline": true, + "segments": [ + { + "type": "time", + "style": "plain", + "foreground": "yellow", + "properties": { + "prefix": "", + "time_format": "15:04:05" + } + }, + { + "type": "text", + "style": "plain", + "foreground": "green", + "properties": { + "prefix": "", + "postfix": "", + "text": "\u276F" + } + } + ] + } + ] +}