stonedreamforest / misc

1 stars 0 forks source link

visual studio code 颜色配置 #4

Closed stonedreamforest closed 7 years ago

stonedreamforest commented 7 years ago

settings.json:

{
    "python.linting.pylintEnabled": false,
    "workbench.experimental.colorCustomizations": {
        "activeTabBackground": "#303030",
        "activityBarBackground": "#303030",
        "editorGroupBackground": "#303030",
        "sideBarBackground": "#303030",
        "editorBackground": "#303030",
        "inactiveTabBackground": "#303030",
        "tabsContainerBackground": "#303030",
        "statusBarBackground": "#303030",
        "editorIndentGuides": "#FFFF00",
        "editorLineHighlight": "#000000",
        "editorLineNumbers": "#AEAEAE",
        "editorSelection": "#ffc0cb",
        "editorSelectionHighlight": "#ffc0cb",
        "editor.renderWhitespace": "none",
        "editor.renderIndentGuides": false
    },
    "files.encoding":"gb2312"
}

配合插件:OneDark-Pro

备份:https://github.com/stonedreamforest/misc/releases/tag/2017-5-5

stonedreamforest commented 7 years ago
{
    "python.linting.pylintEnabled": false,
    "workbench.experimental.colorCustomizations": {
        "activeTabBackground": "#2d2d2d",
        "activityBarBackground": "#2d2d2d",
        "editorGroupBackground": "#2d2d2d",
        "sideBarBackground": "#2d2d2d",
        "editorBackground": "#2d2d2d",
        "inactiveTabBackground": "#2d2d2d",
        "tabsContainerBackground": "#2d2d2d",
        "statusBarBackground": "#2d2d2d",
        "editorIndentGuides": "#FFFF00",
        "editorLineHighlight": "#000000",
        "editorLineNumbers": "#AEAEAE",
       "editorSelection": "#ffc0cb",
        "editorSelectionHighlight": "#ffc0cb",
        "editor.renderWhitespace": "none",
        "editor.renderIndentGuides": false
    },
    "files.encoding":"gb2312"
}
stonedreamforest commented 7 years ago
- evthing -> open odp file->find -> adb2bf -> 6d6d6d
- evthing -> open odp file->find -> adb2bf -> 8b8b8b

-evthing -> open odp file->find -> 98c379 -> aeaeae

stonedreamforest commented 7 years ago

version :1.12.1

// 将设置放入此文件中以覆盖默认值和用户设置。
{
    //关闭pylint语法规范警告
    "python.linting.pylintEnabled": false,
    "workbench.colorCustomizations": {
        "editor.background": "#2d2d2d",
        "sideBar.background": "#2d2d2d",
        "panel.background": "#2d2d2d",
        "activityBar.background": "#2d2d2d",
        "tab.inactiveBackground": "#2d2d2d",
        "sideBarSectionHeader.background": "#2d2d2d",
        "editor.lineHighlightBackground": "#000000",
        "editorLineNumber.foreground": "#AEAEAE",
        "editorIndentGuide.background": "#FFFF00",
        "statusBar.background": "#2d2d2d",    
        "editor.selectionBackground": "#ffc0cb",
        "editor.selectionHighlightBackground": "#ffc0cb",
        "button.background": "#FFFF00",
        "button.hoverBackground": "#FFFF00",
        "contrastActiveBorder": "#90a44e",
        "activityBar.foreground": "#AEAEAE"

    },
    "files.encoding": "gb2312",

     /* Color of the indent marker for dark themes */
    "indenticator.color.dark": "#888",
    /* Color of the indent marker for light themes */
    "indenticator.color.light": "#999",
    /* Width of the indent marker in pixels */
    "indenticator.width": 1,
    /* Line style of the indent marker (e.g. "solid", "dashed", "dotted", ...) */
    "indenticator.style": "solid",
    /* Wether to displays the current indent depth on the statusbar */
    "indenticator.showCurrentDepthInStatusBar": true,
    /* Wether to display the hover near the indent line */
    "indenticator.showHover": false,
    /* Lines before the current indent to be shown on hover */
    "indenticator.hover.peekBack": 1,
    /* Lines after the current indent to be shown on hover */
    "indenticator.hover.peekForward": 0,
    /* Remove lines from the hover at the beginning and end that have less characters than this */
    "indenticator.hover.trimLinesShorterThan": 2,
    /* Block placeholder to be written between peeked lines */
    "indenticator.hover.peekBlockPlaceholder": "...",
    /* A construct with language identifiers as properties containing a subset of indenticator options to be applied to that language */
    "indenticator.languageSpecific": {
    "[json]": {
      "indenticator.showHover": true,
      "indenticator.hover.peekBack": 1
    }
  }
  // 缩进小点
  //"editor.renderWhitespace": "boundary"
}
stonedreamforest commented 7 years ago

