-
Notifications
You must be signed in to change notification settings - Fork 393
StatusBar 底部状态栏
大表哥 edited this page Dec 20, 2021
·
1 revision
描述 | token 项 | dark 变量值 | light 变量值 |
---|---|---|---|
状态栏默认前景色 | statusBar.foreground | dark-idegrey-10 | |
#FFFFFF | light-idegrey-1 | ||
#FFFFFF | |||
状态栏默认背景色 | statusBar.background | dark-idegrey-2 | |
#252729 | light-idegrey-10 | ||
#262626 | |||
未打开文件夹时状态栏的背景色 | statusBar.noFolderBackground | dark-idegrey-5 | |
#43484D | light-idegrey-9 | ||
#4D4D4D | |||
调试程序时状态栏的背景色 | statusBar.debuggingBackground | dark-orange-6 | |
#D77915 | light-orange-6 | ||
#FA8C16 | |||
远程时状态栏的背景色 | statusBarItem.remoteBackground | dark-purple-6 | |
#6329B4 | light-purple-6 | ||
#722ED1 | |||
无网络时状态栏的背景色 | kt.statusbar.offline.background | dark-red-7 | |
#DB4345 | light-red-6 | ||
#F5222D | |||
状态栏 hover 时的背景色 | statusBarItem.hoverBackground | opacity(white,1) | |
#FFFFFF1A | opacity(white,1) | ||
#FFFFFF1A | |||
状态栏项激活时的背景色 | statusBarItem.activeBackground | opacity(white, 25) | |
#FFFFFF40 | opacity(white, 25) | ||
#FFFFFF40 | |||