posh_noorlander/noorlander.omp.json

523 lines
17 KiB
JSON

{
"$schema": "https://git.noorlander.info/E.Noorlander/posh_noorlander/noorlander.omp.json",
"palette": {
"os_bg": "#21c7a8",
"os_fg": "#011627",
"root_bg": "#ef5350",
"root_fg": "#ffeb95",
"path_bg": "#82AAFF",
"path_fg": "#011627",
"path_separator": "#011627",
"git_bg": "#addb67",
"git_fg": "#011627",
"git_dirty_bg": "#e4cf6a",
"git_ahead_behind_bg": "#f78c6c",
"git_ahead_bg": "#C792EA",
"git_behind_bg": "#c792ea",
"time_bg": "#575656",
"time_fg": "#d6deeb",
"shell_bg": "#d6deeb",
"shell_fg": "#011627",
"sysinfo_bg": "#8f43f3",
"sysinfo_fg": "#ffffff",
"angular_bg": "#ffffff",
"angular_fg": "#ce092f",
"aurelia_bg": "#ffffff",
"aurelia_fg": "#de1f84",
"aws_bg": "#565656",
"aws_fg": "#faa029",
"az_bg": "#ffffff",
"az_fg": "#337bb6",
"azfunc_bg": "#ffffff",
"azfunc_fg": "#5398c2",
"azfunc_icon": "#f5bf45",
"cds_bg": "#5a7a94",
"cds_fg": "#100e23",
"crystal_bg": "#ffffff",
"crystal_fg": "#000000",
"cf_bg": "#ffffff",
"cf_fg": "#1d5185",
"cftarget_bg": "#ffffff",
"cftarget_fg": "#1d5185",
"cmake_bg": "#d2d2d2",
"cmake_fg": "#01a300",
"cmake_icon1": "#2829b2",
"cmake_icon2": "#be1818",
"dart_bg": "#e1e8e9",
"dart_fg": "#055b9c",
"dotnet_bg": "#0e0e0e",
"dotnet_fg": "#0d6da8",
"flutter_bg": "#06A4CE",
"flutter_fg": "#ffffff",
"go_bg": "#ffffff",
"go_fg": "#06aad5",
"haskell_bg": "#100e23",
"haskell_fg": "#906cff",
"java_bg": "#ffffff",
"java_fg": "#ec2729",
"julia_bg": "#945bb3",
"julia_fg": "#ffffff",
"julia_icon": "#ca3c34",
"kotlin_bg": "#906cff",
"kotlin_fg": "#ffffff",
"kubectl_bg": "#316ce4",
"kubectl_fg": "#ffffff",
"lua_bg": "#ffffff",
"lua_fg": "#000081",
"node_bg": "#303030",
"node_fg": "#3C873A",
"npm_icon": "#cc3a3a",
"yarn_icon": "#348cba",
"nx_bg": "#6488c0",
"nx_fg": "#1e293b",
"perl_bg": "#41436d",
"perl_fg": "#ffffff",
"php_bg": "#787CB5",
"php_fg": "#000000",
"python_bg": "#306998",
"python_fg": "#FFE873",
"r_bg": "#b9bbbf",
"r_fg": "#1c68bd",
"ruby_bg": "#ffffff",
"ruby_fg": "#9c1006",
"rust_bg": "#ffffff",
"rust_fg": "#000000",
"swift_bg": "#fe562e",
"swift_fg": "#ffffff",
"clock_bg": "#234d70",
"clock_fg": "#d6deeb",
"prompt_line": "#21c7a8",
"spotify_bg": "#1DB954",
"spotify_fg": "#011627",
"status_ok": "#22da6e",
"status_error": "#ef5350",
"transparent": "transparent"
},
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "p:os_bg",
"foreground": "p:os_fg",
"leading_diamond": "\u256d\u2500\ue0b6",
"properties": {
"windows": "\ue62a"
},
"style": "diamond",
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ",
"trailing_diamond": "\ue0b0",
"type": "os"
},
{
"background": "p:root_bg",
"foreground": "p:root_fg",
"powerline_symbol": "\ue0b0",
"style": "powerline",
"template": " \uf292 ",
"type": "root"
},
{
"background": "p:path_bg",
"foreground": "p:path_fg",
"powerline_symbol": "\ue0b0",
"leading_powerline_symbol": "\ue0d7",
"properties": {
"folder_icon": "\uf07c ",
"folder_separator_icon": "<#011627>\ue0b1</> ",
"home_icon": " \ueb06 ",
"style": "agnoster"
},
"style": "powerline",
"template": "{{ path .Path .Location }}",
"type": "path"
},
{
"background": "p:git_bg",
"background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}p:git_dirty_bg{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}p:git_ahead_behind_bg{{ end }}",
"{{ if gt .Ahead 0 }}p:git_ahead_bg{{ end }}",
"{{ if gt .Behind 0 }}p:git_behind_bg{{ end }}"
],
"foreground": "p:git_fg",
"powerline_symbol": "\ue0b0",
"properties": {
"branch_icon": "\ue725 ",
"fetch_status": true,
"fetch_upstream_icon": true,
"fetch_worktree_count": true,
"mapped_branches": {
"feat/*": "🚀 ",
"bug/*": "🐛 "
}
},
"style": "powerline",
"template": " {{ .UpstreamIcon }} {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ",
"type": "git"
},
{
"background": "p:time_bg",
"foreground": "p:time_fg",
"leading_diamond": "\ue0d7",
"properties": {
"style": "roundrock",
"threshold": 0
},
"style": "diamond",
"template": " {{ .FormattedMs }}",
"trailing_diamond": "\ue0b4",
"type": "executiontime"
}
],
"type": "prompt"
},
{
"alignment": "right",
"overflow": "break",
"segments": [
{
"background": "p:shell_bg",
"foreground": "p:shell_fg",
"leading_diamond": "\ue0b6",
"style": "diamond",
"template": "\uf489 {{ .Name }} ",
"trailing_diamond": "\ue0d6",
"type": "shell"
},
{
"background": "p:sysinfo_bg",
"foreground": "p:sysinfo_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue266 {{ round .PhysicalPercentUsed .Precision }}% ",
"trailing_diamond": "\ue0d6",
"type": "sysinfo"
},
{
"background": "p:angular_bg",
"foreground": "p:angular_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue753 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "angular"
},
{
"background": "p:aurelia_bg",
"foreground": "p:aurelia_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\u03b1 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "aurelia"
},
{
"background": "p:aws_bg",
"foreground": "p:aws_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue7ad {{ .Profile }}{{ if .Region }}@{{ .Region }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "aws"
},
{
"background": "p:az_bg",
"foreground": "p:az_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\uebd8 {{ .EnvironmentName }} ",
"trailing_diamond": "\ue0d6",
"type": "az"
},
{
"background": "p:azfunc_bg",
"foreground": "p:azfunc_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\uf104<#f5bf45>\uf0e7</>\uf105 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "azfunc"
},
{
"background": "p:cds_bg",
"foreground": "p:cds_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue311 cds {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "cds"
},
{
"background": "p:crystal_bg",
"foreground": "p:crystal_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\uE370 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "crystal"
},
{
"background": "p:cf_bg",
"foreground": "p:cf_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\uf40a cf {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "cf"
},
{
"background": "p:cftarget_bg",
"foreground": "p:cftarget_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\uf40a {{if .Org }}{{ .Org }}{{ end }}{{ if .Space }}/{{ .Space }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "cftarget"
},
{
"background": "p:cmake_bg",
"foreground": "p:cmake_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "<#2829b2>\ue61e</> <#be1818>\ue61d</> cmake {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "cmake"
},
{
"background": "p:dart_bg",
"foreground": "p:dart_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue798 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "dart"
},
{
"background": "p:dotnet_bg",
"foreground": "p:dotnet_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue77f {{ if .Unsupported }}\uf071{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "dotnet"
},
{
"background": "p:flutter_bg",
"foreground": "p:flutter_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue28e {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "flutter"
},
{
"background": "p:go_bg",
"foreground": "p:go_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue626 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "go"
},
{
"background": "p:haskell_bg",
"foreground": "p:haskell_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue61f {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "haskell"
},
{
"background": "p:java_bg",
"foreground": "p:java_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue738 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "java"
},
{
"background": "p:julia_bg",
"foreground": "p:julia_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "<#ca3c34>\ue624</> {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "julia"
},
{
"background": "p:kotlin_bg",
"foreground": "p:kotlin_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "K {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "kotlin"
},
{
"background": "p:kubectl_bg",
"foreground": "p:kubectl_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\uf308 {{.Context}} :: {{if .Namespace}}{{.Namespace}}{{else}}default{{end}} ",
"trailing_diamond": "\ue0d6",
"type": "kubectl"
},
{
"background": "p:lua_bg",
"foreground": "p:lua_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue620 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "lua"
},
{
"background": "p:node_bg",
"foreground": "p:node_fg",
"leading_diamond": "\ue0b2",
"properties": {
"fetch_package_manager": true,
"npm_icon": "<#cc3a3a>\ue71e</> ",
"yarn_icon": "<#348cba>\ue6a7</> "
},
"style": "diamond",
"template": "\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ",
"trailing_diamond": "\ue0d6",
"type": "node"
},
{
"background": "p:nx_bg",
"foreground": "p:nx_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "Nx {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "nx"
},
{
"background": "p:perl_bg",
"foreground": "p:perl_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue769 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "perl"
},
{
"background": "p:php_bg",
"foreground": "p:php_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue73d {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "php"
},
{
"background": "p:python_bg",
"foreground": "p:python_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}",
"trailing_diamond": "\ue0d6",
"type": "python"
},
{
"background": "p:r_bg",
"foreground": "p:r_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "R {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "r"
},
{
"background": "p:ruby_bg",
"foreground": "p:ruby_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue791 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "ruby"
},
{
"background": "p:rust_bg",
"foreground": "p:rust_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue7a8 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "rust"
},
{
"background": "p:swift_bg",
"foreground": "p:swift_fg",
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": "\ue755 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"trailing_diamond": "\ue0d6",
"type": "swift"
},
{
"background": "p:clock_bg",
"foreground": "p:clock_fg",
"leading_diamond": "\ue0b2",
"properties": {
"time_format": "15:04:05"
},
"style": "diamond",
"template": "\ue641 {{ .CurrentDate | date .Format }}",
"trailing_diamond": "\ue0b4",
"type": "time"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "p:prompt_line",
"style": "plain",
"template": "\u2570\u2500",
"type": "text"
},
{
"background": "p:spotify_bg",
"foreground": "p:spotify_fg",
"leading_diamond": "\ue0b6",
"properties": {
"playing_icon": "\uf1bc "
},
"style": "diamond",
"template": " {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} ~ {{ .Track }}{{ end }} ",
"trailing_diamond": "\ue0c6 ",
"type": "spotify"
},
{
"foreground": "p:status_ok",
"foreground_templates": ["{{ if gt .Code 0 }}p:status_error{{ end }}"],
"properties": {
"always_enabled": true
},
"style": "plain",
"template": "\ue285\ue285",
"type": "status"
}
],
"type": "prompt"
}
],
"console_title_template": "{{ .Folder }}",
"final_space": true,
"transient_prompt": {
"background": "p:transparent",
"foreground": "p:time_fg",
"template": "\ue285 "
},
"version": 3
}