theme: refactor colors palette, fix icons

This commit is contained in:
Maksym Sevriukov 2022-10-09 14:37:08 +03:00 committed by Jan De Dobbeleer
parent 839817db5a
commit 71d0e993af
5 changed files with 341 additions and 373 deletions

View file

@ -1,81 +1,71 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "palette": {
{ "os": "#ACB0BE",
"alignment": "left", "pink": "#F5BDE6",
"segments": [ "lavender": "#B7BDF8",
{ "blue": "#8AADF4",
"background": "#8AADF4", "wight": "#FFFFFF",
"foreground": "#ffffff", "text": "#494D64"
"powerline_symbol": "\ue0b4", },
"leading_diamond": "\ue0b6", "blocks": [
"properties": { {
"style": "full", "alignment": "left",
"alpine": "\uf300", "segments": [
"arch": "\uf303", {
"centos": "\uf304", "background": "p:blue",
"debian": "\uf306", "foreground": "p:wight",
"elementary": "\uf309", "powerline_symbol": "\ue0b4",
"fedora": "\uf30a", "leading_diamond": "\ue0b6",
"gentoo": "\uf30d", "style": "diamond",
"linux": "\ue712", "template": "{{.Icon}} ",
"macos": "\ue711", "type": "os"
"manjaro": "\uf312", },
"mint": "\uf30f", {
"opensuse": "\uf314", "background": "p:blue",
"raspbian": "\uf315", "foreground": "p:text",
"ubuntu": "\uebc9", "powerline_symbol": "\ue0b4",
"windows": "\ue70f" "style": "diamond",
}, "template": "{{ .UserName }}@{{ .HostName }}",
"style": "diamond", "type": "session"
"template": "{{.Icon}} ", },
"type": "os" {
}, "background": "p:pink",
{ "foreground": "p:text",
"background": "#8AADF4", "properties": {
"foreground": "#494D64", "folder_icon": "..\ue5fe..",
"powerline_symbol": "\ue0b4", "home_icon": "~",
"style": "diamond", "style": "agnoster_short"
"template": "{{ .UserName }}@{{ .HostName }}", },
"type": "session" "powerline_symbol": "\ue0b4",
}, "style": "powerline",
{ "template": " {{ .Path }}",
"background": "#F5BDE6", "type": "path"
"foreground": "#494D64", },
"properties": { {
"folder_icon": "<#494D64>..\ue5fe..</>", "background": "p:lavender",
"home_icon": "~", "foreground": "p:text",
"style": "agnoster_short" "style": "powerline",
}, "properties": {
"powerline_symbol": "\ue0b4", "branch_icon": "\ue725 ",
"style": "powerline", "cherry_pick_icon": "\ue29b ",
"template": " {{ .Path }}", "commit_icon": "\uf417 ",
"type": "path" "fetch_status": false,
}, "fetch_upstream_icon": false,
{ "merge_icon": "\ue727 ",
"background": "#B7BDF8", "no_commits_icon": "\uf594 ",
"foreground": "#494D64", "rebase_icon": "\ue728 ",
"style": "powerline", "revert_icon": "\uf0e2 ",
"properties": { "tag_icon": "\uf412 "
"branch_icon": "\ue725 ", },
"cherry_pick_icon": "\ue29b ", "powerline_symbol": "\ue0b4",
"commit_icon": "\uf417 ", "template": " {{ .HEAD }}",
"fetch_status": false, "type": "git"
"fetch_upstream_icon": false, }
"merge_icon": "\ue727 ", ],
"no_commits_icon": "\uf594 ", "type": "prompt"
"rebase_icon": "\ue728 ", }
"revert_icon": "\uf0e2 ", ],
"tag_icon": "\uf412 " "final_space": true,
}, "version": 2
"powerline_symbol": "\ue0b4", }
"template": " {{ .HEAD }}",
"type": "git"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 2
}

View file

@ -1,73 +1,68 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "palette": {
{ "os": "#ACB0BE",
"alignment": "left", "closer": "p:os",
"segments": [ "pink": "#F4B8E4",
{ "lavender": "#BABBF1",
"foreground": "#ACB0BE", "blue": "#8CAAEE"
"properties": { },
"style": "full", "blocks": [
"alpine": "\uf300", {
"arch": "\uf303", "alignment": "left",
"centos": "\uf304", "segments": [
"debian": "\uf306", {
"elementary": "\uf309", "foreground": "p:os",
"fedora": "\uf30a", "style": "plain",
"gentoo": "\uf30d", "template": "{{.Icon}} ",
"linux": "\ue712", "type": "os"
"macos": "\ue711", },
"manjaro": "\uf312", {
"mint": "\uf30f", "foreground": "p:blue",
"opensuse": "\uf314", "style": "plain",
"raspbian": "\uf315", "template": "{{ .UserName }}@{{ .HostName }} ",
"ubuntu": "\uebc9", "type": "session"
"windows": "\ue70f" },
}, {
"style": "plain", "foreground": "p:pink",
"template": "{{.Icon}} ", "properties": {
"type": "os" "folder_icon": "..\ue5fe..",
}, "home_icon": "~",
{ "style": "agnoster_short"
"foreground": "#8CAAEE", },
"style": "plain", "style": "plain",
"template": "{{ .UserName }}@{{ .HostName }} ", "template": "{{ .Path }} ",
"type": "session" "type": "path"
}, },
{ {
"foreground": "#F4B8E4", "foreground": "p:lavender",
"properties": { "properties": {
"folder_icon": "<#F4B8E4>..\ue5fe..</>", "branch_icon": "\ue725 ",
"home_icon": "~", "cherry_pick_icon": "\ue29b ",
"style": "agnoster_short" "commit_icon": "\uf417 ",
}, "fetch_status": false,
"style": "plain", "fetch_upstream_icon": false,
"template": "{{ .Path }} ", "merge_icon": "\ue727 ",
"type": "path" "no_commits_icon": "\uf594 ",
}, "rebase_icon": "\ue728 ",
{ "revert_icon": "\uf0e2 ",
"foreground": "#BABBF1", "tag_icon": "\uf412 "
"properties": { },
"branch_icon": "\ue725 ", "template": "{{ .HEAD }} ",
"cherry_pick_icon": "\ue29b ", "style": "plain",
"commit_icon": "\uf417 ", "type": "git"
"fetch_status": false, },
"fetch_upstream_icon": false, {
"merge_icon": "\ue727 ", "style": "plain",
"no_commits_icon": "\uf594 ", "foreground": "p:closer",
"rebase_icon": "\ue728 ", "template": "\uf105",
"revert_icon": "\uf0e2 ", "type": "text"
"tag_icon": "\uf412 " }
}, ],
"template": "{{ .HEAD }} ", "type": "prompt"
"style": "diamond", }
"trailing_diamond": "<#ACB0BE>\uf105</>", ],
"type": "git" "final_space": true,
} "version": 2
], }
"type": "prompt"
}
],
"final_space": true,
"version": 2
}

