Add MacOS specific config
This commit is contained in:
@ -113,7 +113,7 @@ font:
|
||||
# - (Windows) Consolas
|
||||
#family: monospace
|
||||
# Next time: Check for Cascadia (Code|Mono) PL
|
||||
family: "Cascadia Code"
|
||||
family: "Cascadia Code PL"
|
||||
|
||||
# if fallback is implemented
|
||||
#family: Roboto Mono for Powerline 11
|
||||
@ -125,6 +125,7 @@ font:
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Regular
|
||||
style: Regular
|
||||
|
||||
# Bold font face
|
||||
#bold:
|
||||
@ -165,7 +166,7 @@ font:
|
||||
#style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 11.0
|
||||
size: 12.0
|
||||
|
||||
# Offset is the extra space around each character. `offset.y` can be thought
|
||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||
@ -250,7 +251,7 @@ schemes:
|
||||
cyan: '#8ec07c'
|
||||
white: '#ebdbb2'
|
||||
|
||||
colors: *light
|
||||
colors: *dark
|
||||
#colors:
|
||||
# Default colors
|
||||
#primary:
|
||||
|
Reference in New Issue
Block a user