You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Dracula for [tmux](https://github.com/tmux/tmux/wiki)
1
+
# Monokai Pro for tmux
2
2
3
-
> A dark theme for [tmux](https://github.com/tmux/tmux/wiki)
3
+
A customized version of the [Dracula theme](https://github.com/dracula/tmux) for [tmux](https://github.com/tmux/tmux/wiki), using colors from [Monokai Pro](https://monokai.pro/).
4
4
5
5

6
6
7
7
## Install
8
8
9
-
All instructions can be found at [draculatheme.com/tmux](https://draculatheme.com/tmux).
9
+
Using [tpm](https://github.com/tmux-plugins/tpm), add the following to your `.tmux.conf`:
10
+
11
+
```
12
+
set -g @plugin 'maxpetretta/tmux-monokai-pro'
13
+
```
10
14
11
15
## Configuration
12
16
13
17
Configuration and options can be found at [draculatheme.com/tmux](https://draculatheme.com/tmux).
14
18
15
-
## Features
16
-
17
-
- Support for powerline
18
-
- Day, date, time, timezone
19
-
- Current location based on network with temperature and forecast icon (if available)
20
-
- Network connection status, bandwidth and SSID
21
-
- Git branch and status
22
-
- Battery percentage and AC power connection status
23
-
- Refresh rate control
24
-
- CPU usage (percentage or load average)
25
-
- RAM usage
26
-
- GPU usage
27
-
- Color code based on if prefix is active or not
28
-
- List of windows with current window highlighted
29
-
- When prefix is enabled smiley face turns from green to yellow
30
-
- When charging, 'AC' is displayed
31
-
- If forecast information is available, a ☀, ☁, ☂, or ❄ unicode character corresponding with the forecast is displayed alongside the temperature
32
-
- Spotify playback (needs the tool spotify-tui installed)
33
-
- Current kubernetes context
19
+
**NOTE**: Replace all mentions of `@dracula` with `@monokai`
34
20
35
21
## Compatibility
36
22
37
-
Compatible with macOS and Linux. Tested on tmux 3.1b
38
-
FreeBSD compatibility is in development
39
-
40
-
## Team
23
+
Tested on macOS Monterey, with & without powerline symbols
41
24
42
-
This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/tmux/graphs/contributors).
0 commit comments