Att host-specific terminal font settings
This commit is contained in:
@ -31,26 +31,48 @@ draw_bold_text_with_bright_colors: true
|
|||||||
|
|
||||||
# Font configuration (changes require restart)
|
# Font configuration (changes require restart)
|
||||||
font:
|
font:
|
||||||
# The normal (roman) font face to use.
|
|
||||||
normal:
|
normal:
|
||||||
family: Source Code Pro for Powerline # "Menlo" or something on macOS.
|
{% if hostname == 'sputnik' %}
|
||||||
# Style can be specified to pick a specific face.
|
family: SauceCodePro Nerd Font
|
||||||
# style: Regular
|
{% else if hostname == 'vostok' %}
|
||||||
|
family: Source Code Pro for Powerline
|
||||||
|
{% else %}
|
||||||
|
family: monospace
|
||||||
|
{% end if %}
|
||||||
|
|
||||||
|
style: Regular
|
||||||
|
|
||||||
# The bold font face
|
|
||||||
bold:
|
bold:
|
||||||
family: Source Code Pro for Powerline # should be "Menlo" or something on macOS.
|
{% if hostname == 'sputnik' %}
|
||||||
# Style can be specified to pick a specific face.
|
family: SauceCodePro Nerd Font
|
||||||
# style: Bold
|
{% else if hostname == 'vostok' %}
|
||||||
|
family: Source Code Pro for Powerline
|
||||||
|
{% else %}
|
||||||
|
family: monospace
|
||||||
|
{% end if %}
|
||||||
|
|
||||||
|
style: Bold
|
||||||
|
|
||||||
# The italic font face
|
|
||||||
italic:
|
italic:
|
||||||
family: Source Code Pro for Powerline # should be "Menlo" or something on macOS.
|
{% if hostname == 'sputnik' %}
|
||||||
# Style can be specified to pick a specific face.
|
family: SauceCodePro Nerd Font
|
||||||
# style: Italic
|
{% else if hostname == 'vostok' %}
|
||||||
|
family: Source Code Pro for Powerline
|
||||||
|
{% else %}
|
||||||
|
family: monospace
|
||||||
|
{% end if %}
|
||||||
|
|
||||||
|
style: Italic
|
||||||
|
|
||||||
# Point size of the font
|
# Point size of the font
|
||||||
size: 10.0
|
{% if hostname == 'sputnik' %}
|
||||||
|
size: 11.0
|
||||||
|
{% else if hostname == 'vostok' %}
|
||||||
|
size: 11.0
|
||||||
|
{% else %}
|
||||||
|
size: 11.0
|
||||||
|
{% end if %}
|
||||||
|
|
||||||
# Offset is the extra space around each character. offset.y can be thought of
|
# Offset is the extra space around each character. offset.y can be thought of
|
||||||
# as modifying the linespacing, and offset.x as modifying the letter spacing.
|
# as modifying the linespacing, and offset.x as modifying the letter spacing.
|
||||||
offset:
|
offset:
|
||||||
|
|||||||
Reference in New Issue
Block a user