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
+4-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,10 @@ A tmux solarized theme using Ethan Schoonover’s [Solarized color scheme](http:
7
7
* The main solarized repository: [/altercation/solarized](https://github.com/altercation/solarized)
8
8
9
9
## Installation
10
-
This config snippet for the terminal multiplexer tmux should be added to your `~/.tmux.conf` configuration file.
10
+
These config snippets for the terminal multiplexer tmux should be added to your `~/.tmux.conf` configuration file.
11
+
This means you have to append the content of e.g. `tmuxcolors-256.conf` to the end of your own config e.g. by using this oneliner (backup you config first!!):
12
+
13
+
cat tmuxcolors-256.conf >> ~/.tmux.conf
11
14
12
15
In most cases, you have to force tmux to assume the terminal supports 256 colours.
0 commit comments