From 9c79344f64fab574281bb3bdd44e7500c2c034fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Silkeb=C3=A6kken?= Date: Thu, 13 Dec 2012 14:58:55 +0100 Subject: [PATCH] Update theme/colorscheme for tmux and terminal configs --- powerline/colorschemes/default.json | 6 +++++- powerline/config.json | 8 ++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/powerline/colorschemes/default.json b/powerline/colorschemes/default.json index e6edd328..ada3a8ea 100644 --- a/powerline/colorschemes/default.json +++ b/powerline/colorschemes/default.json @@ -11,6 +11,7 @@ "darkestcyan": 23, "mediumcyan": 117, + "brightcyan": 159, "darkestblue": 24, "darkblue": 31, @@ -74,7 +75,10 @@ "line_percent_gradient6": { "fg": "gradient6", "bg": "gray4" }, "line_current": { "fg": "gray1", "bg": "gray10", "attr": ["bold"] }, "line_current_symbol": { "fg": "gray1", "bg": "gray10" }, - "col_current": { "fg": "gray6", "bg": "gray10" } + "col_current": { "fg": "gray6", "bg": "gray10" }, + + "user_name": { "fg": "brightcyan", "bg": "darkblue", "attr": ["bold"] }, + "user_name_root": { "fg": "white", "bg": "brightred", "attr": ["bold"] } }, "mode_translations": { "nc": { diff --git a/powerline/config.json b/powerline/config.json index a570fb6a..e93788f4 100644 --- a/powerline/config.json +++ b/powerline/config.json @@ -12,6 +12,14 @@ } }, "ext": { + "terminal": { + "colorscheme": "default", + "theme": "default" + }, + "tmux": { + "colorscheme": "default", + "theme": "default" + }, "vim": { "colorscheme": "default", "theme": "default"