美文网首页
sublime text3 右侧滚动条滑块的颜色

sublime text3 右侧滚动条滑块的颜色

作者: BarleyZ | 来源:发表于2017-08-03 17:50 被阅读82次

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

相关文章

网友评论

      本文标题:sublime text3 右侧滚动条滑块的颜色

      本文链接:https://www.haomeiwen.com/subject/runplxtx.html