refactor: use Pastel colors for jandedobbeleer

This commit is contained in:
Jan De Dobbeleer 2020-10-03 13:11:49 +02:00 committed by Jan De Dobbeleer
parent 73959b1dc0
commit c99d7585e7

View file

@ -8,7 +8,7 @@
"type": "session", "type": "session",
"style": "diamond", "style": "diamond",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#a8216b", "background": "#c386f1",
"leading_diamond": "", "leading_diamond": "",
"trailing_diamond": "", "trailing_diamond": "",
"properties": { "properties": {
@ -93,6 +93,13 @@
"prefix": "  " "prefix": "  "
} }
}, },
{
"type": "root",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#ffffff",
"background": "#ffff66"
},
{ {
"type": "exit", "type": "exit",
"style": "diamond", "style": "diamond",