From d525b46539db64467ff9506128788d743aaf52aa Mon Sep 17 00:00:00 2001 From: Chev Date: Mon, 17 Jul 2023 13:16:01 -0700 Subject: [PATCH] Fix themes using deprecated meta system --- README.md | 15 +++++++-------- themes/1337Syntax.theme.css | 8 +++++++- themes/ChromodynamicsSyntax.theme.css | 8 +++++++- themes/DarkerDark.theme.css | 8 +++++++- 4 files changed, 28 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 837f74c..b961b9c 100644 --- a/README.md +++ b/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: - -![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. diff --git a/themes/1337Syntax.theme.css b/themes/1337Syntax.theme.css index f5573f6..155b165 100644 --- a/themes/1337Syntax.theme.css +++ b/themes/1337Syntax.theme.css @@ -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, diff --git a/themes/ChromodynamicsSyntax.theme.css b/themes/ChromodynamicsSyntax.theme.css index 346f328..a932e30 100644 --- a/themes/ChromodynamicsSyntax.theme.css +++ b/themes/ChromodynamicsSyntax.theme.css @@ -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, diff --git a/themes/DarkerDark.theme.css b/themes/DarkerDark.theme.css index 1c187d8..7084195 100644 --- a/themes/DarkerDark.theme.css +++ b/themes/DarkerDark.theme.css @@ -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;