Skip to content

Commit

Permalink
theme: update powerlevel10k_rainbow, blueish and marcduiker
Browse files Browse the repository at this point in the history
  • Loading branch information
uruz-7 authored and JanDeDobbeleer committed May 4, 2021
1 parent 3c51292 commit af628fb
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 84 deletions.
154 changes: 77 additions & 77 deletions themes/blueish.omp.json
Expand Up @@ -2,126 +2,126 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "os",
"style": "diamond",
"foreground": "#26C6DA",
"background": "#546E7A",
"properties": {
"type": "os",
"style": "diamond",
"foreground": "#26C6DA",
"background": "#546E7A",
"properties": {
"postfix": " \uE0B1",
"macos": "mac"
},
"leading_diamond": "\uE0c5",
"trailing_diamond": "\uE0B0"
},
"leading_diamond": "\uE0c5",
"trailing_diamond": "\uE0B0"
},
{
"type": "session",
"style": "powerline",
"foreground": "#26C6DA",
"background": "#546E7A",
"powerline_symbol": "\uE0B0"
"type": "session",
"style": "powerline",
"foreground": "#26C6DA",
"background": "#546E7A",
"powerline_symbol": "\uE0B0"
},
{
"type": "battery",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#a2beef",
"properties": {
{
"type": "battery",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#a2beef",
"properties": {
"battery_icon": "\f583",
"color_background": true,
"charged_color": "#0476d0",
"charging_color": "#00D100",
"discharging_color": "#FFCD58",
"postfix": "\uF295 \uf583 "
}
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#14c2dd",
"properties": {
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#14c2dd",
"properties": {
"prefix": " \uE5FF ",
"style": "folder"
}
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#a2c4e0",
"properties": {
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#a2c4e0",
"properties": {
"display_stash_count": true,
"display_upstream_icon": true
}
}
},
{
"type": "node",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#6CA35E",
"properties": {
"type": "node",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#6CA35E",
"properties": {
"prefix": " \uE718 "
}
}
},
{
"type": "root",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#ffff66"
"type": "root",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#ffff66"
},
{
"type": "kubectl",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#0077c2",
"properties": {
"type": "kubectl",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#0077c2",
"properties": {
"prefix": " \uFD31 ",
"template": "{{.Context}} :: {{if .Namespace}}{{.Namespace}}{{else}}default{{end}}"
}
}
},
{
"type": "exit",
"style": "diamond",
"foreground": "#ffffff",
"background": "#007800",
"leading_diamond": "",
"trailing_diamond": "\uE0b0",
"properties": {
"type": "exit",
"style": "diamond",
"foreground": "#ffffff",
"background": "#007800",
"leading_diamond": "<transparent, #007800>\uE0B0</>",
"trailing_diamond": "\uE0b0",
"properties": {
"display_exit_code": false,
"always_enabled": true,
"error_color": "#f1184c",
"color_background": true,
"prefix": "<transparent>\uE0B0</> \ufc8d"
}
"prefix": " \ufc8d"
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#007ACC",
"properties": {
"type": "text",
"style": "plain",
"foreground": "#007ACC",
"properties": {
"prefix": "",
"text": "\u279C"
}
}
}
]
]
}
],
"final_space": true
"final_space": true
}
8 changes: 4 additions & 4 deletions themes/gmay.omp.json
Expand Up @@ -33,8 +33,8 @@
"type": "time",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground":"#193549",
"background":"#4caf50",
"foreground": "#193549",
"background": "#4caf50",
"properties": {
"time_format": "2006-01-02 15:04:05",
"prefix": ""
Expand Down Expand Up @@ -74,14 +74,14 @@
"style": "diamond",
"foreground": "#ffffff",
"background": "#2e9599",
"leading_diamond": "",
"leading_diamond": "<transparent, #2e9599>\uE0B0</>",
"trailing_diamond": "\uE0B4",
"properties": {
"display_exit_code": false,
"always_enabled": true,
"error_color": "#f1184c",
"color_background": true,
"prefix": "<transparent>\uE0B0</> \uFC0C"
"prefix": " \uFC0C"
}
}
]
Expand Down
5 changes: 2 additions & 3 deletions themes/marcduiker.omp.json
Expand Up @@ -6,7 +6,6 @@
"horizontal_offset": 0,
"vertical_offset": 0,
"segments": [

{
"background": "#feae34",
"foreground": "#262b44",
Expand Down Expand Up @@ -47,13 +46,13 @@
{
"background": "#0095e9",
"foreground": "#ffffff",
"leading_diamond": "",
"leading_diamond": "<transparent, #0095e9></>",
"properties": {
"always_enabled": true,
"color_background": true,
"display_exit_code": false,
"error_color": "#ff0044",
"prefix": "<transparent></>"
"prefix": ""
},
"style": "diamond",
"trailing_diamond": "",
Expand Down

0 comments on commit af628fb

Please sign in to comment.