Skip to content

DanielKennedy01/webfinance

Repository files navigation

webfinance

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

{ "window.titleBarStyle": "custom", "workbench.iconTheme": "material-icon-theme", "workbench.colorTheme": "Dainty – Andromeda",

// "editor.tokenColorCustomizations": {
    
    // },
    "workbench.colorCustomizations": {
        "sideBarSectionHeader.foreground": "#00ffff",
    "sideBarSectionHeader.background":"#1c1731",
    "editorGutter.background": "#151125",
//     //Grupos de editores & Guias
//     "tab.activeBackground": "#005050",
//     "editorGroupHeader.border":"#007777",
//     "tab.hoverBackground":"#005555",
    "tab.inactiveBackground":"#110e20",
    "editorGroupHeader.tabsBackground":"#0f0f1d",
//     "list.foreground": "#FF0000",
//     "list.activeSelectionForeground": "#00ffff",
//     "list.inactiveSelectionForeground": "#00ffff",
"editorLineNumber.activeBackground": "#ff0000",
"editorLineNumber.inactiveBackground": "#00ff00",
"editorLineNumber.foreground": "#00ffff",
"editorLine.background": "#ff0000",
"editorLineNumber.dimmedForeground": "#ff0000",
"editorCursor.background": "#ff0000",
"editor.rangeHighlightBackground": "#ff0000",
"menubar.selectionBackground": "#ff0000",
"editor.renderWhitespace": "#ff0000",


"editor.background": "#0f0f1d",
"statusBar.background": "#0f0f1d",
"titleBar.activeBackground": "#0f0f1d",
"banner.background": "#0f0f1d",
    "sideBar.background": "#0f0f1d",
    "panel.background":"#0f0f1d",
    "activityBar.dropBorder": "#000000",
    "activityBar.background": "#0f0f1d",
//     "editor.selectionBackground":"#00868686",
    "sideBar.dropBackground":"#ff0000",
    "sideBarTitle.foreground":"#00ffff",
//     "icon.foreground":"#00ffff",
//     "focusBorder":"#00ffff",
//     //Barra de Atividades

    // "activityBar.foreground": "#00ffff",
    // "foreground":"#ffffff",

//     "sash.hoverBorder":"#ff0000",
//     "selection.background":"#ff0000",
//     "descriptionForeground":"#ff0000",
//     "widget.border":"#ff0000",
//     "widget.shadow":"#000000",

//     "window.activeBorder": "#ff0000",
    
//     //Cores do texto
//     "textCodeBlock.background": "#005157",
//     "textLink.foreground": "#00f7ff",

//     "textBlockQuote.background": "#ff0000",
//     "textBlockQuote.border": "#ff00ea",

//     "textLink.activeForeground": "#51ff00",
//     "textPreformat.foreground": "#3cff00",
//     "textSeparator.foreground": "#3cff00",
    
    
//     //Cores de ação
//     "toolbar.hoverBackground": "#0085858c",
//     // "toolbar.hoverOutline": "#ff00ff",
//     "toolbar.activeBackground": "#ff00ff",



},
"breadcrumbs.enabled": false,
"editor.renderWhitespace": "none",
"incrementor.enums.values": [
    [
        "false",
        "true"
    ],
    [
        "let",
        "const"
    ],
    [
        "public",
        "private",
        "protected"
    ]
],
"splitHTMLAttributes.closingBracketOnNewLine": true,
"splitHTMLAttributes.sortOrder": [],
"window.menuBarVisibility": "compact"

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published