branch: elpa/dracula-theme
commit e81012d1e6a942cbd0f190eac4a50cf62fb323ea
Author: Lucas de Franรงa <luxon4...@gmail.com>
Commit: Lucas de Franรงa <luxon4...@gmail.com>

    ๐Ÿ“ƒ Standardize docs
---
 INSTALL.md      |  29 ++++++++++++++++++-----------
 README.md       |  22 ++++++++++++++--------
 dracula-pro.png | Bin 0 -> 366068 bytes
 3 files changed, 32 insertions(+), 19 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index a23905b24e..b8cda7fce2 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -2,32 +2,39 @@
 
 #### Install in Emacs 28+
 
-dracula is available in [NonGNU 
Elpa](https://elpa.nongnu.org/nongnu/dracula-theme.html)
-and thus, will be directly available starting from that version of Emacs.
+Dracula is available in [NonGNU 
Elpa](https://elpa.nongnu.org/nongnu/dracula-theme.html) and thus, will be 
directly available starting from that version of Emacs.
 
-    M-x package-install <RET> dracula-theme
+```el
+M-x package-install <RET> dracula-theme
+```
 
 #### Install using MELPA
 
-First, make sure [to have enabled MELPA repository in your 
configuration](https://melpa.org/#/getting-started).
+First, make sure [to have enabled MELPA repository in your 
configuration](https://melpa.org/#/getting-started);
+
 Then, you will find dracula in the regular package listing.
 
-    M-x package-install <RET> dracula-theme
+```el
+M-x package-install <RET> dracula-theme
+```
 
 #### Install using Homebrew
 
+```bash
     brew install emacs-dracula
+```
 
 #### Install manually
 
-Add the emacs theme files to `~/.emacs.d/themes`.
+Add the emacs theme files to `~/.emacs.d/themes`;
 
-To load a theme add the following to your init.el
+To load a theme add the following to your `init.el`.
 
-    (add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
-    (load-theme 'dracula t)
+```el
+(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
+(load-theme 'dracula t)
+```
 
 #### Configure
 
-Some aspects of this theme are customizable.  You can change them by
-doing `M-x customize-group dracula`.  Then restart Emacs to apply them.
+Some aspects of this theme are customizable. You can change them by doing `M-x 
customize-group dracula`. Then **restart** Emacs to apply them. ๐Ÿ’œ
diff --git a/README.md b/README.md
index 4aea766fb0..39010a1ae6 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ by doing `M-x customize-group dracula` or setting one or more 
of the
 following values in your Emacs init file. Note that these variables
 need to be set before `load-theme` is invoked for Dracula.
 
-```
+```el
 ;; Don't change the font size for some headings and titles (default t)
 (setq dracula-enlarge-headings nil)
 
@@ -45,16 +45,18 @@ This repository contains a small script named 
`start_emacs_test.sh`,
 which helps you to test this color theme in various environment
 (graphical, 256+ colors terminals, 16 colors terminals).
 
-    # Graphical test
-    ./start_emacs_test.sh
+```el
+# Graphical test
+./start_emacs_test.sh
 
-    # Full color terminal
-    ./start_emacs_test.sh -nw 256
+# Full color terminal
+./start_emacs_test.sh -nw 256
 
-    # TTY like env
-    ./start_emacs_test.sh -nw 16
+# TTY like env
+./start_emacs_test.sh -nw 16
+```
 
-This script requires the xterm terminfo files.
+This script requires the **xterm** terminfo files.
 
 ## Team
 
@@ -71,6 +73,10 @@ This theme is maintained by the following person(s) and a 
bunch of
 - [GitHub](https://github.com/dracula/dracula-theme/discussions) - Best for 
asking questions and discussing issues.
 - [Discord](https://draculatheme.com/discord-invite) - Best for hanging out 
with the community.
 
+## Dracula PRO
+
+[![Dracula PRO](./dracula-pro.png)](https://draculatheme.com/pro)
+
 ## License
 
 [MIT License](./LICENSE)
diff --git a/dracula-pro.png b/dracula-pro.png
new file mode 100644
index 0000000000..b19daedebb
Binary files /dev/null and b/dracula-pro.png differ

Reply via email to