View file

@ -1,73 +1,68 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "palette": {
{ "os": "#ACB0BE",
"alignment": "left", "closer": "p:os",
"segments": [ "pink": "#ea76cb",
{ "lavender": "#7287FD",
"foreground": "#ACB0BE", "blue": "#1e66f5"
"properties": { },
"style": "full", "blocks": [
"alpine": "\uf300", {
"arch": "\uf303", "alignment": "left",
"centos": "\uf304", "segments": [
"debian": "\uf306", {
"elementary": "\uf309", "foreground": "p:os",
"fedora": "\uf30a", "style": "plain",
"gentoo": "\uf30d", "template": "{{.Icon}} ",
"linux": "\ue712", "type": "os"
"macos": "\ue711", },
"manjaro": "\uf312", {
"mint": "\uf30f", "foreground": "p:blue",
"opensuse": "\uf314", "style": "plain",
"raspbian": "\uf315", "template": "{{ .UserName }}@{{ .HostName }} ",
"ubuntu": "\uebc9", "type": "session"
"windows": "\ue70f" },
}, {
"style": "plain", "foreground": "p:pink",
"template": "{{.Icon}} ", "properties": {
"type": "os" "folder_icon": "..\ue5fe..",
}, "home_icon": "~",
{ "style": "agnoster_short"
"foreground": "#1e66f5", },
"style": "plain", "style": "plain",
"template": "{{ .UserName }}@{{ .HostName }} ", "template": "{{ .Path }} ",
"type": "session" "type": "path"
}, },
{ {
"foreground": "#ea76cb", "foreground": "p:lavender",
"properties": { "properties": {
"folder_icon": "<#ea76cb>..\ue5fe..</>", "branch_icon": "\ue725 ",
"home_icon": "~", "cherry_pick_icon": "\ue29b ",
"style": "agnoster_short" "commit_icon": "\uf417 ",
}, "fetch_status": false,
"style": "plain", "fetch_upstream_icon": false,
"template": "{{ .Path }} ", "merge_icon": "\ue727 ",
"type": "path" "no_commits_icon": "\uf594 ",
}, "rebase_icon": "\ue728 ",
{ "revert_icon": "\uf0e2 ",
"foreground": "#7287FD", "tag_icon": "\uf412 "
"properties": { },
"branch_icon": "\ue725 ", "template": "{{ .HEAD }} ",
"cherry_pick_icon": "\ue29b ", "style": "plain",
"commit_icon": "\uf417 ", "type": "git"
"fetch_status": false, },
"fetch_upstream_icon": false, {
"merge_icon": "\ue727 ", "style": "plain",
"no_commits_icon": "\uf594 ", "foreground": "p:closer",
"rebase_icon": "\ue728 ", "template": "\uf105",
"revert_icon": "\uf0e2 ", "type": "text"
"tag_icon": "\uf412 " }
}, ],
"template": "{{ .HEAD }} ", "type": "prompt"
"style": "diamond", }
"trailing_diamond": "<#ACB0BE>\uf105</>", ],
"type": "git" "final_space": true,
} "version": 2
], }
"type": "prompt"
}
],
"final_space": true,
"version": 2
}

