diff --git a/README.md b/README.md index 0631fb0..837f74c 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,28 @@ # Better Discord Themes 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 -This replaces the default highlight.js syntax highlight to a chromodynamics-like color scheme from Sublime Text. +Adds chromodynamics syntax highlighting from Sublime Text to Discord. -Example: +Preview: -![Chromodynamics Example](https://i.imgur.com/K7oZtF4.png) +![Chromodynamics Preview](/screenshots/syntax_hl_chromodynamics.png) ## 1337 Syntax Highlighting +Adds 1337 syntax highlighting from Sublime Text to Discord. -Example: +Preview: -![1337 Example](https://i.imgur.com/eb8pCR9.png) +![1337 Preview](/screenshots/syntax_hl_1337.png) ## Darker Dark A theme which makes the standard 'dark' theme of Discord a little bit darker. + +Preview: + +![Darker Dark Preview](/screenshots/theme_darker_dark.png) + diff --git a/screenshots/README.md b/screenshots/README.md new file mode 100644 index 0000000..bd75c38 --- /dev/null +++ b/screenshots/README.md @@ -0,0 +1,2 @@ +# screenshots/ +Screenshots used to preview each BetterDiscord theme. diff --git a/screenshots/syntax_hl_1337.png b/screenshots/syntax_hl_1337.png new file mode 100644 index 0000000..7c7426f Binary files /dev/null and b/screenshots/syntax_hl_1337.png differ diff --git a/screenshots/syntax_hl_chromodynamics.png b/screenshots/syntax_hl_chromodynamics.png new file mode 100644 index 0000000..15468ef Binary files /dev/null and b/screenshots/syntax_hl_chromodynamics.png differ diff --git a/screenshots/theme_darker_dark.png b/screenshots/theme_darker_dark.png new file mode 100644 index 0000000..99cd8d7 Binary files /dev/null and b/screenshots/theme_darker_dark.png differ