https://github.com/urrickhunt/dracula-universal-for-manpages
Dracula Universal for man-pages
https://github.com/urrickhunt/dracula-universal-for-manpages
dracula dracula-colorscheme dracula-theme man-page man-pages
Last synced: 3 months ago
JSON representation
Dracula Universal for man-pages
- Host: GitHub
- URL: https://github.com/urrickhunt/dracula-universal-for-manpages
- Owner: urrickhunt
- License: mit
- Created: 2023-04-17T13:55:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T21:17:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T08:12:56.086Z (4 months ago)
- Topics: dracula, dracula-colorscheme, dracula-theme, man-page, man-pages
- Homepage:
- Size: 283 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dracula Universal for [man-pages](https://man7.org/linux/man-pages/man1/man.1.html)
> Dracula Universal theme for [man-pages](https://man7.org/linux/man-pages/man1/man.1.html)

## Install
Man-pages can now be themed universally meaning the same code works for both Dracula & Dracula Pro.
The only requirement is using [less](https://man7.org/linux/man-pages/man1/less.1.html) for MANPAGER
## Step 1
Add this first to your .zshrc to use [less](https://man7.org/linux/man-pages/man1/less.1.html) as MANPAGER:
export MANPAGER="/usr/bin/less -s -M +Gg"
Please note the location of [less](https://man7.org/linux/man-pages/man1/less.1.html) may be different on macOS
M1 location
export MANPAGER="/opt/homebrew/bin/less -s -M +Gg"

## Step 2
Then simply add this to your .zshrc to define the colors:
export LESS_TERMCAP_mb=$'\e[1;31m' # begin bold
export LESS_TERMCAP_md=$'\e[1;34m' # begin blink
export LESS_TERMCAP_so=$'\e[01;45;37m' # begin reverse video
export LESS_TERMCAP_us=$'\e[01;36m' # begin underline
export LESS_TERMCAP_me=$'\e[0m' # reset bold/blink
export LESS_TERMCAP_se=$'\e[0m' # reset reverse video
export LESS_TERMCAP_ue=$'\e[0m' # reset underline
export GROFF_NO_SGR=1 # for konsole
Download config
[manpages.zip](https://github.com/urrickhunt/Dracula-universal-for-manpages/files/11354959/manpages.zip)
## Team
This theme is maintained by the following person(s).
| [](https://github.com/urrickhunt)|
| ----------------------------------------------------------------------------------------- |
| [urrickhunt](https://github.com/urrickhunt) |
## Community- [Twitter](https://twitter.com/draculatheme) - Best for getting updates about themes and new stuff.
- [GitHub](https://github.com/dracula/dracula-theme/discussions) - Best for asking questions and discussing issues.
- [Discord](https://draculatheme.com/discord-invite) - Best for hanging out with the community.## License
[MIT License](./LICENSE)