mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 03:52:12 +03:00
Update
parent
c028efef09
commit
3bd7aed520
@ -6,9 +6,9 @@ See the following sections for variable names and descriptions.
|
||||
|
||||
### [General Variables][]
|
||||
|
||||
### [Prompt Items][]
|
||||
### [Items][]
|
||||
|
||||
You can take a look at the default configurations in `~/.config/fish/tide_theme/configure/configs` for inspiration.
|
||||
|
||||
[general variables]: General-Variables
|
||||
[prompt items]: Prompt-Items
|
||||
[items]: Items
|
||||
|
@ -14,7 +14,7 @@
|
||||
| Variable | Description | Type |
|
||||
| ------------------------------- | --------------------------------------------------------- | ------- |
|
||||
| items | order of items to print in the left prompt | list |
|
||||
| pad_items | add spaces to the ends of each prompt item | boolean |
|
||||
| pad_items | add spaces to the ends of each item | boolean |
|
||||
| item_separator_same_color | string to separate items with the same background color | string |
|
||||
| item_separator_diff_color | string to separate items with different background colors | string |
|
||||
| item_separator_same_color_color | color of the item_separator_same_color | color |
|
||||
@ -28,7 +28,7 @@
|
||||
| Variable | Description | Type |
|
||||
| ------------------------------- | --------------------------------------------------------- | ------- |
|
||||
| items | order of items to print in the right prompt | list |
|
||||
| pad_items | add spaces to the ends of each prompt item | boolean |
|
||||
| pad_items | add spaces to the ends of each item | boolean |
|
||||
| item_separator_same_color | string to separate items with the same background color | string |
|
||||
| item_separator_diff_color | string to separate items with different background colors | string |
|
||||
| item_separator_same_color_color | color of the item_separator_same_color | color |
|
||||
|
@ -31,9 +31,9 @@
|
||||
|
||||
Most of Tide's git capabilities are inherited from fish's built-in [fish_git_prompt][]. Modify those variables to configure tide's git prompt.
|
||||
|
||||
| Variable | Description | Type |
|
||||
| -------- | --------------------------------------- | ----- |
|
||||
| bg_color | background color of the git_prompt item | color |
|
||||
| Variable | Description | Type |
|
||||
| -------- | -------------------------------- | ----- |
|
||||
| bg_color | background color of the git_item | color |
|
||||
|
||||
### jobs
|
||||
|
Loading…
Reference in New Issue
Block a user