All Projects β†’ odedlaz β†’ Tmux Onedark Theme

odedlaz / Tmux Onedark Theme

Licence: mit
A dark tmux color scheme inspired by Atom's One Dark syntax theme.

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Tmux Onedark Theme

Dotfiles
Dotfiles (macOS, stow, brew, yabai, nvim, kitty, tmux)
Stars: ✭ 146 (-20.22%)
Mutual labels:  tmux
Tmux 1password
πŸ”‘ Access your 1Password login items within tmux!
Stars: ✭ 167 (-8.74%)
Mutual labels:  tmux
Neovim Config
Neovim configuration
Stars: ✭ 180 (-1.64%)
Mutual labels:  tmux
Axiom
The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
Stars: ✭ 2,424 (+1224.59%)
Mutual labels:  tmux
Eternalterminal
Re-Connectable secure remote shell
Stars: ✭ 2,191 (+1097.27%)
Mutual labels:  tmux
.dotfiles
πŸŽ† Arch Linux with i3 / nvim / tmux / urxvt / zsh / ...
Stars: ✭ 167 (-8.74%)
Mutual labels:  tmux
Tmux Yank
Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin.
Stars: ✭ 1,941 (+960.66%)
Mutual labels:  tmux
Gitmux
πŸ’» Git in your tmux status bar
Stars: ✭ 180 (-1.64%)
Mutual labels:  tmux
Sendcode
Send code and text to macOS and Linux Terminals, iTerm, ConEmu, Cmder, Tmux, Terminus; R (RStudio), Julia, IPython.
Stars: ✭ 166 (-9.29%)
Mutual labels:  tmux
Dotfiles
πŸ”© Dotfiles for bash, zsh, tmux, emacs, vim, etc
Stars: ✭ 175 (-4.37%)
Mutual labels:  tmux
Dotfiles
πŸ“ My dotfiles for macOS using Fish/Zsh, Neovim, and Tmux
Stars: ✭ 151 (-17.49%)
Mutual labels:  tmux
Vimux
easily interact with tmux from vim
Stars: ✭ 1,980 (+981.97%)
Mutual labels:  tmux
Dotfiles
vim, zsh, git, homebrew, nvm, neovim - my whole world
Stars: ✭ 2,217 (+1111.48%)
Mutual labels:  tmux
Tmux Tilish
Plugin which makes tmux work and feel like i3wm
Stars: ✭ 149 (-18.58%)
Mutual labels:  tmux
Dotfiles
My [NeoVim + Tmux + Fish Shell] Setup /w install scripts
Stars: ✭ 180 (-1.64%)
Mutual labels:  tmux
Vim Tidal
Vim plugin for TidalCycles
Stars: ✭ 147 (-19.67%)
Mutual labels:  tmux
Tmux Gitbar
Git in your tmux status bar
Stars: ✭ 167 (-8.74%)
Mutual labels:  tmux
Teamocil
There's no I in Teamocil. At least not where you think. Teamocil is a simple tool used to automatically create windows and panes in tmux with YAML files.
Stars: ✭ 2,179 (+1090.71%)
Mutual labels:  tmux
Fast Ide
πŸ•ΊFast Integrated Development Environment 😻
Stars: ✭ 181 (-1.09%)
Mutual labels:  tmux
Powerline
Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
Stars: ✭ 12,989 (+6997.81%)
Mutual labels:  tmux

tmux-onedark-theme

A dark tmux color scheme for terminal that support True Color, based on onedark.vim, which is inspired by One Dark syntax theme for the Atom text editor.

Why?

I wanted both vim and tmux to share the same color scheme. I tried tmuxline.vim but it didn't render the colors correctly. Furthermore, with tmuxline.vim, you can't control the widgets on right status bar, which is a key feature IMO.

A picture of my terminal with @onedark_widgets set to "#{package_updates} #{free_mem}".
These widgets are available in tmux-status-variables. tmux-onedark-theme Preview

Set Options

! Set the following options in your .tmux.conf

widgets

Widgets can be controlled by setting @onedark_widgets, for example:

set -g @onedark_widgets "#(date +%s)"

Once set, these widgets will show on the right.

default: empty string.

Time format

Time format can be controlled by setting @onedark_time_format, for example:

set -g @onedark_time_format "%I:%M %p"

%I - The hour as a decimal number using a 12-hour clock
%M - The minute as a decimal number
%p - Either "AM" or "PM" according to the given time value.

default: %R - The time in 24-hour notation (%H:%M).

These modifiers were taken from from strftime manpage.

Date format

Date format can be controlled by setting @onedark_date_format, for example:

set -g @onedark_date_format "%D"

%D - Equivalent to %m/%d/%y (American format).
%m - The month as a decimal number.
%d - The day of the month as a decimal number
%y - The year as a decimal number without the century.

default: %d/%m/%Y - The date in non-American format.

These modifiers were taken from from strftime manpage.

Installation with Tmux Plugin Manager (recommended)

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

set -g @plugin 'odedlaz/tmux-onedark-theme'

Hit prefix + I to fetch the plugin and source it.

Manual Installation

Clone the repo:

$ git clone https://github.com/odedlaz/tmux-onedark-theme /a/path/you/choose

Add this line to the bottom of .tmux.conf:

run-shell /a/path/you/choose tmux-onedark-theme.tmux

Reload TMUX environment (type this in terminal)

$ tmux source-file ~/.tmux.conf

Issues

Symbols are missing

The theme requires Powerline symbols exist and set on your system. Follow these instructions to install them, then update your terminal fonts to use them.

Symbols are corrupted

Patched Powerline fonts aren't picked up when $LANG isn't set to en_US.
You can change the default locale settings at /etc/default/locale.

Widgets not working

Make sure that you put the set -g @plugin 'odedlaz/tmux-onedark-theme' before other scripts that alter the status line, or they won't be able to pickup the plugin's changes.

True Color

tmux version <= 2.3, don't support true color in the status line. Support has been added, and will probably ship in the next release. You can compile tmux and enjoy True Color right away!

Make sure TrueColor is enabled and working. follow these instructions to do so.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].