View file

@ -1,73 +1,67 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "palette": {
{ "os": "#ACB0BE",
"alignment": "left", "closer": "p:os",
"segments": [ "pink": "#F5BDE6",
{ "lavender": "#B7BDF8",
"foreground": "#ACB0BE", "blue": "#8AADF4"
"properties": { },
"style": "full", "blocks": [
"alpine": "\uf300", {
"arch": "\uf303", "alignment": "left",
"centos": "\uf304", "segments": [
"debian": "\uf306", {
"elementary": "\uf309", "foreground": "p:os",
"fedora": "\uf30a", "style": "plain",
"gentoo": "\uf30d", "template": "{{.Icon}} ",
"linux": "\ue712", "type": "os"
"macos": "\ue711", },
"manjaro": "\uf312", {
"mint": "\uf30f", "foreground": "p:blue",
"opensuse": "\uf314", "style": "plain",
"raspbian": "\uf315", "template": "{{ .UserName }}@{{ .HostName }} ",
"ubuntu": "\uebc9", "type": "session"
"windows": "\ue70f" },
}, {
"style": "plain", "foreground": "p:pink",
"template": "{{.Icon}} ", "properties": {
"type": "os" "folder_icon": "..\ue5fe..",
}, "home_icon": "~",
{ "style": "agnoster_short"
"foreground": "#8AADF4", },
"style": "plain", "style": "plain",
"template": "{{ .UserName }}@{{ .HostName }} ", "template": "{{ .Path }} ",
"type": "session" "type": "path"
}, },
{ {
"foreground": "#F5BDE6", "foreground": "p:lavender",
"properties": { "properties": {
"folder_icon": "<#F5BDE6>..\ue5fe..</>", "branch_icon": "\ue725 ",
"home_icon": "~", "cherry_pick_icon": "\ue29b ",
"style": "agnoster_short" "commit_icon": "\uf417 ",
}, "fetch_status": false,
"style": "plain", "fetch_upstream_icon": false,
"template": "{{ .Path }} ", "merge_icon": "\ue727 ",
"type": "path" "no_commits_icon": "\uf594 ",
}, "rebase_icon": "\ue728 ",
{ "revert_icon": "\uf0e2 ",
"foreground": "#B7BDF8", "tag_icon": "\uf412 "
"properties": { },
"branch_icon": "\ue725 ", "template": "{{ .HEAD }} ",
"cherry_pick_icon": "\ue29b ", "style": "plain",
"commit_icon": "\uf417 ", "type": "git"
"fetch_status": false, },
"fetch_upstream_icon": false, {
"merge_icon": "\ue727 ", "style": "plain",
"no_commits_icon": "\uf594 ", "foreground": "p:closer",
"rebase_icon": "\ue728 ", "template": "\uf105",
"revert_icon": "\uf0e2 ", "type": "text"
"tag_icon": "\uf412 " }
}, ],
"template": "{{ .HEAD }} ", "type": "prompt"
"style": "diamond", }
"trailing_diamond": "<#ACB0BE>\uf105</>", ],
"type": "git" "final_space": true,
} "version": 2
], }
"type": "prompt"
}
],
"final_space": true,
"version": 2
}

