Skip to content

Commit 1dfad54

Browse files
committed
Add description for base16-solarized theme
1 parent 67b14a5 commit 1dfad54

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ Add plugin to the list of TPM plugins in `.tmux.conf`:
2525

2626
Hit `prefix + I` to fetch the plugin and source it. The plugin should now be working.
2727

28-
3 themes are provided so you can pick and choose via `.tmux.conf` option:
28+
4 themes are provided so you can pick and choose via `.tmux.conf` option:
2929

3030
- `set -g @colors-solarized '256'` (the default)
3131
- `set -g @colors-solarized 'dark'`
3232
- `set -g @colors-solarized 'light'`
33+
- `set -g @colors-solarized 'base16'`
3334

3435
## Screenshot
3536
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/).

tmuxcolors-base16.conf

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
#### COLOUR (base16-solarized)
22

3+
# This theme is a 256 color variant and it uses the color codes of the
4+
# base16-solarized (256 color) terminal/shell theme:
5+
# https://github.com/chriskempson/base16
6+
# https://github.com/chriskempson/base16-shell
7+
8+
# It is based on the original tmux-colors-solarized light theme with some color
9+
# codes changed (to map solarized base2, base00, orange, base1).
10+
11+
# In fact, this theme may be used in combination with any base16 256 color
12+
# terminal/shell theme. But it will probably look a bit 'burnt' (i.e.
13+
# solarized). It better matches the base16-solarized-light and
14+
# base16-solarized-dark terminal/shell color themes.
15+
316
# default statusbar colors
417
set-option -g status-bg colour18 #base2
518
set-option -g status-fg yellow #yellow

0 commit comments

Comments
 (0)