fix: adjust themes according to latest changes

This commit is contained in:
Jan De Dobbeleer 2020-09-16 13:09:55 +02:00 committed by Jan De Dobbeleer
parent 6fd9f0bdd9
commit 34094b0480
9 changed files with 18 additions and 4 deletions

View file

@ -30,6 +30,7 @@
"foreground": "#100e23", "foreground": "#100e23",
"background": "#ffffff", "background": "#ffffff",
"properties": { "properties": {
"prefix": "",
"user_info_separator": "@" "user_info_separator": "@"
} }
}, },

View file

@ -10,6 +10,7 @@
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#193549", "background": "#193549",
"properties": { "properties": {
"prefix": "",
"home_icon": "~", "home_icon": "~",
"style": "short" "style": "short"
} }
@ -62,6 +63,7 @@
"foreground": "#007ACC", "foreground": "#007ACC",
"background": "#193549", "background": "#193549",
"properties": { "properties": {
"prefix": "",
"text": "▶" "text": "▶"
} }
} }

View file

@ -72,7 +72,7 @@
"properties": { "properties": {
"home_icon": "~", "home_icon": "~",
"style": "short", "style": "short",
"prefix": "<#CB4B16>[</>", "prefix": "<#CB4B16>[</>",
"postfix": "<#CB4B16>]></>" "postfix": "<#CB4B16>]></>"
} }
} }

View file

@ -76,6 +76,7 @@
"foreground": "#CECE04", "foreground": "#CECE04",
"background": "#193549", "background": "#193549",
"properties": { "properties": {
"prefix": "",
"root_icon": "襁" "root_icon": "襁"
} }
}, },
@ -85,6 +86,7 @@
"foreground": "#100e23", "foreground": "#100e23",
"background": "#193549", "background": "#193549",
"properties": { "properties": {
"prefix": "",
"python_icon": "" "python_icon": ""
} }
}, },
@ -94,6 +96,7 @@
"foreground": "#CB4B16", "foreground": "#CB4B16",
"background": "#193549", "background": "#193549",
"properties": { "properties": {
"prefix": "",
"error_icon": "" "error_icon": ""
} }
}, },
@ -103,6 +106,7 @@
"foreground": "#CC4B16", "foreground": "#CC4B16",
"background": "#193549", "background": "#193549",
"properties": { "properties": {
"prefix": "",
"text": "→" "text": "→"
} }
} }

View file

@ -84,6 +84,7 @@
"foreground": "#007ACC", "foreground": "#007ACC",
"background": "#193549", "background": "#193549",
"properties": { "properties": {
"prefix": "",
"text": "" "text": ""
} }
} }

View file

@ -10,6 +10,7 @@
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#193549", "background": "#193549",
"properties": { "properties": {
"prefix": "",
"text": "<#C591E8>❭</><#69FF94>❭</>" "text": "<#C591E8>❭</><#69FF94>❭</>"
} }
}, },
@ -75,6 +76,7 @@
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#193549", "background": "#193549",
"properties": { "properties": {
"prefix": "",
"text": " " "text": " "
} }
} }

View file

@ -93,6 +93,7 @@
"foreground": "#D4E157", "foreground": "#D4E157",
"background": "#193549", "background": "#193549",
"properties": { "properties": {
"prefix": "",
"error_icon": "", "error_icon": "",
"always_enabled": true, "always_enabled": true,
"error_color": "#FF5252", "error_color": "#FF5252",

View file

@ -29,9 +29,10 @@
"style": "plain", "style": "plain",
"foreground": "#77E4F7", "foreground": "#77E4F7",
"background": "#193549", "background": "#193549",
"properties" : { "properties": {
"home_icon": "~", "prefix": "",
"style": "short" "home_icon": "~",
"style": "short"
} }
}, },
{ {

View file

@ -10,6 +10,7 @@
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#193549", "background": "#193549",
"properties": { "properties": {
"prefix": "",
"home_icon": "~", "home_icon": "~",
"style": "short", "style": "short",
"postfix": " on" "postfix": " on"
@ -69,6 +70,7 @@
"foreground": "#63F08C", "foreground": "#63F08C",
"background": "#193549", "background": "#193549",
"properties": { "properties": {
"prefix": "",
"text": "→" "text": "→"
} }
} }