cxjfun
cxjfun
  • 发布:2020-11-06 17:11
  • 更新:2020-11-06 17:11
  • 阅读:1811

Solarized Dark——HBuilder X主题

分类:HBuilderX


主题:雅蓝
设置方法:修改Settings.json,保存,重启

{  
    "theme-custom.name": "Solarized Dark",  
    "theme-custom.author": "cxjfun",  
    "theme-custom.version": "0.0.1",  
    "theme-custom.date": "2020-11-06",  
    "editor.colorScheme": "Atom One Dark",  
    "workbench.colorCustomizations": {  
        "[Atom One Dark]": {  
            "button.background": "#16825d",  
            "button.foreground": "#ffffff",  
            "button.hoverBackground": "#329171",  
            "console.background": "#1e1e1e",  
            "debug.foreground": "#008cb3",  
            "editor.background": "#002b37",  
            "editor.foreground": "#fff",  
            "editorGroup.border": "#37575e",  
            "editorSuggestWidget.background": "#002b36",  
            "editorSuggestWidget.border": "#004052",  
            "editorSuggestWidget.link": "#16825d",  
            "editorSuggestWidget.selectedBackground": "#005a6f",  
            "extensionButton.border": "#16825d",  
            "extensionButton.checkColor": "#ffffff",  
            "extensionButton.prominentBackground": "#16825d",  
            "extensionButton.prominentForeground": "#fff3d5",  
            "extensionButton.prominentHoverBackground": "#329171",  
            "focusBorder": "#00b4e6",  
            "input.background": "#003847",  
            "input.border": "#003847",  
            "input.foreground": "#ffffff",  
            "inputList.border": "#00212b",  
            "inputList.foreground": "#3c3c3c",  
            "inputList.hoverBackground": "#003847",  
            "inputList.titleColor": "#ffffff",  
            "inputOption.activeBorder": "#16825d",  
            "inputValidation.infoBackground": "#00212b",  
            "list.activeSelectionBackground": "#005a6f",  
            "list.foreground": "#ffffff",  
            "list.highlightForeground": "#ffffff",  
            "list.hoverBackground": "#003946",  
            "minimap.handle.background": "#004052",  
            "notificationLink.foreground": "#16825d",  
            "notifications.background": "#003847",  
            "notifications.border": "#003847",  
            "outlineBackground": "#00212b",  
            "panelTitle.activeForeground": "#008cb3",  
            "scrollbarSlider.background": "#304a50",  
            "scrollbarSlider.hoverBackground": "#465356",  
            "settings.dropdownBackground": "#002b36",  
            "settings.dropdownBorder": "#16825d",  
            "settings.dropdownForeground": "#ffffff",  
            "settings.dropdownListBorder": "#002b36",  
            "settings.textInputBackground": "#00212b",  
            "settings.textInputBorder": "#002b36",  
            "settings.textInputDisableBackground": "#002b36",  
            "sideBar.background": "#004052",  
            "sideBar.border": "#004052",  
            "statusBar.background": "#006480",  
            "statusBar.foreground": "#ffffff",  
            "tab.activeBackground": "#002b37",  
            "tab.activeForeground": "#ffffff",  
            "tab.border": "#002b37",  
            "tab.hoverBackground": "#004052",  
            "tab.inactiveBackground": "#004052",  
            "tab.inactiveForeground": "#999999",  
            "terminal.background": "#00212b",  
            "toolBar.background": "#003847",  
            "toolBar.border": "#003847",  
            "toolBar.hoverBackground": "#003847"  
        }  
    },  
    "explorer.iconTheme": "vs-seti"  
}

0 关注 分享

要回复文章请先登录注册