Java教程

Hbuilderx主题推荐

本文主要是介绍Hbuilderx主题推荐,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

效果图

image-20210720224532664

操作步骤:点击工具栏“工具” > 点击“设置” > 点击“源码视图” > 在左侧“用户设置”编辑区中输入以下配置

{
  "theme-custom.author": "vscode-dark",
  "theme-custom.name": "iaomimi",
  "theme-custom.version": "0.0.1",
  "theme-custom.date": "2020-9-9",
  "editor.colorScheme": "Monokai",
  "workbench.colorCustomizations": {
    "[Monokai]": {
      "console.background": "#1E1E1E",
      "editor.background": "#1E1E1E",
      "editorSuggestWidget.background": "#252526",
      "editorSuggestWidget.border": "#252526",
      "editorSuggestWidget.selectedBackground": "#062f4a",
      "extensionButton.border": "#1E1E1E",
      "extensionButton.prominentBackground": "#1E1E1E",
      "imageview.background": "#1e1e1e",
      "imageview.foreground": "#1e1e1e",
      "inputList.hoverBackground": "#062f4a",
      "inputValidation.infoBackground": "#252526",
      "list.activeSelectionBackground": "#094771",
      "minimap.handle.background": "#1E1E1E",
      "outlineBackground": "#1E1E1E",
      "scrollbarSlider.background": "#4f4f4f",
      "scrollbarSlider.hoverBackground": "#4f4f4f",
      "sideBar.background": "#252526",
      "statusBar.background": "#007ACC",
      "statusBar.foreground": "#FFFFFF",
      "tab.activeBackground": "#1e1e1e",
      "tab.activeForeground": "#FFFFFF",
      "tab.inactiveBackground": "#2d2d2d",
      "terminal.background": "#1E1E1E",
      "titleBar.activeBackground": "#323233"
    }
  },
	"editor.minimap.enabled" : false,
	"explorer.iconTheme" : "hx-file-icons-colorful",
	"terminal.type" : "内置终端"
}

完工!

这篇关于Hbuilderx主题推荐的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!