diff --git a/Configuration.md b/Configuration.md index 57efade..c0290a3 100644 --- a/Configuration.md +++ b/Configuration.md @@ -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 diff --git a/General-Variables.md b/General-Variables.md index 98ba6a1..2fa9bdb 100644 --- a/General-Variables.md +++ b/General-Variables.md @@ -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 | diff --git a/Prompt-Items.md b/Items.md similarity index 96% rename from Prompt-Items.md rename to Items.md index c72f38d..49e6827 100644 --- a/Prompt-Items.md +++ b/Items.md @@ -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