Compare commits
4 Commits
6a18525725
...
master
Author | SHA1 | Date | |
---|---|---|---|
d212f5f988 | |||
3d105ed8e2 | |||
e9e33ebeb3 | |||
d03b351dfd |
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<key name="Software">
|
||||
<key name="ConEmu">
|
||||
<key name=".Vanilla" modified="2022-04-05 17:01:22" build="210912">
|
||||
<key name=".Vanilla" modified="2022-10-19 14:06:42" build="220807">
|
||||
<value name="Language" type="string" data="en"/>
|
||||
<value name="StartType" type="hex" data="02"/>
|
||||
<value name="CmdLine" type="string" data=""/>
|
||||
@ -105,8 +105,8 @@
|
||||
<value name="Multi.SplitHeight" type="hex" data="04"/>
|
||||
<value name="ResetTerminalConfirm" type="hex" data="01"/>
|
||||
<value name="KeyboardHooks" type="hex" data="02"/>
|
||||
<value name="FontName" type="string" data="Cousine for Powerline"/>
|
||||
<value name="FontName2" type="string" data="Anonymice Powerline"/>
|
||||
<value name="FontName" type="string" data="Cousine Nerd Font"/>
|
||||
<value name="FontName2" type="string" data="Anonymice Nerd Font"/>
|
||||
<value name="FontAutoSize" type="hex" data="00"/>
|
||||
<value name="FontSize" type="ulong" data="20"/>
|
||||
<value name="FontSizeX" type="ulong" data="12"/>
|
||||
@ -137,10 +137,10 @@
|
||||
<value name="Cascaded" type="hex" data="01"/>
|
||||
<value name="IntegralSize" type="hex" data="00"/>
|
||||
<value name="WindowMode" type="dword" data="0000051f"/>
|
||||
<value name="ConWnd X" type="long" data="1920"/>
|
||||
<value name="ConWnd X" type="long" data="657"/>
|
||||
<value name="ConWnd Y" type="long" data="0"/>
|
||||
<value name="LastMonitor" type="string" data="0,0,3840,2100"/>
|
||||
<value name="ConWnd Width" type="dword" data="0000009e"/>
|
||||
<value name="ConWnd Width" type="dword" data="00000067"/>
|
||||
<value name="ConWnd Height" type="dword" data="00000029"/>
|
||||
<value name="16bit Height" type="ulong" data="0"/>
|
||||
<value name="QuakeStyle" type="hex" data="00"/>
|
||||
@ -391,11 +391,11 @@
|
||||
<value name="Update.DownloadPath" type="string" data="%TEMP%\ConEmu"/>
|
||||
<value name="Update.LeavePackages" type="hex" data="00"/>
|
||||
<value name="Update.PostUpdateCmd" type="string" data="echo Last successful update>ConEmuUpdate.info && date /t>>ConEmuUpdate.info && time /t>>ConEmuUpdate.info"/>
|
||||
<key name="HotKeys" modified="2022-04-04 17:52:33" build="210912">
|
||||
<key name="HotKeys" modified="2022-07-20 19:04:24" build="210912">
|
||||
<value name="KeyMacroVersion" type="hex" data="02"/>
|
||||
<value name="Multi.Modifier" type="dword" data="00000011"/>
|
||||
<value name="Multi.ArrowsModifier" type="dword" data="0000005b"/>
|
||||
<value name="MinimizeRestore" type="dword" data="000011c0"/>
|
||||
<value name="MinimizeRestore" type="dword" data="00005bc0"/>
|
||||
<value name="MinimizeRestore2" type="dword" data="00000000"/>
|
||||
<value name="GlobalRestore" type="dword" data="00000000"/>
|
||||
<value name="CdExplorerPath" type="dword" data="00000000"/>
|
||||
|
@ -44,6 +44,7 @@
|
||||
"ritwickdey.LiveServer",
|
||||
"sleistner.vscode-fileutils",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"SyncfusionInc.Web-VSCode-Extensions",
|
||||
"TelerikInc.aspnetcoretemplatewizard",
|
||||
"TelerikInc.blazortemplatewizard",
|
||||
"Tyriar.lorem-ipsum",
|
||||
|
@ -5,7 +5,10 @@
|
||||
"terminal.integrated.profiles.windows": {
|
||||
"Cmder": {
|
||||
"path": "${env:windir}\\System32\\cmd.exe",
|
||||
"args": ["/k", "${env:USERPROFILE}\\Cmder\\vendor\\bin\\vscode_init.cmd"]
|
||||
"args": [
|
||||
"/k",
|
||||
"${env:USERPROFILE}\\Cmder\\vendor\\bin\\vscode_init.cmd"
|
||||
]
|
||||
},
|
||||
"PowerShell": {
|
||||
"source": "PowerShell",
|
||||
@ -24,7 +27,7 @@
|
||||
}
|
||||
},
|
||||
"terminal.integrated.defaultProfile.windows": "Cmder",
|
||||
"terminal.integrated.fontFamily": "Cousine for Powerline",
|
||||
"terminal.integrated.fontFamily": "Cousine Nerd Font",
|
||||
"terminal.explorerKind": "external",
|
||||
"terminal.external.windowsExec": "${env:USERPROFILE}\\cmder\\Cmder.exe",
|
||||
"terminal.external.linuxExec": "tilix",
|
||||
@ -206,5 +209,33 @@
|
||||
"workbench.colorTheme": "Material Theme Darker",
|
||||
"security.workspace.trust.untrustedFiles": "open",
|
||||
"vscode-edge-devtools.mirrorEdits": true,
|
||||
"powershell.powerShellDefaultVersion": "Windows PowerShell (x86)"
|
||||
"powershell.powerShellDefaultVersion": "Windows PowerShell (x86)",
|
||||
"workbench.colorCustomizations": {
|
||||
"[Material Theme Darker]": {
|
||||
"activityBarBadge.background": "#2979FF",
|
||||
"activityBar.activeBorder": "#2979FF",
|
||||
"list.activeSelectionForeground": "#2979FF",
|
||||
"list.inactiveSelectionForeground": "#2979FF",
|
||||
"list.highlightForeground": "#2979FF",
|
||||
"scrollbarSlider.activeBackground": "#2979FF50",
|
||||
"editorSuggestWidget.highlightForeground": "#2979FF",
|
||||
"textLink.foreground": "#2979FF",
|
||||
"progressBar.background": "#2979FF",
|
||||
"pickerGroup.foreground": "#2979FF",
|
||||
"tab.activeBorder": "#2979FF",
|
||||
"notificationLink.foreground": "#2979FF",
|
||||
"editorWidget.resizeBorder": "#2979FF",
|
||||
"editorWidget.border": "#2979FF",
|
||||
"settings.modifiedItemIndicator": "#2979FF",
|
||||
"settings.headerForeground": "#2979FF",
|
||||
"panelTitle.activeBorder": "#2979FF",
|
||||
"breadcrumb.activeSelectionForeground": "#2979FF",
|
||||
"menu.selectionForeground": "#2979FF",
|
||||
"menubar.selectionForeground": "#2979FF",
|
||||
"editor.findMatchBorder": "#2979FF",
|
||||
"selection.background": "#2979FF40",
|
||||
"statusBarItem.remoteBackground": "#2979FF"
|
||||
}
|
||||
},
|
||||
"materialTheme.accent": "Blue"
|
||||
}
|
Reference in New Issue
Block a user