{ | |
"bracket_styles": { | |
"default": { | |
"icon": "dot", | |
"color": "brackethighlighter.default", | |
"style": "outline" | |
}, | |
"unmatched": { | |
"icon": "question", | |
"color": "brackethighlighter.unmatched", | |
"style": "outline" | |
}, | |
"curly": { | |
"icon": "curly_bracket", | |
"color": "brackethighlighter.curly", | |
"style": "outline" | |
}, | |
"round": { | |
"icon": "round_bracket", | |
"color": "brackethighlighter.round", | |
"style": "outline" | |
}, | |
"square": { | |
"icon": "square_bracket", | |
"color": "brackethighlighter.square", | |
"style": "underline" | |
}, | |
"angle": { | |
"icon": "angle_bracket", | |
"color": "brackethighlighter.angle", | |
"style": "underline" | |
}, | |
"tag": { | |
"icon": "tag", | |
// "endpoints": true, | |
"color": "brackethighlighter.tag", | |
"style": "outline" | |
}, | |
"c_define": { | |
"icon": "hash" | |
// "color": "brackethighlighter.c_define", | |
// "style": "underline" | |
}, | |
"single_quote": { | |
"icon": "single_quote", | |
"color": "brackethighlighter.single_quote", | |
"style": "outline" | |
}, | |
"double_quote": { | |
"icon": "double_quote", | |
"color": "brackethighlighter.double_quote", | |
"style": "outline" | |
}, | |
"regex": { | |
"icon": "regex" | |
// "color": "brackethighlighter.quote", | |
// "style": "underline" | |
} | |
} | |
} |
![]() |
1
kfll 2014-07-29 23:11:26 +08:00 via Android
多谢分享
|
![]() |
2
freefcw 2014-07-30 01:02:21 +08:00
字体是什么呢?感觉好纤细呀
|
![]() |
3
heroicYang 2014-07-30 09:44:41 +08:00
LZ 的标题中是 base64... 哈哈哈~
从换上 Spacegray 和 base16 ocean dark 之后就没再用过其它主题~ ST, Atom, iTerm2 全套都是~ |
![]() |
9
leopku OP |