From d9f85fa81f03033ae523d4bbce1a797aab6fc2e0 Mon Sep 17 00:00:00 2001 From: romainl Date: Tue, 1 Apr 2014 17:16:41 +0200 Subject: [PATCH] Added background color suggestion to README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a88d774..67414c4 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ Here are a bunch of common terminal emulators and their “ideal” `TERM`: Please refer to your terminal emulator’s manual for how to set it up properly. +For best results, it’s recommended to adjust your background color to the one used in Apprentice: + +* xterm color: `235` +* hexadecimal color: `#262626` + ### Terminal multiplexers Screen and tmux don't respect your terminal emulator’s settings and set your `TERM` to their default value, `screen`. For better color support, the recommended `TERM` for both multiplexers is `screen-256color`.