由于经常用到sublime text3 右侧的滑动块对比颜色太不舒服了,而且有时候又看不清楚,上网搜了一些,最后借助豆瓣的一位朋友的配置文件做了简单的修改,修改后的效果图为:
简单说下配置:
文件里的内容为:
[ // More visible scrollbar
{ "class": "puck_control",
// "layer0.texture": "User/Theme-Default/vertical_white_scrollbar.png",
"layer0.texture": [29, 191, 150],
// Adjust RGB color. Optional: comment the following line (or set 255,255,255) to not modify image color
"layer0.tint": [29, 191, 150] },
{ "class": "puck_control",
"attributes": ["horizontal"],
// "layer0.texture": "User/Theme-Default/horizontal_white_scrollbar.png" }]
"layer0.texture": [29, 191, 150] }]
把上面的文件复制到刚才那个文件里,然后保存,如果想用对比下面两个这样的小滑块,只需要把"layer0.texture"注释掉的地方放开就行;
里面的RGB颜色随自己喜欢设置就行。
修改参考原文位置:https://www.douban.com/note/589586940/