最近突然看到一篇文章说深度主题对眼睛损伤较大,不如换成亮色,但是博主换成亮色后感觉眼快被亮瞎了,就想着能不能DIY一下,直接上最护眼的绿色,于是
IDEA
先换成亮色主题

Setting——>Appearance

插入想插入的图片,这里使用了纯绿色(文末自取),Opacity(不透明度)调节图片不透明度

点击OK即可
但是会出现顶部文件选中不明显的情况
Editor——>Color Scheme——>General——>Editor

搞个明显的颜色(239EA4),点击Apply后OK
MobaXterm
Setting——>Configuration


重启即可
效果


图片自取

VSCode
Ctrl+,


调色板找出自己喜欢的颜色

我的
{
"workbench.colorTheme": "Default Light Modern",
"editor.semanticTokenColorCustomizations": {},
"workbench.colorCustomizations": {
"editor.background": "#1fee2d0b",
"sideBar.background": "#1fee2d12",
"activityBar.background": "#1fee2d12",
"activityBar.activeBackground":"#00ff552e",
},
"security.workspace.trust.untrustedFiles": "open",
"editor.fontVariations": false
}
1万+

被折叠的 条评论
为什么被折叠?