visual studio 颜色配置

数字: 158 158 158

stonedreamforest commented 6 years ago
// 将设置放入此文件中以覆盖默认值和用户设置。
{
    //关闭pylint语法规范警告
    //"python.linting.pylintEnabled": false,
    "workbench.colorCustomizations": {
        "editor.background": "#2d2d2d",
        "sideBar.background": "#2d2d2d",
        "panel.background": "#2d2d2d",
        "activityBar.background": "#2d2d2d",
        "tab.inactiveBackground": "#2d2d2d",
        "sideBarSectionHeader.background": "#2d2d2d",
        "editor.lineHighlightBackground": "#000000",
        "editorLineNumber.foreground": "#AEAEAE",
        "editorIndentGuide.background": "#FFFF00",
        "statusBar.background": "#2d2d2d",    
        "editor.selectionBackground": "#ffc0cb",
        "editor.selectionHighlightBackground": "#ffc0cb",
        "button.background": "#5e5e0f",
        "button.hoverBackground": "#FFFF00",
        "contrastActiveBorder": "#90a44e",
        "activityBar.foreground": "#AEAEAE",

        //边框线
        "editorInfo.border": "#000000",
        "tab.border": "#000000",
        "activityBar.border": "#000000",
        "contrastBorder": "#000000",
        "titleBar.border": "#000000",
        "dropdown.border": "#000000",
        "debugExceptionWidget.border": "#000000",
        "diffEditor.insertedTextBorder": "#000000",
        "diffEditor.removedTextBorder": "#000000",
        "editor.lineHighlightBorder": "#000000",
        "editorBracketMatch.border": "#000000",
        "editorError.border": "#000000",
        "editorGroup.border": "#000000",
        "editorGroupHeader.tabsBorder": "#000000",
        "editorHoverWidget.border": "#000000",
        "focusBorder": "#000000",
        "input.border": "#000000",
        "merge.border": "#000000",
        "editorOverviewRuler.border": "#000000",
        "editorSuggestWidget.border": "#000000",
        "panel.border": "#000000",
        "editorWarning.border": "#000000",
        "editorWidget.border": "#000000",
        "inputOption.activeBorder": "#000000",
        "inputValidation.errorBorder": "#000000",
        "inputValidation.infoBorder": "#000000",
        "inputValidation.warningBorder": "#000000",
        "panelTitle.activeBorder": "#000000",
        "peekView.border": "#000000",
        "pickerGroup.border": "#000000",
        "sideBar.border": "#000000",
        "statusBar.border": "#000000",
        "statusBar.debuggingBorder": "#000000",
        "statusBar.noFolderBorder": "#000000",
        "tab.activeBorder": "#000000",
        "tab.unfocusedActiveBorder": "#000000",
        "textBlockQuote.border": "#000000"

    },
    "files.encoding": "gb2312",
  // 缩进小点
  "editor.renderWhitespace": "boundary"
}
stonedreamforest commented 6 years ago

JOB

