Skip to content

Instantly share code, notes, and snippets.

@rross101
Created October 19, 2021 22:00
Show Gist options
  • Save rross101/38e0e0b60cc98802593a3c2e45f7670e to your computer and use it in GitHub Desktop.
Save rross101/38e0e0b60cc98802593a3c2e45f7670e to your computer and use it in GitHub Desktop.
VS Code Settings
{
// Look
"workbench.colorTheme": "Gruvbox Dark Medium",
"breadcrumbs.enabled": false,
"editor.renderLineHighlight": "gutter",
"workbench.editor.titleScrollbarSizing": "default",
"editor.suggest.preview": false,
"diffEditor.renderIndicators": false,
"editor.wordBasedSuggestions": false,
"editor.scrollbar.vertical":"hidden",
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false,
"workbench.startupEditor": "newUntitledFile",
"editor.occurrencesHighlight": false,
"git.autofetch": true,
"editor.inlineSuggest.enabled": true,
"md-graph.graph.fadeDepth": 2,
"markdown-links.autoStart": false,
"markdown-links.graphType": "obsidian",
// Minimap
"editor.minimap.enabled": false,
"editor.minimap.renderCharacters": false,
"scm.diffDecorations": "minimap",
// Fonts
"editor.fontFamily": "'Iosevka Extended', 'Input Mono Condensed', 'Fira Code', 'Droid Sans Mono for Powerline Plus Nerd File Types Mono', 'Droid Sans Mono for Powerline', 'DejaVu Sans Mono for Powerline', 'JetBrains Mono', Consolas",
"editor.fontWeight": "normal",
"workbench.fontAliasing": "auto",
"editor.renderWhitespace": "all",
"editor.fontSize": 12,
"editor.lineHeight": 15,
"editor.fontLigatures": false,
// Hiding the scrollbar - minimalism
"editor.overviewRulerBorder": false, // Remove vertical line alongside the scrollbar
"editor.hideCursorInOverviewRuler": false,
"editor.scrollbar.verticalScrollbarSize": 0,
// Ssh
"remote.SSH.defaultExtensions": [
"gitpod.gitpod-remote-ssh"
],
"remote.SSH.configFile": "~/.ssh/config",
// Markdown headings coloring
"markdown-header-coloring.userDefinedHeaderColor": {
"enabled": true,
"Header_1": {
"color": "#af3a03",
"backgroundColor": ""
},
"Header_2": {
"color": "#d79921",
"backgroundColor": "",
"textDecoration": "",
"overviewRulerColor": ""
},
"Header_3": {
"color": "#689d6a",
"backgroundColor": "",
"textDecoration": "",
"overviewRulerColor": ""
},
"Header_4": {
"color": "",
"backgroundColor": "",
"textDecoration": "",
"overviewRulerColor": ""
},
"Header_5": {
"color": "",
"backgroundColor": "",
"textDecoration": "",
"overviewRulerColor": ""
},
"Header_6": {
"color": "",
"backgroundColor": "",
"textDecoration": "",
"overviewRulerColor": ""
}
},
// Org files when I'm using that extension
"org-agenda.agendaFiles": [
"/Users/andrewm/Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/main.org"
],
// Tidy left hand side
"editor.showFoldingControls": "mouseover",
"editor.lineNumbers": "off",
"files.defaultLanguage": "markdown",
"editor.glyphMargin": false, // Reduce gutter size
"git.decorations.enabled": false,
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0, // undocumented
// Sidebar look
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.activeIconPack": "angular_ngrx",
"explorer.sortOrder": "modified",
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"explorer.compactFolders": false,
// Vim Extension settings... my Flip/Flopping relationship with Vim
"settingsSync.ignoredExtensions": [
"vscodevim.vim"
],
"vim.easymotion": true,
"vim.startInInsertMode": true,
"vim.handleKeys": {
"<C-a>": false,
"<C-e>": false,
"<C-f>": false
},
"vim.insertModeKeyBindings": [
],
"vim.statusBarColorControl": true,
"workbench.colorCustomizations": {
"statusBar.background": "#005f5f",
"statusBar.noFolderBackground": "#005f5f",
"statusBar.debuggingBackground": "#005f5f"
},
"vim.statusBarColors.insert": "#a89984",
"vim.statusBarColors.normal": "#b18286",
"vim.mouseSelectionGoesIntoVisualMode": false,
"vim.hlsearch": true,
"vim.leader": " ",
"vim.foldfix": true,
// TidalCycles
"tidalcycles.sounds.paths": [
"/Users/rross101/Library/Application Support/SuperCollider/downloaded-quarks/Dirt-Samples"
],
"supercollider.sclangCmd": "/Users/andrewm/Applications/SuperCollider.app/Contents/MacOS/sclang",
// CSpell
"cSpell.enabled": false,
// Top-bar tidying
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.showTabs": true,
"workbench.editor.tabSizing": "shrink",
"workbench.editor.tabCloseButton": "off",
// Customise UI Extension settings
"window.titleBarStyle": "native",
"customizeUI.titleBar": "frameless",
"customizeUI.activityBar": "wide",
"customizeUI.fontSizeMap": {
"13px": "11px",
"12px": "11px",
"window-title": "12px", // Window title font when using custom titlebar
"tab-title": "12px", // Used for editor tab titles
"monospace": "10.5px", // Used for monospace fonts in user interface
"menu": "13px", // Used for menu items (windows only)
},
"customizeUI.listRowHeight": 20, // shrink rows to match XCode
"customizeUI.font.monospace": "Fira Code",
"customizeUI.stylesheet": {
".search-view .search-widgets-container": "padding-top: 0px !important",
".suggest-input-container": "padding: 3px 4px 3px !important;",
},
// Python
"python.pythonPath": "/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python",
"python.defaultInterpreterPath": "/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python",
}
/*
Gruvbox colors
GRUVCOLR HEX RELATV ALIAS TERMCOLOR RGB ITERM RGB OSX HEX
-------------- ------- ------------ ------------ ----------- ----------- -------
dark0_hard #1d2021 [ ] [ ] 234 [h0][ ] 29- 32- 33 22- 24- 25 #161819
dark0 #282828 [bg0] [fg0] 235 [ 0][ ] 40- 40- 40 30- 30- 30 #1e1e1e
dark0_soft #32302f [ ] [ ] 236 [s0][ ] 50- 48- 47 38- 36- 35 #262423
dark1 #3c3836 [bg1] [fg1] 237 [ ][15] 60- 56- 54 46- 42- 41 #2e2a29
dark2 #504945 [bg2] [fg2] 239 [ ][ ] 80- 73- 69 63- 57- 53 #3f3935
dark3 #665c54 [bg3] [fg3] 241 [ ][ ] 102- 92- 84 83- 74- 66 #534a42
dark4 #7c6f64 [bg4] [fg4] 243 [ ][ 7] 124-111-100 104- 92- 81 #685c51
gray_245 #928374 [gray] [ ] 245 [ 8][ ] 146-131-116 127-112- 97 #7f7061
gray_244 #928374 [ ] [gray] 244 [ ][ 8] 146-131-116 127-112- 97 #7f7061
light0_hard #f9f5d7 [ ] [ ] 230 [ ][h0] 249-245-215 248-244-205 #f8f4cd
light0 #fbf1c7 [fg0] [bg0] 229 [ ][ 0] 251-241-199 250-238-187 #faeebb
light0_soft #f2e5bc [ ] [ ] 228 [ ][s0] 242-229-188 239-223-174 #efdfae
light1 #ebdbb2 [fg1] [bg1] 223 [15][ ] 235-219-178 230-212-163 #e6d4a3
light2 #d5c4a1 [fg2] [bg2] 250 [ ][ ] 213-196-161 203-184-144 #cbb890
light3 #bdae93 [fg3] [bg3] 248 [ ][ ] 189-174-147 175-159-129 #af9f81
light4 #a89984 [fg4] [bg4] 246 [ 7][ ] 168-153-132 151-135-113 #978771
bright_red #fb4934 [red] [ ] 167 [ 9][ ] 251- 73- 52 247- 48- 40 #f73028
bright_green #b8bb26 [green] [ ] 142 [10][ ] 184-187- 38 170-176- 30 #aab01e
bright_yellow #fabd2f [yellow][ ] 214 [11][ ] 250-189- 47 247-177- 37 #f7b125
bright_blue #83a598 [blue] [ ] 109 [12][ ] 131-165-152 113-149-134 #719586
bright_purple #d3869b [purple][ ] 175 [13][ ] 211-134-155 199-112-137 #c77089
bright_aqua #8ec07c [aqua] [ ] 108 [14][ ] 142-192-124 125-182-105 #7db669
bright_orange #fe8019 [orange][ ] 208 [ ][ ] 254-128- 25 251-106- 22 #fb6a16
neutral_red #cc241d [ ] [ ] 124 [ 1][ 1] 204- 36- 29 190- 15- 23 #be0f17
neutral_green #98971a [ ] [ ] 106 [ 2][ 2] 152-151- 26 134-135- 21 #868715
neutral_yellow #d79921 [ ] [ ] 172 [ 3][ 3] 215-153- 33 204-136- 26 #cc881a
neutral_blue #458588 [ ] [ ] 66 [ 4][ 4] 69-133-136 55-115-117 #377375
neutral_purple #b16286 [ ] [ ] 132 [ 5][ 5] 177- 98-134 160- 75-115 #a04b73
neutral_aqua #689d6a [ ] [ ] 72 [ 6][ 6] 104-157-106 87-142- 87 #578e57
neutral_orange #d65d0e [ ] [ ] 166 [ ][ ] 214- 93- 14 202- 72- 14 #ca480e
faded_red #9d0006 [ ] [red] 88 [ ][ 9] 157- 0- 6 137- 0- 9 #890009
faded_green #79740e [ ] [green] 100 [ ][10] 121-116- 14 102- 98- 13 #66620d
faded_yellow #b57614 [ ][yellow] 136 [ ][11] 181-118- 20 165- 99- 17 #a56311
faded_blue #076678 [ ] [blue] 24 [ ][12] 7-102-120 14- 83-101 #0e5365
faded_purple #8f3f71 [ ][purple] 96 [ ][13] 143- 63-113 123- 43- 94 #7b2b5e
faded_aqua #427b58 [ ] [aqua] 66 [ ][14] 66-123- 88 53-106- 70 #356a46
faded_orange #af3a03 [ ][orange] 130 [ ][ ] 175- 58- 3 157- 40- 7 #9d280
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment