mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
change font from Fira Code to Cascadia Code
This commit is contained in:
parent
77c64be3ce
commit
2b6455a115
@ -1,7 +1,8 @@
|
||||
{
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"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,
|
||||
"editor.fontLigatures": true,
|
||||
"editor.lineHeight": 24,
|
||||
|
||||
@ -19,6 +19,6 @@ scrolling:
|
||||
|
||||
font:
|
||||
normal:
|
||||
family: 'Fira Code'
|
||||
family: 'Cascadia Code'
|
||||
|
||||
background_opacity: 0.8
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
" \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire
|
||||
"
|
||||
|
||||
set guifont=Fira\ Code\ Regular\ 11
|
||||
set guifont=Cascadia\ Code\ 11
|
||||
|
||||
:set number
|
||||
:set relativenumber
|
||||
|
||||
Loading…
Reference in New Issue
Block a user