// 将设置放入此文件中以覆盖默认设置
{
"files.associations": {
"*.asm": "asm"
},
"window.zoomLevel": 0,
"[cpp]": {
"editor.quickSuggestions": false
},
"[c]": {
"editor.quickSuggestions": false
},
"workbench.colorTheme": "One Dark Pro",
"python.linting.pylintEnabled": false,
"workbench.colorCustomizations": {
"foreground": "#909090",        
"editor.background": "#1e1e1e",
"editor.foreground": "#909090",
"sideBar.background": "#1e1e1e",
"panel.background": "#1e1e1e",
"activityBar.background": "#1e1e1e",
"tab.inactiveBackground": "#1e1e1e",
"sideBarSectionHeader.background": "#1e1e1e",
"editor.lineHighlightBackground": "#000000",
"editorLineNumber.foreground": "#AEAEAE",
"editorIndentGuide.background": "#696969",
"statusBar.background": "#1e1e1e",
"editor.selectionBackground": "#ffc0cb",
"editor.selectionHighlightBackground": "#ffc0cb",
"contrastActiveBorder": "#90a44e",
"activityBar.foreground": "#AEAEAE",
"tab.activeForeground": "#00c000",
"notification.background": "#1e1e1e",
"input.background": "#404040",
"editorWidget.background": "#1e1e1e",
"statusBarItem.activeBackground": "#FFFF00",
"editorGroupHeader.tabsBackground": "#1e1e1e",
"editorHoverWidget.background": "#1e1e1e",
"editorSuggestWidget.background": "#1e1e1e",
"statusBar.noFolderBackground": "#1e1e1e",
"statusBar.debuggingBackground": "#1e1e1e",
"contrastBorder": "#404040",
"terminal.foreground": "#696969"
},
"files.encoding": "gb18030",
//"editor.renderWhitespace":"boundary",
"editor.renderIndentGuides": true,
"editor.cursorBlinking": "expand",
"editor.cursorStyle": "line-thin",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "line",
//"terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\cmd.exe",
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\6.0.0-beta.8\\powershell.exe",
"workbench.iconTheme": "material-icon-theme"
}
stonedreamforest commented 6 years ago
{
    //关闭pylint语法规范警告
    //"python.linting.pylintEnabled": false,
    "workbench.colorCustomizations": {
        "editor.background": "#151515",
        "sideBar.background": "#151515",
        "panel.background": "#151515",
        "activityBar.background": "#151515",
        "tab.inactiveBackground": "#151515",
        "sideBarSectionHeader.background": "#151515",
        "editor.lineHighlightBackground": "#000000",
        "editorLineNumber.foreground": "#AEAEAE",
        "editorIndentGuide.background": "#FFFF00",
        "statusBar.background": "#151515",    
        "editor.selectionBackground": "#ffc0cb",
        "editor.selectionHighlightBackground": "#ffc0cb",
        "button.background": "#5e5e0f",
        "button.hoverBackground": "#FFFF00",
        "contrastActiveBorder": "#90a44e",
        "activityBar.foreground": "#AEAEAE",
        "tab.activeForeground": "#00c000",
        //边框线
        "editorInfo.border": "#000000",
        "tab.border": "#000000",
        "activityBar.border": "#000000",
        "contrastBorder": "#000000",
        "titleBar.border": "#000000",
        "dropdown.border": "#000000",
        "debugExceptionWidget.border": "#000000",
        "diffEditor.insertedTextBorder": "#000000",
        "diffEditor.removedTextBorder": "#000000",
        "editor.lineHighlightBorder": "#000000",
        "editorBracketMatch.border": "#000000",
        "editorError.border": "#000000",
        "editorGroup.border": "#000000",
        "editorGroupHeader.tabsBorder": "#000000",
        "editorHoverWidget.border": "#000000",
        "focusBorder": "#000000",
        "input.border": "#000000",
        "merge.border": "#000000",
        "editorOverviewRuler.border": "#000000",
        "editorSuggestWidget.border": "#000000",
        "panel.border": "#000000",
        "editorWarning.border": "#000000",
        "editorWidget.border": "#000000",
        "inputOption.activeBorder": "#000000",
        "inputValidation.errorBorder": "#000000",
        "inputValidation.infoBorder": "#000000",
        "inputValidation.warningBorder": "#000000",
        "panelTitle.activeBorder": "#000000",
        "peekView.border": "#000000",
        "pickerGroup.border": "#000000",
        "sideBar.border": "#000000",
        "statusBar.border": "#000000",
        "statusBar.debuggingBorder": "#000000",
        "statusBar.noFolderBorder": "#000000",
        "tab.activeBorder": "#000000",
        "tab.unfocusedActiveBorder": "#000000",
        "textBlockQuote.border": "#000000",
        "tab.activeBackground": "#79031c",

        //字体色
        "foreground": "#909090",
        "errorForeground": "#FFFF00",
        "badge.foreground": "#FFFF00",
        "input.foreground": "#FFFF00",
        "button.foreground": "#FFFF00",
        "activityBarBadge.foreground": "#FFFF00",
        "editor.foreground": "#909090",
        "dropdown.foreground": "#FFFF00",
        "terminal.foreground": "#696969"

    },
    "files.encoding": "gb18030",
  // 缩进小点
  "editor.renderWhitespace": "boundary",
  //"editor.renderWhitespace":"boundary",
  "editor.renderIndentGuides": true,
  "editor.cursorBlinking": "expand",
  "editor.cursorStyle": "line-thin",
  "terminal.integrated.cursorBlinking": true,
  "terminal.integrated.cursorStyle": "line",
  "terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\cmd.exe",
"workbench.iconTheme": "material-icon-theme",
"extensions.ignoreRecommendations": false
}
stonedreamforest commented 6 years ago

