Skip to content

Instantly share code, notes, and snippets.

@zohnannor
Last active May 23, 2022 16:54
Show Gist options
  • Save zohnannor/64e2f5dbfd0624b83b5e556a3c30bbb3 to your computer and use it in GitHub Desktop.
Save zohnannor/64e2f5dbfd0624b83b5e556a3c30bbb3 to your computer and use it in GitHub Desktop.
моя тема в вскоде

vscode.jpeg

  • Community Material Theme

  • Material Icon Theme

  • settings.json
    "editor.fontFamily": "'Fira Code', 'JetBrains Mono'",
    "editor.fontLigatures": "'cv14', 'cv31', 'cv30', 'ss09', 'cv27', 'ss10'",
    "editor.fontSize": 16,
    "editor.rulers": [80, 120],
    "editor.minimap.showSlider": "always",
    "editor.tabSize": 4,
    "editor.mouseWheelZoom": true,
    "editor.renderControlCharacters": false,
    "editor.renderLineHighlight": "all",
    "editor.renderWhitespace": "all",
    "editor.cursorBlinking": "phase",
    "editor.cursorSmoothCaretAnimation": true,
    "editor.cursorSurroundingLinesStyle": "all",
    "editor.suggest.localityBonus": true,
    "editor.suggest.shareSuggestSelections": true,
    "editor.tokenColorCustomizations": {
        "[Community Material Theme Darker High Contrast]": {
            "textMateRules": [
                {
                    "scope": [
                        "comment.block.documentation",
                        "comment",
                        "comment.block",
                        "comment.line"
                    ],
                    "settings": {
                        "fontStyle": "italic"
                    }
                },
                {
                    "scope": "support.type",
                    "settings": {
                        "foreground": "#ffcb6b",
                        "fontStyle": "bold"
                    }
                },
                {
                    "scope": "keyword.other",
                    "settings": {
                        "foreground": "#c792ea",
                        "fontStyle": "bold"
                    }
                },
                {
                    "scope": "keyword.control",
                    "settings": {
                        "foreground": "#c792ea",
                        "fontStyle": "bold"
                    }
                }
            ]
        }
    },
    "editor.semanticTokenColorCustomizations": {
        "[Community Material Theme Darker High Contrast]": {
            "enabled": true,
            "rules": {
                "*.constant": {
                    "foreground": "#f07178",
                    "fontStyle": ""
                },
                "comment": {
                    "fontStyle": "italic"
                },
                "*.consuming": "#AFC9FF",
                "*.controlFlow": {
                    "fontStyle": "",
                    "foreground": "#c792ea"
                },
                "*.static": "#f07178",
                "*.unsafe": {
                    "bold": true
                },
                "builtinType": {
                    "foreground": "#ff5370",
                    "italic": true
                },
                "enum": "#F06292",
                "enumMember": "#EC407A",
                "formatSpecifier": "#FF5370",
                "interface": {
                    "italic": true
                },
                "method": "#82AAFF",
                "namespace": {
                    "underline": true
                },
                "property": {
                    "fontStyle": "italic"
                },
                "selfKeyword": {
                    "foreground": "#FF5370",
                    "fontStyle": "italic"
                },
                "typeAlias": {
                    "foreground": "#FF5370",
                    "fontStyle": "italic"
                },
                "unresolvedReference": {
                    "foreground": "#6d0000",
                    "underline": true,
                    "bold": true
                },
                "*.documentation": { "fontStyle": "italic" },
                "*.async": {
                    "foreground": "#ff2f5c",
                    "bold": true
                },
                "*.builtin": {
                    "foreground": "#ff5370",
                    "italic": true
                },
                "*.deprecated": {
                    "foreground": "#6d0000",
                    "underline": true,
                    "bold": true
                },
                "*.modification": "#00ff40",
                "field": "#82AAFF",
                "parameter": "#FF5370"
            }
        }
    },
    "workbench.editor.highlightModifiedTabs": true,
    "workbench.editor.decorations.colors": true,
    "workbench.editor.decorations.badges": true,
    "workbench.iconTheme": "material-icon-theme",
    "workbench.panel.defaultLocation": "bottom",
    "workbench.tree.indent": 20,
    "workbench.tree.renderIndentGuides": "always",
    "workbench.colorTheme": "Community Material Theme Darker High Contrast",
    
    "editor.bracketPairColorization.enabled": true,
    "editor.bracketPairColorization.independentColorPoolPerBracketType": true,
    "editor.matchBrackets": "always",
    "editor.guides.highlightActiveBracketPair": true,
    "editor.guides.bracketPairsHorizontal": true,
    "editor.guides.bracketPairs": "active",
    "workbench.colorCustomizations": {
        "editorBracketHighlight.foreground1": "#ffd700",
        "editorBracketHighlight.foreground2": "#da70d6",
        "editorBracketHighlight.foreground3": "#87cefa",
        "editorBracketHighlight.unexpectedBracket.foreground": "#fd172a",
        "inlineparameters.annotationBackground": "#0a0a0a",
        "inlineparameters.annotationForeground": "#5C6D75",
        "[Community Material Theme Darker High Contrast]": {
            "titleBar.border": "#1f1f1f",
            "titleBar.activeBackground": "#0a0a0a",
            "terminal.tab.activeBorder": "#80cbc4",
            "terminal.background": "#0a0a0a",
            "tab.inactiveBackground": "#0a0a0a",
            "tab.border": "#1f1f1f",
            "tab.activeModifiedBorder": "#80cbc4",
            "tab.activeBorder": "#80cbc4",
            "tab.activeBackground": "#0a0a0a",
            "statusBar.noFolderBackground": "#1b1b1b",
            "statusBar.border": "#1f1f1f",
            "statusBar.background": "#0a0a0a",
            "sideBarSectionHeader.background": "#0e0e0e",
            "sideBar.border": "#1f1f1f",
            "sideBar.background": "#0a0a0a",
            "scm.providerBorder": "#1f1f1f",
            "sash.hoverBorder": "#80cbc4",
            "peekView.border": "#1f1f1f",
            "panel.border": "#1f1f1f",
            "panel.background": "#070707",
            "menu.background": "#121212",
            "editorGroupHeader.tabsBackground": "#0a0a0a",
            "editor.background": "#0a0a0a",
            "diffEditor.border": "#1f1f1f",
            "contrastBorder": "#1f1f1f",
            "breadcrumbPicker.background": "#0a0a0a",
            "breadcrumb.background": "#0a0a0a",
            "activityBar.border": "#1f1f1f",
            "activityBar.background": "#0a0a0a",
            "activityBar.activeBorder": "#80cbc4"
        }
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment