Add 1337 Syntax Highlighting

This commit is contained in:
Chev 2019-10-12 17:03:11 -07:00
parent 9d995d783b
commit 107c0569c4
2 changed files with 52 additions and 0 deletions

View file

@ -10,6 +10,13 @@ Example:
![Chromodynamics Example](https://i.imgur.com/K7oZtF4.png)
## 1337 Syntax Highlighting
Example:
![1337 Example](https://i.imgur.com/eb8pCR9.png)
## Bruh Button Emoji Replacer
This replaces every Discord emoji (including custom ones) with a bruh button. You can even put in your own 32x32 image in the CSS file to replace all emotes with your own URL.

View file

@ -0,0 +1,45 @@
//META{"name":"1337 Syntax Highlight","description":"Changes Discord's syntax highlighting to match the 1337 color scheme from Sublime Text","author":"Chev","version":"1.0.0"}*//{}
.hljs-tag,
.hljs-important,
.hljs-at_rule,
.hljs-keyword {
color: #ff5e5e !important;
}
.hljs-class,
.hljs-id {
color: #8cdaff !important;
}
.hljs-params {
color: #d0d0d0 !important;
}
.hljs-string,
.hljs-attr {
color: #fbe3bf !important;
}
.hljs-number {
color: #fdb082 !important;
}
.hljs-literal {
color: #fc9354 !important;
}
.hljs-title {
color: #8cdaff !important;
}
.hljs-built_in {
color: #6699cc !important;
}
.hljs-value,
.hljs-hexcolor,
.hljs-function {
color: rgba(255, 255, 255, 0.8) !important;
}
.hljs-attribute {
color: #82d4e5 !important;
}
.hljs-comment {
color: #6d6d6d !important;
}
.hljs-pseudo {
color: #fff !important;
}