Skip to content

Commit

Permalink
fix: adjust themes according to latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Sep 17, 2020
1 parent 6fd9f0b commit 34094b0
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 4 deletions.
1 change: 1 addition & 0 deletions Themes/agnosterplus.json
Expand Up @@ -30,6 +30,7 @@
"foreground": "#100e23",
"background": "#ffffff",
"properties": {
"prefix": "",
"user_info_separator": "@"
}
},
Expand Down
2 changes: 2 additions & 0 deletions Themes/avit.json
Expand Up @@ -10,6 +10,7 @@
"foreground": "#ffffff",
"background": "#193549",
"properties": {
"prefix": "",
"home_icon": "~",
"style": "short"
}
Expand Down Expand Up @@ -62,6 +63,7 @@
"foreground": "#007ACC",
"background": "#193549",
"properties": {
"prefix": "",
"text": ""
}
}
Expand Down
2 changes: 1 addition & 1 deletion Themes/darkblood.json
Expand Up @@ -72,7 +72,7 @@
"properties": {
"home_icon": "~",
"style": "short",
"prefix": "<#CB4B16>[</>",
"prefix": "<#CB4B16>[</>",
"postfix": "<#CB4B16>]></>"
}
}
Expand Down
4 changes: 4 additions & 0 deletions Themes/honukai.json
Expand Up @@ -76,6 +76,7 @@
"foreground": "#CECE04",
"background": "#193549",
"properties": {
"prefix": "",
"root_icon": ""
}
},
Expand All @@ -85,6 +86,7 @@
"foreground": "#100e23",
"background": "#193549",
"properties": {
"prefix": "",
"python_icon": ""
}
},
Expand All @@ -94,6 +96,7 @@
"foreground": "#CB4B16",
"background": "#193549",
"properties": {
"prefix": "",
"error_icon": ""
}
},
Expand All @@ -103,6 +106,7 @@
"foreground": "#CC4B16",
"background": "#193549",
"properties": {
"prefix": "",
"text": ""
}
}
Expand Down
1 change: 1 addition & 0 deletions Themes/paradox.json
Expand Up @@ -84,6 +84,7 @@
"foreground": "#007ACC",
"background": "#193549",
"properties": {
"prefix": "",
"text": ""
}
}
Expand Down
2 changes: 2 additions & 0 deletions Themes/pararussel.json
Expand Up @@ -10,6 +10,7 @@
"foreground": "#ffffff",
"background": "#193549",
"properties": {
"prefix": "",
"text": "<#C591E8>❭</><#69FF94>❭</>"
}
},
Expand Down Expand Up @@ -75,6 +76,7 @@
"foreground": "#ffffff",
"background": "#193549",
"properties": {
"prefix": "",
"text": ""
}
}
Expand Down
1 change: 1 addition & 0 deletions Themes/powerlevel10k_classic.json
Expand Up @@ -93,6 +93,7 @@
"foreground": "#D4E157",
"background": "#193549",
"properties": {
"prefix": "",
"error_icon": "",
"always_enabled": true,
"error_color": "#FF5252",
Expand Down
7 changes: 4 additions & 3 deletions Themes/powerlevel10k_lean.json
Expand Up @@ -29,9 +29,10 @@
"style": "plain",
"foreground": "#77E4F7",
"background": "#193549",
"properties" : {
"home_icon": "~",
"style": "short"
"properties": {
"prefix": "",
"home_icon": "~",
"style": "short"
}
},
{
Expand Down
2 changes: 2 additions & 0 deletions Themes/star.json
Expand Up @@ -10,6 +10,7 @@
"foreground": "#ffffff",
"background": "#193549",
"properties": {
"prefix": "",
"home_icon": "~",
"style": "short",
"postfix": " on"
Expand Down Expand Up @@ -69,6 +70,7 @@
"foreground": "#63F08C",
"background": "#193549",
"properties": {
"prefix": "",
"text": ""
}
}
Expand Down

0 comments on commit 34094b0

Please sign in to comment.