设置自动识别编码:"files.autoGuessEncoding": true

stonedreamforest commented 5 years ago
{
    //关闭pylint语法规范警告
    //"python.linting.pylintEnabled": false,
    "workbench.colorCustomizations": {
        "editor.background": "#151515",
        "sideBar.background": "#151515",
        "panel.background": "#151515",
        "activityBar.background": "#151515",
        "tab.inactiveBackground": "#151515",
        "sideBarSectionHeader.background": "#151515",
        "editor.lineHighlightBackground": "#000000",
        "editorLineNumber.foreground": "#AEAEAE",
        "editorIndentGuide.background": "#FFFF00",
        "statusBar.background": "#151515",    
        "editor.selectionBackground": "#ffc0cb",
        "editor.selectionHighlightBackground": "#ffc0cb",
        "button.background": "#5e5e0f",
        "button.hoverBackground": "#FFFF00",
        "contrastActiveBorder": "#90a44e",
        "activityBar.foreground": "#AEAEAE",
        "tab.activeForeground": "#00c000",
        //边框线
        "editorInfo.border": "#9c9a9a",
        "tab.border": "#9c9a9a",
        "activityBar.border": "#9c9a9a",
        "contrastBorder": "#9c9a9a",
        "titleBar.border": "#9c9a9a",
        "dropdown.border": "#9c9a9a",
        "debugExceptionWidget.border": "#9c9a9a",
        "diffEditor.insertedTextBorder": "#9c9a9a",
        "diffEditor.removedTextBorder": "#9c9a9a",
        "editor.lineHighlightBorder": "#9c9a9a",
        "editorBracketMatch.border": "#9c9a9a",
        "editorError.border": "#9c9a9a",
        "editorGroup.border": "#9c9a9a",
        "editorGroupHeader.tabsBorder": "#9c9a9a",
        "editorHoverWidget.border": "#9c9a9a",
        "focusBorder": "#9c9a9a",
        "input.border": "#9c9a9a",
        "merge.border": "#9c9a9a",
        "editorOverviewRuler.border": "#9c9a9a",
        "editorSuggestWidget.border": "#9c9a9a",
        "panel.border": "#9c9a9a",
        "editorWarning.border": "#9c9a9a",
        "editorWidget.border": "#9c9a9a",
        "inputOption.activeBorder": "#9c9a9a",
        "inputValidation.errorBorder": "#9c9a9a",
        "inputValidation.infoBorder": "#9c9a9a",
        "inputValidation.warningBorder": "#9c9a9a",
        "panelTitle.activeBorder": "#9c9a9a",
        "peekView.border": "#9c9a9a",
        "pickerGroup.border": "#9c9a9a",
        "sideBar.border": "#9c9a9a",
        "statusBar.border": "#9c9a9a",
        "statusBar.debuggingBorder": "#9c9a9a",
        "statusBar.noFolderBorder": "#9c9a9a",
        "tab.activeBorder": "#9c9a9a",
        "tab.unfocusedActiveBorder": "#9c9a9a",
        "textBlockQuote.border": "#9c9a9a",
        "tab.activeBackground": "#79031c",

        //字体色
        "foreground": "#909090",
        "errorForeground": "#FFFF00",
        "badge.foreground": "#FFFF00",
        "input.foreground": "#FFFF00",
        "button.foreground": "#FFFF00",
        "activityBarBadge.foreground": "#FFFF00",
        "editor.foreground": "#909090",
        "dropdown.foreground": "#FFFF00",
        "terminal.foreground": "#696969"

    },
    "files.encoding": "gb18030",
  // 缩进小点
  "editor.renderWhitespace": "boundary",
  //"editor.renderWhitespace":"boundary",
  "editor.renderIndentGuides": true,
  "editor.cursorBlinking": "expand",
  "editor.cursorStyle": "line-thin",
  "terminal.integrated.cursorBlinking": true,
  "terminal.integrated.cursorStyle": "line",
  "terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\cmd.exe",
  "workbench.iconTheme": "material-icon-theme",
  "extensions.ignoreRecommendations": false,
"files.autoGuessEncoding": true,
"workbench.colorTheme": "One Dark Pro"
}