Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Color typescript types yellow #95

Merged
merged 2 commits into from
May 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions styles/syntax/typescript.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,18 @@
color: @orange;
}
}

.syntax--entity {
&.syntax--name.syntax--type {
color: @yellow;
}

&.syntax--inherited-class {
color: @yellow;
}
}

.syntax--support.syntax--type {
color: @yellow;
}
}