From cf6d92290ef738cbed1c330c32a8f73170dcca58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89douard=20Lopez?= Date: Fri, 30 Nov 2018 13:10:51 +0100 Subject: [PATCH 1/3] add Themes section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0e1881a..b8e682d 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ List of helpful tmux links for various tutorials, plugins, and configuration set - [tmuxpair](https://github.com/goerz/tmuxpair) Command line script for setting up a temporary tmux session for pair programming - [vim-tmux-navigator](https://github.com/christoomey/vim-tmux-navigator) Vim and tmux intigration +## Themes + +* [`tomorrow`](https://github.com/edouard-lopez/tmux-tomorrow/): light/dark/blue-ish theme based on official [specifications from Tomorrow Theme](https://github.com/chriskempson/tomorrow-theme). ## Plugins - [tmux2html](https://github.com/tweekmonster/tmux2html) :cat2: Render full tmux windows or individual panes as HTML From e90d74959ee51bbfdaf04fe24f2b7f39bea4a9ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89douard=20Lopez?= Date: Fri, 30 Nov 2018 23:32:00 +0100 Subject: [PATCH 2/3] link in TOC (table of content) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8e682d..2017ace 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set - [Cheat sheets](#cheatsheets) - [Configuration](#configuration) - [Tools and session management](#tools) +- [Themes](#themes) - [Plugins](#plugins) - [Books](#books) - [Miscellaneous](#miscellaneous) @@ -51,7 +52,8 @@ List of helpful tmux links for various tutorials, plugins, and configuration set ## Themes -* [`tomorrow`](https://github.com/edouard-lopez/tmux-tomorrow/): light/dark/blue-ish theme based on official [specifications from Tomorrow Theme](https://github.com/chriskempson/tomorrow-theme). +* [`tomorrow`](https://github.com/edouard-lopez/tmux-tomorrow/): 5 flavors of Tomorrow theme based on specifications from [Tomorrow Theme](https://github.com/chriskempson/tomorrow-theme) (_i.e._ _dark_/_blue_ and _light_). + ## Plugins - [tmux2html](https://github.com/tweekmonster/tmux2html) :cat2: Render full tmux windows or individual panes as HTML From 25fede3479a8234b64b006c318d597558ef15555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89douard=20Lopez?= Date: Fri, 30 Nov 2018 23:32:38 +0100 Subject: [PATCH 3/3] unquote theme name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2017ace..f7895ba 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set ## Themes -* [`tomorrow`](https://github.com/edouard-lopez/tmux-tomorrow/): 5 flavors of Tomorrow theme based on specifications from [Tomorrow Theme](https://github.com/chriskempson/tomorrow-theme) (_i.e._ _dark_/_blue_ and _light_). +* [tomorrow](https://github.com/edouard-lopez/tmux-tomorrow/): 5 flavors of Tomorrow theme based on specifications from [Tomorrow Theme](https://github.com/chriskempson/tomorrow-theme) (_i.e._ _dark_/_blue_ and _light_). ## Plugins