summaryrefslogtreecommitdiff
path: root/Code - OSS/User/settings.json
blob: 2908493e1e5ac3578558668309f83b5c13dd423f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
    "workbench.colorTheme": "Tomorrow Night Blue",
    "workbench.colorCustomizations": {
    
        "editor.background": "#0D0303",
        "editor.lineHighlightBackground": "#2e2d33",
        "editorLineNumber.foreground": "#7b7985",

        "sideBar.background": "#0D0303",
        "list.hoverBackground": "#2e2d33",
        "list.activeSelectionBackground": "#0D0303",
        "list.inactiveSelectionBackground": "#0D0303",
        "sideBarSectionHeader.background": "#0D0303",
        

        "titleBar.activeBackground": "#0D0303",
        "titleBar.inactiveBackground": "#0D0303",

        "activityBar.background": "#0D0303",

        "statusBar.background": "#0D0303",
        "statusBar.foreground": "#dfac9f",
        "statusBar.noFolderBackground": "#0D0303",
        
        "button.background": "#2e2d33",

        "menubar.selectionBorder": "#0D0303",

        "tab.inactiveBackground": "#0D0303",
        "editorGroupHeader.tabsBackground": "#0D0303",

        "input.background": "#0D0303",
        "input.border": "#0D0303",
        "focusBorder": "#0D0303",

        "terminal.background": "#0D0303",
    },
    "editor.fontFamily": "JetBrains Mono",
    "editor.fontLigatures": true,
    "omnisharp.path": "latest",
    "omnisharp.useGlobalMono": "always",
    "explorer.confirmDelete": false,
    "files.autoSave": "onFocusChange",
    "editor.fontSize": 14.5,
    "security.workspace.trust.untrustedFiles": "open",
    "terminal.integrated.defaultProfile.linux": "zsh",
    "editor.cursorBlinking": "phase",
    "editor.cursorSmoothCaretAnimation": "on",
    "clangd.path": "/home/user/.config/Code - OSS/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/15.0.6/clangd_15.0.6/bin/clangd",
    "C_Cpp.intelliSenseEngine": "disabled",
    "tabnine.experimentalAutoImports": true,
    "workbench.iconTheme": "vscode-icons",
    "[javascript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    }
}