• Stars
    star
    1,082
  • Rank 42,624 (Top 0.9 %)
  • Language
    Shell
  • Created over 13 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A color theme for the tmux terminal multiplexer using Ethan Schoonover’s Solarized color scheme

Solarize color theme tmux configuration

A tmux solarized theme using Ethan Schoonover’s Solarized color scheme.

Repositories

Installation

These config snippets for the terminal multiplexer tmux should be added to your ~/.tmux.conf configuration file. 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!!):

cat tmuxcolors-256.conf >> ~/.tmux.conf

In most cases, you have to force tmux to assume the terminal supports 256 colours. For this, start tmux as tmux -2.

This color scheme is tested with tmux >= 1.5. tmux 1.1 is reported as not working.

Installation with Tmux Plugin Manager

Add plugin to the list of TPM plugins in .tmux.conf:

set -g @plugin 'seebi/tmux-colors-solarized'

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

4 themes are provided so you can pick and choose via .tmux.conf option:

  • set -g @colors-solarized '256' (the default)
  • set -g @colors-solarized 'dark'
  • set -g @colors-solarized 'light'
  • set -g @colors-solarized 'base16'

Screenshot

Here is a screenshot of a tmux session captured from a gnome-terminal using the dz-version of the awesome Inconsolata font.

screenshot

And another one showing different dircolors from the neighboring dircolors-solarized repository.

screenshot

More Repositories

1

dircolors-solarized

This is a repository of themes for GNU ls (configured via GNU dircolors) that support Ethan Schoonover’s Solarized color scheme.
Makefile
2,830
star
2

zshrc

Due to many requests I share my zsh configuration compilation.
Shell
288
star
3

rdf.sh

A multi-tool shell script for doing Semantic Web jobs on the command line.
Shell
119
star
4

vimrc

my somehow comprehensive vim config
Vim Script
13
star
5

mcabber-colors-solarized

A color theme for mcabber using Ethan Schoonover’s Solarized color scheme
8
star
6

semweb.vim

Semantic Web vim bundle
Vim Script
7
star
7

WebID-Delegation-paper

Extending the WebID Protocol with Access Delegation
4
star
8

modhosts.sh

A small script to modify the /etc/hosts file in order to add, remove, enable and disable specific names.
Shell
2
star
9

leo

leo is a commandline interface to the german/english/french dictionary on http://dict.leo.org/. It supports almost all features which the website supports, plus more. This is a FORK from version 1.34.
Perl
2
star
10

mosquitto.docker

1
star
11

tj3-clt-2012

Project Management with TaskJuggler slide translation
JavaScript
1
star
12

ckan2debian

A small script which creates a debian package from a ckan RDF dataset to allow installation of datadumps via apt-get.
Shell
1
star
13

ldap2owl

converts a directory information tree (DIT) complete with schema information (which will translated into an OWL ontology) and directory objects to an RDF model.
PHP
1
star
14

icpl

icpl is the ical pal you need if you want to calculate your working hours based on your calendar
PHP
1
star