diff --git a/README.md b/README.md index 6f3169d..3433bd1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,70 @@ All instructions can be found at [draculatheme.com/atom](https://draculatheme.com/atom). +## Screenshots + +
+ +![JavaScript](https://img.shields.io/badge/JavaScript-gray.svg?colorB=6272a4) +![JavaScript](https://raw.githubusercontent.com/dracula/atom/master/images/javascript.png) + +
+ +![HTML](https://img.shields.io/badge/HTML-gray.svg?colorB=6272a4) +![HTML](https://raw.githubusercontent.com/dracula/atom/master/images/html.png) + +
+ +![CSS](https://img.shields.io/badge/CSS-gray.svg?colorB=6272a4) +![CSS](https://raw.githubusercontent.com/dracula/atom/master/images/css.png) + +
+ +![Python](https://img.shields.io/badge/Python-gray.svg?colorB=6272a4) +![Python](https://raw.githubusercontent.com/dracula/atom/master/images/python.png) + +
+ +![PHP](https://img.shields.io/badge/PHP-gray.svg?colorB=6272a4) +![PHP](https://raw.githubusercontent.com/dracula/atom/master/images/php.png) + +
+ +![Java](https://img.shields.io/badge/Java-gray.svg?colorB=6272a4) +![Java](https://raw.githubusercontent.com/dracula/atom/master/images/java.png) + +
+ +![Kotlin](https://img.shields.io/badge/Kotlin-gray.svg?colorB=6272a4) +![Kotlin](https://raw.githubusercontent.com/dracula/atom/master/images/kotlin.png) + +
+ +![Ruby](https://img.shields.io/badge/Ruby-gray.svg?colorB=6272a4) +![Ruby](https://raw.githubusercontent.com/dracula/atom/master/images/ruby.png) + +
+ +![Go](https://img.shields.io/badge/Go-gray.svg?colorB=6272a4) +![Go](https://raw.githubusercontent.com/dracula/atom/master/images/go.png) + +
+ +![Rust](https://img.shields.io/badge/Rust-gray.svg?colorB=6272a4) +![Rust](https://raw.githubusercontent.com/dracula/atom/master/images/rust.png) + +
+ +![C](https://img.shields.io/badge/C-gray.svg?colorB=6272a4) +![C](https://raw.githubusercontent.com/dracula/atom/master/images/c.png) + +
+ +![Typescript](https://img.shields.io/badge/Typescript-gray.svg?colorB=6272a4) +![Typescript](https://raw.githubusercontent.com/dracula/atom/master/images/typescript.png) + +
+ ## Issues If you are running into an issue where Atom is constantly asking you to update the package, it may have to do with the rename from `dracula-theme` to `dracula-syntax`. Uninstalling `dracula-theme` and `dracula-syntax` and reinstalling `dracula-syntax` should fix this problem. diff --git a/images/c.png b/images/c.png new file mode 100644 index 0000000..6c1b673 Binary files /dev/null and b/images/c.png differ diff --git a/images/css.png b/images/css.png new file mode 100644 index 0000000..b52972e Binary files /dev/null and b/images/css.png differ diff --git a/images/go.png b/images/go.png new file mode 100644 index 0000000..0dc01e8 Binary files /dev/null and b/images/go.png differ diff --git a/images/html.png b/images/html.png new file mode 100644 index 0000000..250c562 Binary files /dev/null and b/images/html.png differ diff --git a/images/java.png b/images/java.png new file mode 100644 index 0000000..67f200a Binary files /dev/null and b/images/java.png differ diff --git a/images/javascript.png b/images/javascript.png new file mode 100644 index 0000000..ae69935 Binary files /dev/null and b/images/javascript.png differ diff --git a/images/kotlin.png b/images/kotlin.png new file mode 100644 index 0000000..2953b7f Binary files /dev/null and b/images/kotlin.png differ diff --git a/images/php.png b/images/php.png new file mode 100644 index 0000000..ac05ebd Binary files /dev/null and b/images/php.png differ diff --git a/images/python.png b/images/python.png new file mode 100644 index 0000000..60cdd1b Binary files /dev/null and b/images/python.png differ diff --git a/images/ruby.png b/images/ruby.png new file mode 100644 index 0000000..1e09032 Binary files /dev/null and b/images/ruby.png differ diff --git a/images/rust.png b/images/rust.png new file mode 100644 index 0000000..b05e8b9 Binary files /dev/null and b/images/rust.png differ diff --git a/images/typescript.png b/images/typescript.png new file mode 100644 index 0000000..33e3827 Binary files /dev/null and b/images/typescript.png differ