Fix themes using deprecated meta system

This commit is contained in:
Chev 2023-07-17 13:16:01 -07:00
parent a149f1025d
commit d525b46539
Signed by: chev2
GPG key ID: BE0CFBD5DCBB2511
4 changed files with 28 additions and 11 deletions

View file

@ -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:
![Chromodynamics Preview](/screenshots/syntax_hl_chromodynamics.png)
## 1337 Syntax Highlighting
Adds 1337 syntax highlighting from Sublime Text to Discord.
@ -18,6 +10,13 @@ Preview:
![1337 Preview](/screenshots/syntax_hl_1337.png)
## Chromodynamics Syntax Highlighting
Adds chromodynamics syntax highlighting from Sublime Text to Discord.
Preview:
![Chromodynamics Preview](/screenshots/syntax_hl_chromodynamics.png)
## Darker Dark
A theme which makes the standard 'dark' theme of Discord a little bit darker.

View file

@ -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,

View file

@ -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,

View file

@ -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;