由于經常用到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/