Skip to content

vscode #1

@strawberryhacker

Description

@strawberryhacker
{
  "editor.tokenColorCustomizations": {
    "comments": "#cecece",
            "textMateRules": [
                {
                    "scope": "entity.name.function",
                    "settings": {
                        "fontStyle": "italic"
                    }
                }
            ]
        },
        "workbench.colorCustomizations": {
            "editor.foreground":"#454545",
            "editor.background":"#fffdea"
        },
    "workbench.sideBar.location": "left",
    "editor.minimap.enabled": false,
    "editor.matchBrackets": "never",
    "workbench.tree.indent": 20,
        
    "editor.hideCursorInOverviewRuler": true,
    "editor.overviewRulerBorder": false,
    "editor.scrollbar.horizontal": "hidden",
    "editor.scrollbar.vertical": "hidden",
    "workbench.tree.renderIndentGuides": "none",
    "editor.guides.indentation": false,
    "workbench.editor.revealIfOpen": false,
    "explorer.decorations.colors": false,
    "git.decorations.enabled": false,
    "git.enabled": false,
  
    "editor.bracketPairColorization.enabled": false,
    "editor.guides.highlightActiveBracketPair": false,
    "editor.guides.bracketPairsHorizontal": false,
  
    "editor.cursorBlinking": "phase",
    "editor.renderLineHighlight": "none",
  
    "editor.glyphMargin": true,
    "editor.lineNumbers": "off",
    "editor.showFoldingControls": "never",
    "files.autoSave": "afterDelay",
    "window.menuBarVisibility": "toggle",
    "workbench.layoutControl.type": "menu",
    "workbench.layoutControl.enabled": false,
    "window.title": "Code",
    "workbench.editor.showTabs": "none",
    "editor.fontFamily": "Google Sans Code",
    "editor.lineHeight": 2,
    "workbench.activityBar.location": "hidden",

    "workbench.iconTheme": "vs-minimal",
    "explorer.compactFolders": false,
    "editor.insertSpaces": false,
    "editor.occurrencesHighlight": "off",
    "editor.fontLigatures": true,
    "editor.cursorStyle": "block",
    "editor.smoothScrolling": true,
    "C_Cpp.errorSquiggles": "enabled",
    "editor.fontWeight": "1",
    "editor.rulers": [
      80
    ],
    "explorer.confirmDelete": false,
    "explorer.confirmDragAndDrop": false,
    "editor.tabSize": 2,
    "glassit.alpha": 255,
    "workbench.colorTheme": "Gray Matter Light",
    "workbench.statusBar.visible": false,
    "editor.stickyScroll.enabled": false
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions