Tritaskのカラースキームを変更する
from Tritask
Tritaskのカラースキームを変更する
Atom One Dark Themeの色を適当に散りばめた
code:json
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"name": "SortMarkTodayDone",
"scope": "sortmark.today.done.trita",
"settings": {
"foreground": "#D19A66"
}
},
{
"name": "SortMarkTodayTodo",
"scope": "sortmark.today.todo.trita",
"settings": {
"foreground": "#E06C75"
}
},
{
"name": "SortMarkTomorrow",
"scope": "sortmark.tomorrow.trita",
"settings": {
"foreground": "#98c379"
}
},
{
"name": "SortMarkYesterday",
"scope": "sortmark.yesterday.trita",
"settings": {
"foreground": "#828997"
}
},
{
"name": "StartTime",
"scope": "time.start.trita",
"settings": {
"foreground": "#c678dd"
}
},
{
"name": "EndTime",
"scope": "time.end.trita",
"settings": {
"foreground": "#98c379"
}
},
{
"name": "AttributeKey",
"scope": "attribute.key.trita",
"settings": {
"foreground": "#56b6c2"
}
},
{
"name": "AttributeSeparator",
"scope": "attribute.separator.trita",
"settings": {
"foreground": "#56b6c2"
}
},
{
"name": "AttributeValue",
"scope": "attribute.value.trita",
"settings": {
"foreground": "#56b6c2"
}
},
{
"name": "Date",
"scope": "date.date.trita",
"settings": {
"foreground": "#ccf"
}
},
{
"name": "DayOfWeek",
"scope": "date.dayofweek.trita",
"settings": {
"foreground": "#abb2bf"
}
},
{
"name": "DayOfWeek-Saturday",
"scope": "date.dayofweek.saturday.trita",
"settings": {
"foreground": "#61afef"
}
},
{
"name": "DayOfWeek-Sunday",
"scope": "date.dayofweek.sunday.trita",
"settings": {
"foreground": "#e05252"
}
},
{
"name": "DayOfWeek-Weekday",
"scope": "date.dayofweek.weekday.trita",
"settings": {
"foreground": "#fcc"
}
},
{
"name": "LineSeparator",
"scope": "line.separator.trita",
"settings": {
"foreground": "#828997",
"fontStyle": "italic underline"
}
},
{
"name": "LineStartingTask",
"scope": "line.starting.trita",
"settings": {
"foreground": "#56b6c2",
"fontStyle": "italic"
}
}
]
},