Hbuilderx主题推荐
2021/7/20 23:06:06
本文主要是介绍Hbuilderx主题推荐,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
效果图
操作步骤:点击工具栏“工具” > 点击“设置” > 点击“源码视图” > 在左侧“用户设置”编辑区中输入以下配置
{ "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主题推荐的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-19Java前端后端分离学习指南
- 2024-11-19Java全栈学习:从入门到实践
- 2024-11-19Java微服务系统学习入门指南
- 2024-11-19Java微服务学习:入门与实践指南
- 2024-11-19Java学习:初学者必备指南
- 2024-11-19Java医疗系统学习:从入门到初级实战教程
- 2024-11-19SpringCloud Alibaba入门教程:轻松搭建微服务架构
- 2024-11-19SSM框架入门教程:轻松搭建Java企业级应用
- 2024-11-19订单系统学习:新手入门指南
- 2024-11-19读写分离学习:轻松入门与实战指南