mirror of
https://github.com/powerline/powerline.git
synced 2025-07-25 23:05:32 +02:00
Add unicode_terminus top-level theme
This one contains only glyphs present in terminus font.
This commit is contained in:
parent
3c93ac2f44
commit
cd576f0d4e
108
powerline/config_files/themes/unicode_terminus.json
Normal file
108
powerline/config_files/themes/unicode_terminus.json
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
{
|
||||||
|
"dividers": {
|
||||||
|
"left": {
|
||||||
|
"hard": "▌ ",
|
||||||
|
"soft": "│ "
|
||||||
|
},
|
||||||
|
"right": {
|
||||||
|
"hard": " ▐",
|
||||||
|
"soft": " │"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"spaces": 1,
|
||||||
|
"segment_data": {
|
||||||
|
"branch": {
|
||||||
|
"before": "BR "
|
||||||
|
},
|
||||||
|
|
||||||
|
"line_current_symbol": {
|
||||||
|
"contents": " "
|
||||||
|
},
|
||||||
|
|
||||||
|
"powerline.segments.common.cwd": {
|
||||||
|
"args": {
|
||||||
|
"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": "MAIL "
|
||||||
|
},
|
||||||
|
"powerline.segments.common.virtualenv": {
|
||||||
|
"before": "(e) "
|
||||||
|
},
|
||||||
|
"powerline.segments.common.hostname": {
|
||||||
|
"before": "⌂ "
|
||||||
|
},
|
||||||
|
|
||||||
|
"powerline.segments.vim.mode": {
|
||||||
|
"args": {
|
||||||
|
"override": {
|
||||||
|
"n": "NORMAL",
|
||||||
|
"no": "N·OPER",
|
||||||
|
"v": "VISUAL",
|
||||||
|
"V": "V·LINE",
|
||||||
|
"^V": "V·BLCK",
|
||||||
|
"s": "SELECT",
|
||||||
|
"S": "S·LINE",
|
||||||
|
"^S": "S·BLCK",
|
||||||
|
"i": "INSERT",
|
||||||
|
"R": "REPLACE",
|
||||||
|
"Rv": "V·RPLCE",
|
||||||
|
"c": "COMMND",
|
||||||
|
"cv": "VIM EX",
|
||||||
|
"ce": "EX",
|
||||||
|
"r": "PROMPT",
|
||||||
|
"rm": "MORE",
|
||||||
|
"r?": "CONFIRM",
|
||||||
|
"!": "SHELL"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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": "+"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user