« Sublime text themes » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| (5 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 12 : | Ligne 12 : | ||
"green": "hsl(100, 100%, 50%)", | "green": "hsl(100, 100%, 50%)", | ||
"blue2": "hsl(220, 100%, 60%)", | "blue2": "hsl(220, 100%, 60%)", | ||
"blue3": "#94A2D0", | |||
"brown": "hsl(15, 20%, 60%)", | "brown": "hsl(15, 20%, 60%)", | ||
"brown2": "#E5C679", | |||
"orange4" : "#CB4C0B" | |||
}, | }, | ||
| Ligne 53 : | Ligne 56 : | ||
"foreground": "var(brown)", | "foreground": "var(brown)", | ||
"font_style": "italic", | "font_style": "italic", | ||
}, | |||
{ | |||
}, | "name": "Variable 2", | ||
"scope": "variable.other.member", | |||
"foreground": "var(brown2)", | |||
"font_style": "italic", | |||
}, | |||
{ | { | ||
"name": "Number", | "name": "Number", | ||
| Ligne 73 : | Ligne 80 : | ||
{ | { | ||
"name": "Keyword", | "name": "Keyword", | ||
"scope": "keyword - (source.c keyword.operator | source.c++ keyword.operator | source.objc keyword.operator | source.objc++ keyword.operator), keyword.operator.word, source.ruby keyword.declaration", | "scope": "keyword - (source.c keyword.operator | source.c++ keyword.operator | source.objc keyword.operator | source.objc++ keyword.operator ), keyword.operator.word, source.ruby keyword.declaration", | ||
"foreground": "var(green)" | "foreground": "var(green)" | ||
}, | }, | ||
{ | |||
"name": "Keyword2", | "name": "Keyword2", | ||
"scope": "keyword - (source.php keyword.operator | source.js keyword.operator), keyword.operator. | "scope": "keyword - (source.php keyword.operator | source.js keyword.operator | source.sql keyword.operator), keyword.operator.word, source.php keyword.declaration", | ||
"foreground": "var(blue2)" | "foreground": "var(blue2)" | ||
}, | }, | ||
{ | |||
"name": "Keyword3", | |||
"scope": "source.sql keyword.other | source.sql keyword.operator.logical | source.sql keyword.operator.word", | |||
"foreground": "var(orange4)" | |||
}, | |||
{ | { | ||
| Ligne 90 : | Ligne 105 : | ||
"name": "Function argument", | "name": "Function argument", | ||
"scope": "variable.parameter - (source.c | source.c++ | source.objc | source.objc++)", | "scope": "variable.parameter - (source.c | source.c++ | source.objc | source.objc++)", | ||
"foreground": "var( | "foreground": "var(blue3)", | ||
"font_style": "italic" | "font_style": "italic" | ||
}, | }, | ||
| Ligne 110 : | Ligne 125 : | ||
"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" | |||
}, | }, | ||
{ | { | ||
| Ligne 163 : | Ligne 186 : | ||
] | ] | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[category:Dev]] | [[category:Dev]] | ||
[[category:Softz]] | [[category:Softz]] | ||