Skip to content

Commit e40fde8

Browse files
fixing github markdown links
1 parent 84d00af commit e40fde8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

INSTALL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ set -g @dracula-powerline-bg-transparent true
126126
set -g @dracula-inverse-divider 
127127
```
128128

129-
#### [color theming](https://github.com/dracula/tmux/blob/master/docs/color_theming/README.md)
129+
#### [color theming](/docs/color_theming/README.md)
130130

131131
Each individual widget's foreground and background color can be overridden.
132132
Additionally, the variables used for storing color values can be overridden and extended.
133133
This allows for the use of custom themes like catppuccin or gruvbox.
134134

135-
For everything regarding colors, please refer to [the color theming directory](https://github.com/dracula/tmux/blob/master/docs/color_theming/README.md).
135+
For everything regarding colors, please refer to [the color theming directory](/docs/color_theming/README.md).
136136

137137
#### cpu-usage options
138138

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Configuration and options can be found at [draculatheme.com/tmux](https://dracul
1616

1717
- Support for powerline
1818
- Day, date, time, timezone
19-
- [Fully custom color theming](https://github.com/dracula/tmux/blob/master/docs/color_theming/README.md)
19+
- [Fully custom color theming](/docs/color_theming/README.md)
2020
- Current location based on network with temperature and forecast icon (if available)
2121
- Network connection status, bandwidth and SSID
2222
- SSH session user, hostname and port of active tmux pane

docs/color_theming/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ yellow="#f1fa8c"
5454
```
5555
## plug and play themes
5656
as part of this directory there are some plug and play themes with explanations on how to use them:
57-
- [catppuccin](https://github.com/dracula/tmux/blob/master/docs/color_theming/catppuccin.md)
58-
- [gruvbox](https://github.com/dracula/tmux/blob/master/docs/color_theming/gruvbox.md)
57+
- [catppuccin](/docs/color_theming/catppuccin.md)
58+
- [gruvbox](/docs/color_theming/gruvbox.md)

0 commit comments

Comments
 (0)