diff --git a/VSCodium/User/settings.json b/VSCodium/User/settings.json index 1827e1d..834b6fb 100644 --- a/VSCodium/User/settings.json +++ b/VSCodium/User/settings.json @@ -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": [ diff --git a/kitty/kitty.conf b/kitty/kitty.conf index af6c341..f83ee17 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -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 diff --git a/nvim/ginit.vim b/nvim/ginit.vim index 1202e6a..daffcc5 100644 --- a/nvim/ginit.vim +++ b/nvim/ginit.vim @@ -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')