Skip to content

Instantly share code, notes, and snippets.

@hanspinckaers
Created August 20, 2018 18:40
Show Gist options
  • Save hanspinckaers/5c767917507e23e540270fac08604efe to your computer and use it in GitHub Desktop.
Save hanspinckaers/5c767917507e23e540270fac08604efe to your computer and use it in GitHub Desktop.
Iosevka parameters
@@ -9,9 +9,9 @@ designer = 'Belleve Invis'
description = 'Spatial efficient monospace font family for programming. Built from code. http://be5invis.github.io/Iosevka'
leading = 1250 # Default line height times 1000.
-descenderPad = 0 # Additional line height, added to descender.
-width = 500 # Character width. Increase this if you think that Iosevka is too narrow.
-cap = 735 # Cap height (as well as ascender).
+descenderPad = 70 # Additional line height, added to descender.
+width = 530 # Character width. Increase this if you think that Iosevka is too narrow.
+cap = 720 # Cap height (as well as ascender).
xheight = 530 # X-height.
#descender = -205 # Depth of descender. Currently unused.
@@ -70,10 +70,10 @@ lllcrowdedness = 3.33333333
spacing = 1 # Spacing indicator
# Powerline-specific parameters
-powerlineScaleY = 1 # Vertical scale
+powerlineScaleY = 0.91 # Vertical scale
powerlineScaleX = 1 # Horizontal scale
-powerlineShiftY = 0 # Vertical shift
-powerlineShiftX = 0 # Horizontal shift
+powerlineShiftY = 50 # Vertical shift
+powerlineShiftX = -20 # Horizontal shift
# Full-width codes
fullwidth_codes = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment