start new:
tmux
start new with session name:
tmux new -s myname
| // Disable bold. | |
| term_.prefs_.set('enable-bold', false) | |
| // Solarized Dark | |
| term_.prefs_.set('background-color', "#002b36"); | |
| term_.prefs_.set('foreground-color', "#839496"); | |
| term_.prefs_.set('cursor-color', "rgba(147, 161, 161, 0.5)"); | |
| // Solarized Light | |
| //term_.prefs_.set('background-color', "#fdf6e3"); |
| .terminal { | |
| background-color: #300A24 !important; | |
| border: #300A24 solid 5px; | |
| } |