change font from Fira Code to Cascadia Code

This commit is contained in:
Guilherme Rugai Freire 2021-09-12 16:09:07 -03:00
parent 77c64be3ce
commit 2b6455a115
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
{ {
"workbench.iconTheme": "material-icon-theme", "workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Tokyo Night", "workbench.colorTheme": "Tokyo Night",
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'Droid Sans Fallback', monospace", "editor.fontFamily": "'Cascadia Code', 'Fira Code', 'Droid Sans Mono', 'Droid Sans Fallback', monospace",
"editor.fontSize": 14,
"workbench.editor.enablePreview": false, "workbench.editor.enablePreview": false,
"editor.fontLigatures": true, "editor.fontLigatures": true,
"editor.lineHeight": 24, "editor.lineHeight": 24,

View File

@ -19,6 +19,6 @@ scrolling:
font: font:
normal: normal:
family: 'Fira Code' family: 'Cascadia Code'
background_opacity: 0.8 background_opacity: 0.8

View File

@ -5,7 +5,7 @@
" \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire " \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire
" "
set guifont=Fira\ Code\ Regular\ 11 set guifont=Cascadia\ Code\ 11
:set number :set number
:set relativenumber :set relativenumber