From 2b5734c767d831ac3bfb8e8a58e26a5cb633d484 Mon Sep 17 00:00:00 2001 From: ZyX Date: Wed, 6 Aug 2014 03:03:56 +0400 Subject: [PATCH] Add unicode_terminus_condensed theme --- .../themes/unicode_terminus_condensed.json | 109 ++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 powerline/config_files/themes/unicode_terminus_condensed.json diff --git a/powerline/config_files/themes/unicode_terminus_condensed.json b/powerline/config_files/themes/unicode_terminus_condensed.json new file mode 100644 index 00000000..e56309ac --- /dev/null +++ b/powerline/config_files/themes/unicode_terminus_condensed.json @@ -0,0 +1,109 @@ +{ + "dividers": { + "left": { + "hard": "▌", + "soft": "│" + }, + "right": { + "hard": "▐", + "soft": "│" + } + }, + "spaces": 0, + "segment_data": { + "branch": { + "before": "B " + }, + + "line_current_symbol": { + "contents": "␤" + }, + + "powerline.segments.common.cwd": { + "args": { + "use_path_separator": true, + "ellipsis": "…" + } + }, + "powerline.segments.common.network_load": { + "args": { + "recv_format": "⇓{value:>8}", + "sent_format": "⇑{value:>8}" + } + }, + "powerline.segments.common.now_playing": { + "args": { + "state_symbols": { + "fallback": "♫", + "play": "▶", + "pause": "▮▮", + "stop": "■" + } + } + }, + "powerline.segments.common.battery": { + "args": { + "full_heart": "♥", + "empty_heart": "♥" + } + }, + "powerline.segments.common.uptime": { + "before": "↑" + }, + "powerline.segments.common.date": { + "before": "" + }, + "powerline.segments.common.email_imap_alert": { + "before": "M " + }, + "powerline.segments.common.virtualenv": { + "before": "E " + }, + "powerline.segments.common.hostname": { + "before": "⌂" + }, + + "powerline.segments.vim.mode": { + "args": { + "override": { + "n": "NML", + "no": "NOP", + "v": "VIS", + "V": "VLN", + "^V": "VBL", + "s": "SEL", + "S": "SLN", + "^S": "SBL", + "i": "INS", + "R": "REP", + "Rv": "VRP", + "c": "CMD", + "cv": "VEX", + "ce": " EX", + "r": "PRT", + "rm": "MOR", + "r?": "CON", + "!": " SH" + } + } + }, + "powerline.segments.vim.visual_range": { + "args": { + "CTRL_V_text": "{rows}×{vcols}", + "v_text_oneline": "C:{vcols}", + "v_text_multiline": "L:{rows}", + "V_text": "L:{rows}" + } + }, + "powerline.segments.vim.readonly_indicator": { + "args": { + "text": "RO" + } + }, + "powerline.segments.vim.modified_indicator": { + "args": { + "text": "+" + } + } + } +}