« Sublime text themes » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 110 : | Ligne 110 : | ||
"font_style": "italic" | "font_style": "italic" | ||
}, | }, | ||
{ | { | ||
"name": "Library function", | "name": "Library function", | ||
"scope": "support.function, support.macro", | "scope": "support.function, support.macro", | ||
"foreground": "var( | "foreground": "var(blue)", | ||
"font_style": " italic" | |||
}, | |||
{ | |||
"name": "Library class/type", | |||
"scope": "support.type, support.class", | |||
"foreground": "var(blue)", | |||
"font_style": " italic" | |||
}, | }, | ||
{ | { | ||