Note
Useful information that users should know, even when skimming content.
Tip
Helpful advice for doing things better or more easily.
Important
Key information users need to know to achieve their goal.
[!WARNING]
// Theme // | |
* { | |
main-bg: #11111b95; | |
main-fg: #cdd6f4ff; | |
main-br: #cba6f7ff; | |
main-ex: #f5e0dcff; | |
select-bg: #b4befeff; | |
select-fg: #11111bff; | |
separatorcolor: transparent; | |
border-color: transparent; |
Note
Useful information that users should know, even when skimming content.
Tip
Helpful advice for doing things better or more easily.
Important
Key information users need to know to achieve their goal.
[!WARNING]
# ~/.config/starship.toml | |
# Inserts a blank line between shell prompts | |
add_newline = true | |
# Change the default prompt format | |
format = """ | |
[╭╴](bold purple)$os $time\ | |
| $all[╰─](red)$character\ | |
""" |