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
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,14 @@ For this, start tmux as `tmux -2`.
17
17
18
18
This color scheme is tested with tmux >= 1.5. tmux 1.1 is reported as not working.
19
19
20
+
### Installation with [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm)
21
+
22
+
Add plugin to the list of TPM plugins in `.tmux.conf`:
23
+
24
+
set -g @plugin 'seebi/tmux-colors-solarized'
25
+
26
+
Hit `prefix + I` to fetch the plugin and source it. The plugin should now be working.
27
+
20
28
## Screenshot
21
29
Here is a screenshot of a tmux session captured from a gnome-terminal using the [dz-version of the awesome Inconsolata font](http://nodnod.net/2009/feb/12/adding-straight-single-and-double-quotes-inconsola/).
0 commit comments