• VS Code 状态栏颜色修改


    "workbench.colorCustomizations": {
    	"[Visual Studio 2019 Light]": {
    		"activityBar.activeBackground": "#ffffff",
    		"activityBar.background": "#eeeeee",
    		"activityBar.foreground": "#000000",
    		"statusBar.background": "#eeeeee",
    		"statusBar.foreground": "#555555",
    		"statusBar.noFolderBackground": "#eeeeee",
    		"statusBar.noFolderForeground": "#555555",
    		"statusBarItem.remoteBackground": "#dddddd",
    		"statusBarItem.remoteForeground": "#555555",
    		"editorSuggestWidget.selectedBackground": "#25bb00"
    	},
    	"[Visual Studio 2019 Dark]": {
    		"statusBar.background": "#252525",
    		"statusBar.foreground": "#AAAAAA",
    		"statusBar.noFolderBackground": "#252525",
    		"statusBar.noFolderForeground": "#AAAAAA",
    		"statusBarItem.remoteBackground": "#555555",
    		"statusBarItem.remoteForeground": "#BBBBBB"
    	},
    	"[Default Light+]": {
    		"activityBar.activeBackground": "#ffffff",
    		"activityBar.background": "#eeeeee",
    		"activityBar.foreground": "#000000",
    		"statusBar.background": "#eeeeee",
    		"statusBar.foreground": "#555555",
    		"statusBar.noFolderBackground": "#eeeeee",
    		"statusBar.noFolderForeground": "#555555",
    		"statusBarItem.remoteBackground": "#dddddd",
    		"statusBarItem.remoteForeground": "#555555",
    		"editorSuggestWidget.selectedBackground": "#25bb00"
    	},
    	"[Default Dark+]": {
    		"statusBar.background": "#252525",
    		"statusBar.foreground": "#AAAAAA",
    		"statusBar.noFolderBackground": "#252525",
    		"statusBar.noFolderForeground": "#AAAAAA",
    		"statusBarItem.remoteBackground": "#555555",
    		"statusBarItem.remoteForeground": "#BBBBBB"
    	}
    }
    
  • 相关阅读:
    SharePoint Development
    win32- copyfile的使用
    SetWindowHookEx的复习
    C++ vector的使用
    关于char * 和 char [] 的一点理解
    CreateThread
    C++字符串大写字母转小写字母
    字符串逆序
    使用RegSetValueEx创建键值
    EnumColorProfiles WcsGetDefaultColorProfile WcsSetDefaultColorProfile的使用
  • 原文地址:https://www.cnblogs.com/clis/p/15940373.html
Copyright © 2020-2023  润新知