oh-my-posh/themes/atomic.omp.json

277 lines
9 KiB
JSON
Raw Normal View History

2021-11-20 12:31:13 -08:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#0077c2",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"leading_diamond": "\u256d\u2500\ue0b6",
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "\uf120 {{ .Name }} ",
2022-02-03 01:22:57 -08:00
"type": "shell"
2021-11-20 12:31:13 -08:00
},
{
"background": "#ef5350",
2022-02-03 01:22:57 -08:00
"foreground": "#FFFB38",
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "<parentBackground>\ue0b0</> \uf292 ",
2022-02-03 01:22:57 -08:00
"type": "root"
2021-11-20 12:31:13 -08:00
},
{
"background": "#FF9248",
2022-02-03 01:22:57 -08:00
"foreground": "#2d3436",
"powerline_symbol": "\ue0b0",
2021-11-20 12:31:13 -08:00
"properties": {
"folder_icon": " \uf07b ",
2022-02-03 01:22:57 -08:00
"home_icon": "\uf7dd",
2022-03-27 01:12:47 -07:00
"style": "folder"
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " \uf07b\uf553{{ .Path }} ",
2022-02-03 01:22:57 -08:00
"type": "path"
2021-11-20 12:31:13 -08:00
},
{
"background": "#FFFB38",
"background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ffeb95{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#c5e478{{ end }}",
"{{ if gt .Ahead 0 }}#C792EA{{ end }}",
"{{ if gt .Behind 0 }}#C792EA{{ end }}"
],
2022-02-03 01:22:57 -08:00
"foreground": "#011627",
"powerline_symbol": "\ue0b0",
2021-11-20 12:31:13 -08:00
"properties": {
"branch_icon": "\ue725 ",
"fetch_status": true,
2022-03-27 01:12:47 -07:00
"fetch_upstream_icon": true
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#ef5350> \uf046 {{ .Staging.String }}</>{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "git"
2021-11-20 12:31:13 -08:00
},
{
"background": "#83769c",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
2021-11-20 12:31:13 -08:00
"properties": {
2022-02-03 01:22:57 -08:00
"style": "roundrock",
"threshold": 0
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " \ufa1e{{ .FormattedMs }}\u2800",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0b4",
"type": "executiontime"
2021-11-20 12:31:13 -08:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-11-20 12:31:13 -08:00
},
{
"alignment": "right",
"segments": [
{
"background": "#303030",
2022-02-03 01:22:57 -08:00
"foreground": "#3C873A",
2022-02-04 08:22:40 -08:00
"leading_diamond": "\ue0b6",
2021-11-20 12:31:13 -08:00
"properties": {
2022-02-03 01:22:57 -08:00
"fetch_package_manager": true,
"npm_icon": " <#cc3a3a>\ue5fa</> ",
"yarn_icon": " <#348cba>\uf61a</>"
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}",
2022-02-04 08:22:40 -08:00
"trailing_diamond": "\ue0b4 ",
2022-02-03 01:22:57 -08:00
"type": "node"
2021-11-20 12:31:13 -08:00
},
{
"background": "#306998",
2022-02-03 01:22:57 -08:00
"foreground": "#FFE873",
2022-02-04 08:22:40 -08:00
"leading_diamond": "\ue0b6",
2022-02-03 01:22:57 -08:00
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}",
2022-02-04 08:22:40 -08:00
"trailing_diamond": "\ue0b4 ",
2022-02-03 01:22:57 -08:00
"type": "python"
2021-11-20 12:31:13 -08:00
},
{
"background": "#0e8ac8",
2022-02-03 01:22:57 -08:00
"foreground": "#ec2729",
2022-02-04 08:22:40 -08:00
"leading_diamond": "\ue0b6",
2022-02-03 01:22:57 -08:00
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "\ue738 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}",
2022-02-04 08:22:40 -08:00
"trailing_diamond": "\ue0b4 ",
2022-02-03 01:22:57 -08:00
"type": "java"
2021-11-20 12:31:13 -08:00
},
{
"background": "#0e0e0e",
2022-02-03 01:22:57 -08:00
"foreground": "#0d6da8",
2022-02-04 08:22:40 -08:00
"leading_diamond": "\ue0b6",
2022-02-03 01:22:57 -08:00
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "\ue77f {{ if .Unsupported }}\uf071{{ else }}{{ .Full }}{{ end }}",
2022-02-04 08:22:40 -08:00
"trailing_diamond": "\ue0b4 ",
2022-02-03 01:22:57 -08:00
"type": "dotnet"
2021-11-20 12:31:13 -08:00
},
{
"background": "#ffffff",
2022-02-03 01:22:57 -08:00
"foreground": "#06aad5",
2022-02-04 08:22:40 -08:00
"leading_diamond": "\ue0b6",
2022-02-03 01:22:57 -08:00
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "\ufcd1 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}",
2022-02-04 08:22:40 -08:00
"trailing_diamond": "\ue0b4 ",
2022-02-03 01:22:57 -08:00
"type": "go"
2021-11-20 12:31:13 -08:00
},
{
"background": "#f3f0ec",
2022-02-03 01:22:57 -08:00
"foreground": "#925837",
2022-02-04 08:22:40 -08:00
"leading_diamond": "\ue0b6",
2022-02-03 01:22:57 -08:00
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "\ue7a8 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}",
2022-02-04 08:22:40 -08:00
"trailing_diamond": "\ue0b4 ",
2022-02-03 01:22:57 -08:00
"type": "rust"
2021-11-20 12:31:13 -08:00
},
{
"background": "#e1e8e9",
2022-02-03 01:22:57 -08:00
"foreground": "#055b9c",
"leading_diamond": " \ue0b6",
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "\ue798 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}",
2022-02-04 08:22:40 -08:00
"trailing_diamond": "\ue0b4 ",
2022-02-03 01:22:57 -08:00
"type": "dart"
2021-11-20 12:31:13 -08:00
},
{
"background": "#ffffff",
2022-02-03 01:22:57 -08:00
"foreground": "#ce092f",
"leading_diamond": " \ue0b6",
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "\ue753 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}",
2022-02-04 08:22:40 -08:00
"trailing_diamond": "\ue0b4 ",
2022-02-03 01:22:57 -08:00
"type": "angular"
2021-11-20 12:31:13 -08:00
},
2022-05-26 05:51:26 -07:00
{
"background": "#1e293b",
"foreground": "#ffffff",
"leading_diamond": " \ue0b6",
"style": "diamond",
"template": "{{ if .Error }}{{ .Error }}{{ else }}Nx {{ .Full }}{{ end }}",
"trailing_diamond": "\ue0b4 ",
"type": "nx"
},
2021-11-20 12:31:13 -08:00
{
"background": "#945bb3",
2022-02-03 01:22:57 -08:00
"foreground": "#359a25",
"leading_diamond": " \ue0b6",
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "<#ca3c34>\ue624</> {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}",
2022-02-04 08:22:40 -08:00
"trailing_diamond": "\ue0b4 ",
2022-02-03 01:22:57 -08:00
"type": "julia"
2021-11-20 12:31:13 -08:00
},
{
"background": "#ffffff",
2022-02-03 01:22:57 -08:00
"foreground": "#9c1006",
2022-02-04 08:22:40 -08:00
"leading_diamond": "\ue0b6",
2022-02-03 01:22:57 -08:00
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "\ue791 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}",
2022-02-04 08:22:40 -08:00
"trailing_diamond": "\ue0b4 ",
2022-02-03 01:22:57 -08:00
"type": "ruby"
2021-11-20 12:31:13 -08:00
},
{
"background": "#ffffff",
2022-02-03 01:22:57 -08:00
"foreground": "#5398c2",
2022-02-04 08:22:40 -08:00
"leading_diamond": "\ue0b6",
2022-02-03 01:22:57 -08:00
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "\uf104<#f5bf45>\uf0e7</>\uf105 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}",
2022-02-04 08:22:40 -08:00
"trailing_diamond": "\ue0b4 ",
2022-02-03 01:22:57 -08:00
"type": "azfunc"
2021-11-20 12:31:13 -08:00
},
{
"background": "#565656",
2022-02-03 01:22:57 -08:00
"foreground": "#faa029",
2022-02-04 08:22:40 -08:00
"leading_diamond": "\ue0b6",
2022-02-03 01:22:57 -08:00
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "\ue7ad {{.Profile}}{{if .Region}}@{{.Region}}{{end}}",
2022-02-04 08:22:40 -08:00
"trailing_diamond": "\ue0b4 ",
2022-02-03 01:22:57 -08:00
"type": "aws"
2021-11-20 12:31:13 -08:00
},
{
"background": "#316ce4",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
2022-02-04 08:22:40 -08:00
"leading_diamond": "\ue0b6",
2022-02-03 01:22:57 -08:00
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "\ufd31 {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0b4",
"type": "kubectl"
2021-11-20 12:31:13 -08:00
},
{
"background": "#b2bec3",
2022-02-03 01:22:57 -08:00
"foreground": "#222222",
2022-02-04 08:22:40 -08:00
"leading_diamond": "\ue0b6",
2021-11-20 12:31:13 -08:00
"properties": {
2022-02-03 01:22:57 -08:00
"linux": "\ue27f",
"macos": "\ue27f",
2022-02-03 01:22:57 -08:00
"windows": "\ue27f"
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}<#262626> \ue0b2</>",
2022-02-03 01:22:57 -08:00
"type": "os"
2021-11-20 12:31:13 -08:00
},
{
"background": "#f36943",
"background_templates": [
"{{if eq \"Charging\" .State.String}}#b8e994{{end}}",
"{{if eq \"Discharging\" .State.String}}#fff34e{{end}}",
"{{if eq \"Full\" .State.String}}#33DD2D{{end}}"
],
2022-02-03 01:22:57 -08:00
"foreground": "#262626",
"invert_powerline": true,
"leading_diamond": "\ue0b2",
2021-11-20 12:31:13 -08:00
"properties": {
"charged_icon": "\uf58e ",
2022-02-03 01:22:57 -08:00
"charging_icon": "\uf1e6 ",
2022-03-27 01:12:47 -07:00
"discharging_icon": "\ue234 "
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 <#262626>\ue0b2</>",
2022-02-03 01:22:57 -08:00
"type": "battery"
2021-11-20 12:31:13 -08:00
},
{
"background": "#40c4ff",
"foreground": "#ffffff",
2022-02-03 01:22:57 -08:00
"invert_powerline": true,
"leading_diamond": "\ue0b2",
2021-11-20 12:31:13 -08:00
"properties": {
"time_format": "_2,15:04"
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " \uf5ef {{ .CurrentDate | date .Format }} ",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0b4",
"type": "time"
2021-11-20 12:31:13 -08:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-11-20 12:31:13 -08:00
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#21c7c7",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "\u2570\u2500",
2022-02-03 01:22:57 -08:00
"type": "text"
2021-11-20 12:31:13 -08:00
},
{
"foreground": "#e0f8ff",
2022-05-26 05:51:26 -07:00
"foreground_templates": ["{{ if gt .Code 0 }}#ef5350{{ end }}"],
2021-11-20 12:31:13 -08:00
"properties": {
2022-03-27 01:12:47 -07:00
"always_enabled": true
2022-02-03 01:22:57 -08:00
},
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "\ue285\ufb00 ",
2022-02-03 01:22:57 -08:00
"type": "exit"
2021-11-20 12:31:13 -08:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-11-20 12:31:13 -08:00
}
2022-02-03 01:22:57 -08:00
],
2022-03-27 01:12:47 -07:00
"version": 2
2021-11-20 12:31:13 -08:00
}