From 93c95fe5780bfd189ed595880e4bc1d149859ccf Mon Sep 17 00:00:00 2001 From: Jack Tracey <41163455+jtracey93@users.noreply.github.com> Date: Wed, 13 Oct 2021 00:04:58 +0100 Subject: [PATCH] theme: add jtracey93 --- themes/jtracey93.omp.json | 66 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 themes/jtracey93.omp.json diff --git a/themes/jtracey93.omp.json b/themes/jtracey93.omp.json new file mode 100644 index 000000000000..0b97a9c40bab --- /dev/null +++ b/themes/jtracey93.omp.json @@ -0,0 +1,66 @@ +{ + "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", + "blocks": [ + { + "alignment": "left", + "segments": [ + { + "background": "#EB9654", + "foreground": "#ffffff", + "leading_diamond": "", + "properties": { + "display_host": false, + "prefix": "" + }, + "style": "diamond", + "trailing_diamond": "", + "type": "session" + }, + { + "background": "lightYellow", + "foreground": "#3f3f3f", + "properties": { + "style": "full" + }, + "style": "plain", + "type": "path" + }, + { + "background": "#25AFF3", + "foreground": "#ffffff", + "properties": { + "display_status": true, + "postfix": ") ", + "prefix": " branch (" + }, + "style": "plain", + "type": "git" + }, + { + "type": "spotify", + "style": "plain", + "foreground": "#ffffff", + "background": "#1BD760", + "properties": { + "track_separator" : " - ", + "playing_icon": "", + "stopped_icon": "", + "paused_icon": "" + } + }, + { + "background": "#cc00ff", + "foreground": "#ffffff", + "properties": { + "time_format": "15:04:05" + }, + "style": "diamond", + "trailing_diamond": "", + "type": "time" + } + ], + "type": "prompt" + } + ], + "final_space": true +}