mirror of
https://github.com/chev2/bd-themes.git
synced 2026-04-22 10:41:42 +00:00
Fix themes using deprecated meta system
This commit is contained in:
parent
a149f1025d
commit
d525b46539
4 changed files with 28 additions and 11 deletions
15
README.md
15
README.md
|
|
@ -3,14 +3,6 @@ A collection of CSS Themes for BetterDiscord.
|
|||
|
||||
Some screenshots shown here were previewed using [Gibbu's theme previewer](https://gibbu.github.io/ThemePreview/).
|
||||
|
||||
## Chromodynamics Syntax Highlighting
|
||||
Adds chromodynamics syntax highlighting from Sublime Text to Discord.
|
||||
|
||||
Preview:
|
||||
|
||||

|
||||
|
||||
|
||||
## 1337 Syntax Highlighting
|
||||
Adds 1337 syntax highlighting from Sublime Text to Discord.
|
||||
|
||||
|
|
@ -18,6 +10,13 @@ Preview:
|
|||
|
||||

|
||||
|
||||
## Chromodynamics Syntax Highlighting
|
||||
Adds chromodynamics syntax highlighting from Sublime Text to Discord.
|
||||
|
||||
Preview:
|
||||
|
||||

|
||||
|
||||
## Darker Dark
|
||||
|
||||
A theme which makes the standard 'dark' theme of Discord a little bit darker.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,10 @@
|
|||
//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"}*//{}
|
||||
/**
|
||||
* @name 1337 Syntax Highlighting
|
||||
* @author Chev
|
||||
* @version 1.0.0
|
||||
* @description Adds 1337 syntax highlighting from Sublime Text to Discord.
|
||||
* @source https://github.com/chev2/bd-themes
|
||||
*/
|
||||
|
||||
.hljs-tag,
|
||||
.hljs-important,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,10 @@
|
|||
//META{"name":"Chromodynamics Syntax Highlight","description":"Changes Discord's syntax highlighting to match the Chromodynamics color scheme from Sublime Text","author":"Chev","version":"1.0.0"}*//{}
|
||||
/**
|
||||
* @name Chromodynamics Syntax Highlighting
|
||||
* @author Chev
|
||||
* @version 1.0.0
|
||||
* @description Adds chromodynamics syntax highlighting from Sublime Text to Discord.
|
||||
* @source https://github.com/chev2/bd-themes
|
||||
*/
|
||||
|
||||
.hljs-tag,
|
||||
.hljs-important,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,10 @@
|
|||
//META{"name":"Darker Dark","description":"A darker dark theme for Discord","author":"Chev","version":"1.0.0"}*//{}
|
||||
/**
|
||||
* @name Darker Dark
|
||||
* @author Chev
|
||||
* @version 1.0.0
|
||||
* @description A darker dark theme for Discord.
|
||||
* @source https://github.com/chev2/bd-themes
|
||||
*/
|
||||
|
||||
.theme-dark {
|
||||
--header-primary: #fff;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue