feat(Iosevka): Bumped version to 25.0.1

This commit is contained in:
Dionisio E Alonso 2023-07-12 12:44:34 -03:00
parent 31c4ad38a5
commit c7923c3d0b
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"oneDarkPro.bold": true,
"editor.fontFamily": "'Iosevka Curly Slab', 'Iosevka', 'Fira Code', 'Go Mono', 'Source Code Pro', 'Inconsolata', 'DejaVu Sans Mono', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontSize": 11.5,
"editor.fontLigatures": "'HSKL','ss14','cv26' 8,'cv32' 2,'VXLA' 2,'cv88' 1,'cv90' 3,'cv97' 1,'cv98' 1,'cv96' 9,'cv76' 2,'cv95' 6,'cv93' 3",
"editor.fontLigatures": "'HSKL','ss14','cv26' 8,'cv32' 2,'VXLA' 2,'cv89' 1,'cv91' 3,'cv98' 1,'cv99' 1,'cv97' 9,'cv77' 2,'cv96' 6,'cv94' 3",
"editor.rulers": [80],
"[python]": {
"editor.rulers": [

View File

@ -7,7 +7,7 @@ font_features Iosevka-Term-Curly-Slab +ss00
# spacing family of the Iosevka font should be used, ignoring this features.
# The idea is to obtain the same behaviour as when coding in a Neovim-UI but
# not affecting the normal look of the terminal when running shell commands.
font_features Iosevka-Curly-Slab +HSKL +ss14 +cv26=8 +cv32=2 +VXLA=2 +cv88=1 +cv90=3 +cv97=1 +cv98=1 +cv96=9 +cv76=2 +cv95=6 +cv93=3
font_features Iosevka-Curly-Slab +HSKL +ss14 +cv26=8 +cv32=2 +VXLA=2 +cv89=1 +cv91=3 +cv98=1 +cv99=1 +cv97=9 +cv77=2 +cv96=6 +cv94=3
font_features FiraCode-Regular +ss04 +ss07 +onum
font_features JetBrainsMono-Regular +zero
box_drawing_scale 0.001, 0.1, 1, 1.5

View File

@ -4,7 +4,7 @@ call rpcnotify(1, 'Gui', 'Font', 'Iosevka Curly Slab 8.4')
" cv-lig-ltgteq-slanted; cv-tilde-high; cv-underscore-low; cv-dollar-open;
" cv-percent-dots; cv-at-compact; cv-zero-slashed;
" cv-ampersand-et-toothless-corner; cv-brace-curly-flat-boundary;
call rpcnotify(1, 'Gui', 'FontFeatures', 'HSKL,ss14,cv26=8,cv32=2,VXLA=2,cv88=1,cv90=3,cv97=1,cv98=1,cv96=9,cv76=2,cv95=6,cv93=3')
call rpcnotify(1, 'Gui', 'FontFeatures', 'HSKL,ss14,cv26=8,cv32=2,VXLA=2,cv89=1,cv91=3,cv98=1,cv99=1,cv97=9,cv77=2,cv96=6,cv94=3')
if exists('g:GtkGuiLoaded')
call rpcnotify(1, 'Gui', 'Command', 'PreferDarkTheme', 'on')