mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +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.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,
|
||||||
|
|||||||
@ -19,6 +19,6 @@ scrolling:
|
|||||||
|
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: 'Fira Code'
|
family: 'Cascadia Code'
|
||||||
|
|
||||||
background_opacity: 0.8
|
background_opacity: 0.8
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user