Style : Increase text contrast.
This commit is contained in:
parent
946ee8d07f
commit
04b82c311b
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
accent = style.color.accent;
|
accent = style.color.accent;
|
||||||
bg = style.color.bg_dark;
|
bg = style.color.bg_dark;
|
||||||
fg = style.color.fg;
|
fg = style.color.fg_light;
|
||||||
|
|
||||||
fontNamePopup = style.font.serif.name;
|
fontNamePopup = style.font.serif.name;
|
||||||
fontSizePopup = style.font.size.popup;
|
fontSizePopup = style.font.size.popup;
|
||||||
|
|
|
@ -37,7 +37,7 @@ function __prompt_command() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add time.
|
# Add time.
|
||||||
PS1+="$(__prompt_color ${fg_3_rgb})"
|
PS1+="$(__prompt_color ${accent_rgb})"
|
||||||
PS1+="$(date +%H:%M) "
|
PS1+="$(date +%H:%M) "
|
||||||
|
|
||||||
# Set root red.
|
# Set root red.
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
[colors]
|
[colors]
|
||||||
alpha=${toString(style.opacity.terminal)}
|
alpha=${toString(style.opacity.terminal)}
|
||||||
background=${style.color.bg_dark}
|
background=${style.color.bg_dark}
|
||||||
foreground=${style.color.fg}
|
foreground=${style.color.fg_light}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue