Tritaskのカラースキームを変更する
Tritaskのカラースキームを変更する
code:json
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"name": "SortMarkTodayDone",
"settings": {
"foreground": "#D19A66"
}
},
{
"name": "SortMarkTodayTodo",
"settings": {
"foreground": "#E06C75"
}
},
{
"name": "SortMarkTomorrow",
"settings": {
"foreground": "#98c379"
}
},
{
"name": "SortMarkYesterday",
"settings": {
"foreground": "#828997"
}
},
{
"name": "StartTime",
"settings": {
"foreground": "#c678dd"
}
},
{
"name": "EndTime",
"settings": {
"foreground": "#98c379"
}
},
{
"name": "AttributeKey",
"settings": {
"foreground": "#56b6c2"
}
},
{
"name": "AttributeSeparator",
"settings": {
"foreground": "#56b6c2"
}
},
{
"name": "AttributeValue",
"settings": {
"foreground": "#56b6c2"
}
},
{
"name": "Date",
"settings": {
"foreground": "#ccf"
}
},
{
"name": "DayOfWeek",
"settings": {
"foreground": "#abb2bf"
}
},
{
"name": "DayOfWeek-Saturday",
"settings": {
"foreground": "#61afef"
}
},
{
"name": "DayOfWeek-Sunday",
"settings": {
"foreground": "#e05252"
}
},
{
"name": "DayOfWeek-Weekday",
"settings": {
"foreground": "#fcc"
}
},
{
"name": "LineSeparator",
"settings": {
"foreground": "#828997",
"fontStyle": "italic underline"
}
},
{
"name": "LineStartingTask",
"settings": {
"foreground": "#56b6c2",
"fontStyle": "italic"
}
}
]
},