mirror of
https://github.com/m1ngsama/winfig.git
synced 2025-12-24 10:51:49 +00:00
Merge feat/omp-theme
This commit is contained in:
commit
6647dc3713
1 changed files with 49 additions and 0 deletions
|
|
@ -73,6 +73,55 @@
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"style": "diamond"
|
"style": "diamond"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"properties": {
|
||||||
|
"prefix": " \ue235 ",
|
||||||
|
"display_mode": "files"
|
||||||
|
},
|
||||||
|
"leading_diamond": " \ue0b6",
|
||||||
|
"trailing_diamond": "\ue0b4",
|
||||||
|
"foreground": "#ffffff",
|
||||||
|
"background": "#4584b6",
|
||||||
|
"type": "python",
|
||||||
|
"style": "diamond"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"properties": {
|
||||||
|
"prefix": " \ue627 ",
|
||||||
|
"display_mode": "files"
|
||||||
|
},
|
||||||
|
"leading_diamond": " \ue0b6",
|
||||||
|
"trailing_diamond": "\ue0b4",
|
||||||
|
"foreground": "#ffffff",
|
||||||
|
"background": "#00acd7",
|
||||||
|
"type": "go",
|
||||||
|
"style": "diamond"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"properties": {
|
||||||
|
"prefix": " \uf308 ",
|
||||||
|
"display_mode": "files"
|
||||||
|
},
|
||||||
|
"leading_diamond": " \ue0b6",
|
||||||
|
"trailing_diamond": "\ue0b4",
|
||||||
|
"foreground": "#ffffff",
|
||||||
|
"background": "#0db7ed",
|
||||||
|
"type": "docker",
|
||||||
|
"style": "diamond"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"properties": {
|
||||||
|
"threshold": 500,
|
||||||
|
"style": "austin",
|
||||||
|
"prefix": " <#fefefe>\uf252</> "
|
||||||
|
},
|
||||||
|
"leading_diamond": " \ue0b6",
|
||||||
|
"trailing_diamond": "\ue0b4",
|
||||||
|
"foreground": "#ffffff",
|
||||||
|
"background": "#c4a000",
|
||||||
|
"type": "executiontime",
|
||||||
|
"style": "diamond"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"properties": {
|
"properties": {
|
||||||
"postfix": " ",
|
"postfix": " ",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue