mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 12:23:56 -05:00
vscodium: editor and terminal follow theme.terminalFont.size
This commit is contained in:
parent
9ab80aece1
commit
d6feb3a728
|
@ -15,6 +15,8 @@
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"diffEditor.ignoreTrimWhitespace" = false;
|
"diffEditor.ignoreTrimWhitespace" = false;
|
||||||
"editor.fontFamily" = "'NotoSansM Nerd Font','${config.alyraffauf.theme.terminalFont.name}', 'monospace', monospace";
|
"editor.fontFamily" = "'NotoSansM Nerd Font','${config.alyraffauf.theme.terminalFont.name}', 'monospace', monospace";
|
||||||
|
"editor.fontSize" = config.alyraffauf.theme.terminalFont.size;
|
||||||
|
"terminal.integrated.fontSize" = config.alyraffauf.theme.terminalFont.size;
|
||||||
"explorer.confirmDelete" = false;
|
"explorer.confirmDelete" = false;
|
||||||
"files.autoSave" = "afterDelay";
|
"files.autoSave" = "afterDelay";
|
||||||
"git.autofetch" = true;
|
"git.autofetch" = true;
|
||||||
|
|
Loading…
Reference in a new issue