View file

@ -1,73 +1,67 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "palette": {
{ "os": "#ACB0BE",
"alignment": "left", "closer": "p:os",
"segments": [ "pink": "#F5C2E7",
{ "lavender": "#B4BEFE",
"foreground": "#ACB0BE", "blue": "#89B4FA"
"properties": { },
"style": "full", "blocks": [
"alpine": "\uf300", {
"arch": "\uf303", "alignment": "left",
"centos": "\uf304", "segments": [
"debian": "\uf306", {
"elementary": "\uf309", "foreground": "p:os",
"fedora": "\uf30a", "style": "plain",
"gentoo": "\uf30d", "template": "{{.Icon}} ",
"linux": "\ue712", "type": "os"
"macos": "\ue711", },
"manjaro": "\uf312", {
"mint": "\uf30f", "foreground": "p:blue",
"opensuse": "\uf314", "style": "plain",
"raspbian": "\uf315", "template": "{{ .UserName }}@{{ .HostName }} ",
"ubuntu": "\uebc9", "type": "session"
"windows": "\ue70f" },
}, {
"style": "plain", "foreground": "p:pink",
"template": "{{.Icon}} ", "properties": {
"type": "os" "folder_icon": "..\ue5fe..",
}, "home_icon": "~",
{ "style": "agnoster_short"
"foreground": "#89B4FA", },
"style": "plain", "style": "plain",
"template": "{{ .UserName }}@{{ .HostName }} ", "template": "{{ .Path }} ",
"type": "session" "type": "path"
}, },
{ {
"foreground": "#F5C2E7", "foreground": "p:lavender",
"properties": { "properties": {
"folder_icon": "<#F5C2E7>..\ue5fe..</>", "branch_icon": "\ue725 ",
"home_icon": "~", "cherry_pick_icon": "\ue29b ",
"style": "agnoster_short" "commit_icon": "\uf417 ",
}, "fetch_status": false,
"style": "plain", "fetch_upstream_icon": false,
"template": "{{ .Path }} ", "merge_icon": "\ue727 ",
"type": "path" "no_commits_icon": "\uf594 ",
}, "rebase_icon": "\ue728 ",
{ "revert_icon": "\uf0e2 ",
"foreground": "#B4BEFE", "tag_icon": "\uf412 "
"properties": { },
"branch_icon": "\ue725 ", "template": "{{ .HEAD }} ",
"cherry_pick_icon": "\ue29b ", "style": "plain",
"commit_icon": "\uf417 ", "type": "git"
"fetch_status": false, },
"fetch_upstream_icon": false, {
"merge_icon": "\ue727 ", "style": "plain",
"no_commits_icon": "\uf594 ", "foreground": "p:closer",
"rebase_icon": "\ue728 ", "template": "\uf105",
"revert_icon": "\uf0e2 ", "type": "text"
"tag_icon": "\uf412 " }
}, ],
"template": "{{ .HEAD }} ", "type": "prompt"
"style": "diamond", }
"trailing_diamond": "<#ACB0BE>\uf105</>", ],
"type": "git" "final_space": true,
} "version": 2
], }
"type": "prompt"
}
],
"final_space": true,
"version": 2
}