Skip to content

Commit

Permalink
fixing github markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
Theoreticallyhugo committed Oct 11, 2024
1 parent 84d00af commit e40fde8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ set -g @dracula-powerline-bg-transparent true
set -g @dracula-inverse-divider 
```

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

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

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

#### cpu-usage options

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Configuration and options can be found at [draculatheme.com/tmux](https://dracul

- Support for powerline
- Day, date, time, timezone
- [Fully custom color theming](https://github.com/dracula/tmux/blob/master/docs/color_theming/README.md)
- [Fully custom color theming](/docs/color_theming/README.md)
- Current location based on network with temperature and forecast icon (if available)
- Network connection status, bandwidth and SSID
- SSH session user, hostname and port of active tmux pane
Expand Down
4 changes: 2 additions & 2 deletions docs/color_theming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ yellow="#f1fa8c"
```
## plug and play themes
as part of this directory there are some plug and play themes with explanations on how to use them:
- [catppuccin](https://github.com/dracula/tmux/blob/master/docs/color_theming/catppuccin.md)
- [gruvbox](https://github.com/dracula/tmux/blob/master/docs/color_theming/gruvbox.md)
- [catppuccin](/docs/color_theming/catppuccin.md)
- [gruvbox](/docs/color_theming/gruvbox.md)

0 comments on commit e40fde8

Please sign in to comment.