mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-10 23:30:57 +00:00
af1f08ce16
* docs: add new preset gruvbox-rainbow * docs: add readme page of gruvbox-rainbow preset * docs: update the screenshot of gruvbox-rainbow * fix: update the background color of root * format: fix markdown format * format: fix markdown format with dprint * docs(presets): sort the options * docs(presets): use $linebreak instead of \n * docs(presets): add icons for redhat distro * perf: put the space into version block Co-authored-by: David Knaack <davidkna@users.noreply.github.com> * docs(presets): use custom palette to manage colors * docs(presets): put the space into version block for all context * docs(presets): add prefix to color names --------- Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
22 lines
578 B
Markdown
22 lines
578 B
Markdown
[Return to Presets](./README.md#gruvbox-rainbow)
|
|
|
|
# Gruvbox Rainbow Preset
|
|
|
|
This preset is heavily inspired by [Pastel Powerline](./pastel-powerline.md), and [Tokyo Night](./tokyo-night.md).
|
|
|
|
![Screenshot of Gruvbox Rainbow preset](/presets/img/gruvbox-rainbow.png)
|
|
|
|
### Prerequisites
|
|
|
|
- A [Nerd Font](https://www.nerdfonts.com/) installed and enabled in your terminal
|
|
|
|
### Configuration
|
|
|
|
```sh
|
|
starship preset gruvbox-rainbow -o ~/.config/starship.toml
|
|
```
|
|
|
|
[Click to download TOML](/presets/toml/gruvbox-rainbow.toml)
|
|
|
|
<<< @/.vuepress/public/presets/toml/gruvbox-rainbow.toml
|