Skip to content

Instantly share code, notes, and snippets.

@SvS30
Last active November 3, 2022 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SvS30/81f38774523b0933c3e94c9097d07aa2 to your computer and use it in GitHub Desktop.
Save SvS30/81f38774523b0933c3e94c9097d07aa2 to your computer and use it in GitHub Desktop.
My Settings in Programs
{
"color_scheme": "Monokai.sublime-color-scheme",
"theme": "Default Dark.sublime-theme",
"ignored_packages":
[
"Vintage",
],
"font_face": "JetBrains Mono Semibold",
"font_size": 11,
}
{
"workbench.colorTheme": "Atom One Light",
"workbench.iconTheme": "vscode-great-icons",
"editor.fontFamily": "JetBrains Mono Semibold, Consolas, 'Courier New', monospace",
"editor.fontSize": 17,
"editor.fontLigatures": true,
"editor.cursorStyle": "block",
"editor.cursorBlinking": "phase",
"editor.linkedEditing": true,
"editor.bracketPairColorization.enabled": true,
"editor.wordWrapColumn": 100,
"editor.wordWrap": "wordWrapColumn",
"files.eol": "\n",
"terminal.integrated.fontFamily": "Cascadia Mono",
"terminal.integrated.fontSize": 16,
"javascript.updateImportsOnFileMove.enabled": "always",
"security.workspace.trust.untrustedFiles": "open",
"workbench.colorCustomizations": {
"editorCursor.background": "#fff",
"editorCursor.foreground": "#000",
"activityBar.background": "#3399ff",
"activityBar.activeBorder": "#ff0000",
"activityBar.foreground": "#fff",
"statusBar.background": "#eb6e1c",
"statusBar.foreground": "#fff"
},
"workbench.sideBar.location": "right",
"svg.preview.mode": "svg",
"excalidraw.theme": "light"
}
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "splitPane",
"profile": "{cc9d8784-20d0-45ea-ab2b-95e74cea4323}",
"split": "right"
},
"keys": "ctrl+p"
},
{
"command":
{
"action": "splitPane",
"split": "right"
},
"keys": "ctrl+t"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command":
{
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command":
{
"action": "moveFocus",
"direction": "nextInOrder"
},
"keys": "ctrl+tab"
},
{
"command": "find",
"keys": "ctrl+f"
},
{
"command":
{
"action": "splitPane",
"split": "down"
},
"keys": "ctrl+n"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{337821ac-c1b3-4474-a963-cb5b01153a0b}",
"experimental.rendering.forceFullRepaint": true,
"experimental.rendering.software": false,
"launchMode": "maximized",
"profiles":
{
"defaults": {},
"list":
[
{
"colorScheme": "Tango Light",
"commandline": "D:\\Program Files\\Git\\bin\\sh.exe",
"cursorShape": "filledBox",
"font":
{
"size": 16,
"weight": "semi-light"
},
"guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}",
"hidden": false,
"icon": "D:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico",
"name": "Git Bash",
"source": "Git",
"startingDirectory": "%HOME%"
},
{
"colorScheme": "Tango Dark",
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -ExecutionPolicy ByPass -NoExit -Command & %HOME%\\miniconda3\\shell\\condabin\\conda-hook.ps1 ; conda activate %HOME%\\miniconda3",
"cursorShape": "filledBox",
"font":
{
"size": 16,
"weight": "semi-light"
},
"guid": "{cc9d8784-20d0-45ea-ab2b-95e74cea4323}",
"hidden": false,
"name": "Miniconda",
"startingDirectory": "%HOME%"
},
{
"altGrAliasing": true,
"antialiasingMode": "grayscale",
"bellStyle": "taskbar",
"closeOnExit": "graceful",
"colorScheme": "Campbell",
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"cursorShape": "filledBox",
"font":
{
"face": "MesloLGM Nerd Font",
"size": 12,
"weight": "normal"
},
"guid": "{337821ac-c1b3-4474-a963-cb5b01153a0b}",
"hidden": false,
"historySize": 9001,
"icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
"name": "Windows PowerShell",
"padding": "8, 8, 8, 8",
"snapOnInput": true,
"startingDirectory": "D:\\Users\\salimvzqz",
"useAcrylic": false
}
]
},
"schemes":
[
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cursorColor": "#FFFFFF",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"selectionBackground": "#FFFFFF",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"background": "#FAFAFA",
"black": "#383A42",
"blue": "#0184BC",
"brightBlack": "#4F525D",
"brightBlue": "#61AFEF",
"brightCyan": "#56B5C1",
"brightGreen": "#98C379",
"brightPurple": "#C577DD",
"brightRed": "#DF6C75",
"brightWhite": "#FFFFFF",
"brightYellow": "#E4C07A",
"cursorColor": "#4F525D",
"cyan": "#0997B3",
"foreground": "#383A42",
"green": "#50A14F",
"name": "One Half Light",
"purple": "#A626A4",
"red": "#E45649",
"selectionBackground": "#FFFFFF",
"white": "#FAFAFA",
"yellow": "#C18301"
},
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cursorColor": "#002B36",
"cyan": "#2AA198",
"foreground": "#657B83",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#FFFFFF",
"cyan": "#06989A",
"foreground": "#D3D7CF",
"green": "#4E9A06",
"name": "Tango Dark",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#FFFFFF",
"black": "#000000",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEC",
"brightYellow": "#FCE94F",
"cursorColor": "#000000",
"cyan": "#06989A",
"foreground": "#555753",
"green": "#4E9A06",
"name": "Tango Light",
"purple": "#75507B",
"red": "#CC0000",
"selectionBackground": "#FFFFFF",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"background": "#000000",
"black": "#000000",
"blue": "#000080",
"brightBlack": "#808080",
"brightBlue": "#0000FF",
"brightCyan": "#00FFFF",
"brightGreen": "#00FF00",
"brightPurple": "#FF00FF",
"brightRed": "#FF0000",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFF00",
"cursorColor": "#FFFFFF",
"cyan": "#008080",
"foreground": "#C0C0C0",
"green": "#008000",
"name": "Vintage",
"purple": "#800080",
"red": "#800000",
"selectionBackground": "#FFFFFF",
"white": "#C0C0C0",
"yellow": "#808000"
}
],
"theme": "light"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment