Skip to content

Commit

Permalink
feat(theme): add bubblesline
Browse files Browse the repository at this point in the history
fix(theme): bubblesline
  • Loading branch information
jos3s authored and JanDeDobbeleer committed Mar 27, 2021
1 parent f90840e commit 83246df
Showing 1 changed file with 159 additions and 0 deletions.
159 changes: 159 additions & 0 deletions themes/bubblesline.omp.json
@@ -0,0 +1,159 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "rprompt",
"alignment": "right",
"segments": [
{
"type": "path",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": "\uE0B6",
"foreground": "#3EC669",
"background": "#424242",
"properties": {
"prefix": "\uE5FF ",
"postfix": "",
"style": "folder"
}
},
{
"type": "git",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#43CCEA",
"background": "#424242",
"properties": {
"prefix": "",
"postfix": "",
"display_status_detail": false,
"branch_icon": ""
}
},
{
"type": "python",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#E4F34A",
"background": "#424242",
"properties": {
"prefix": "\uE235",
"postfix": "",
"display_version": false
}
},
{
"type": "go",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#7FD5EA",
"background": "#424242",
"properties": {
"prefix": "\uFCD1",
"postfix": "",
"display_version": false
}
},
{
"type": "node",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#42E66C",
"background": "#424242",
"properties": {
"prefix": "\uE718",
"postfix": "",
"display_version": false
}
},
{
"type": "ruby",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#E64747",
"background": "#424242",
"properties": {
"prefix": "\uE791",
"postfix": "",
"display_version": false
}
},
{
"type": "java",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#E64747",
"background": "#424242",
"properties": {
"prefix": "\uE738",
"postfix": "",
"display_version": false
}
},
{
"type": "julia",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#9B6BDF",
"background": "#424242",
"properties": {
"prefix": "\uE624",
"postfix": "",
"display_version": false
}
},
{
"type": "battery",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#9B6BDF",
"background": "#424242",
"properties": {
"battery_icon": "",
"discharging_icon": "\u21E3 ",
"charging_icon": "\u21E1 ",
"charged_icon": "\u25CF ",
"color_background": false,
"charged_color": "#4caf50",
"charging_color": "#40c4ff",
"discharging_color": "#ff5722",
"prefix": "",
"postfix": "",
"display_charging": true
}
}
]
},
{
"type": "newline"
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "session",
"style": "diamond",
"trailing_diamond": "\uE0B4 ",
"leading_diamond": "\uE0B6",
"foreground": "#9B6BDF",
"background": "#424242",
"properties": {
"display_host": false,
"postfix": " \u276F",
"prefix": ""
}
}
]
}
]
}

0 comments on commit 83246df

Please sign in to comment.