mirror of
https://github.com/chev2/bd-themes.git
synced 2026-04-04 18:08:08 +00:00
Add 1337 Syntax Highlighting
This commit is contained in:
parent
9d995d783b
commit
107c0569c4
2 changed files with 52 additions and 0 deletions
|
|
@ -10,6 +10,13 @@ Example:
|
|||

|
||||
|
||||
|
||||
## 1337 Syntax Highlighting
|
||||
|
||||
Example:
|
||||
|
||||

|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
|||
45
themes/1337Syntax.theme.css
Normal file
45
themes/1337Syntax.theme.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue