feat(Iosevka): Bumped version to 26.1.0

This commit is contained in:
Dionisio E Alonso 2023-08-16 14:49:56 -03:00
parent c7923c3d0b
commit 71f08ad558
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,'cv89' 1,'cv91' 3,'cv98' 1,'cv99' 1,'cv97' 9,'cv77' 2,'cv96' 6,'cv94' 3",
"editor.fontLigatures": "'HSKL','ss14','cv26' 8,'cv32' 2,'VLAA' 2,'cv93' 1,'cv95' 3,'VSAC' 1,'VSAD' 1,'VSAB' 9,'cv81' 2,'VSAA' 6,'cv98' 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 +cv89=1 +cv91=3 +cv98=1 +cv99=1 +cv97=9 +cv77=2 +cv96=6 +cv94=3
font_features Iosevka-Curly-Slab +HSKL +ss14 +cv26=8 +cv32=2 +VLAA=2 +cv93=1 +cv95=3 +VSAC=1 +VSAD=1 +VSAB=9 +cv81=2 +VSAA=6 +cv98=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,cv89=1,cv91=3,cv98=1,cv99=1,cv97=9,cv77=2,cv96=6,cv94=3')
call rpcnotify(1, 'Gui', 'FontFeatures', 'HSKL,ss14,cv26=8,cv32=2,VLAA=2,cv93=1,cv95=3,VSAC=1,VSAD=1,VSAB=9,cv81=2,VSAA=6,cv98=3')
if exists('g:GtkGuiLoaded')
call rpcnotify(1, 'Gui', 'Command', 'PreferDarkTheme', 'on')