.code-thrust {
  border: 1px solid #504945;
  background: #282828;
  color: #ebdbb2;
}

.code-thrust code {
  color: #ebdbb2;
}

.code-thrust .th-comment {
  color: #928374;
  font-style: italic;
}

.code-thrust .th-string,
.code-thrust .th-char {
  color: #b8bb26;
}

.code-thrust .th-number {
  color: #d3869b;
}

.code-thrust .th-attr,
.code-thrust .th-builtin,
.code-thrust .th-op {
  color: #83a598;
}

.code-thrust .th-keyword {
  color: #fb4934;
}

.code-thrust .th-type {
  color: #fabd2f;
}

.code-thrust .th-constant {
  color: #fe8019;
}
