A syntax theme for Atom with colors from Rick and Morty on a dark barkground. The code is mostly based on the Dracula for Atom syntax theme. The colors have been curated from the animated TV show Rick and Morty with.
Because the code base is Dracula, which is possibly the best coded themes that I have found so far, many languages work great. The following languages have been tested and optimized for experience, click of the language for a screenshot of the syntax in action:
- Still testing colors and accepting suggestions
- If you have one, please change the colors first and provide a screenshot of the adjustment here.
- Added .gitignore
- Correction to readme
- Correction to apm publish
- Correction to apm publish
- Updated screenshots
- Correction to apm publish
- Changes to
colors.less
@foreground
changed to@rick-lab-coat
- Changes to
syntax-variables.less
@syntax-color-renamed
darkened 10%@syntax-color-added
darkened 30%@syntax-color-modified
darkened 10%@syntax-color-removed
darkened 20%
- Changes to
base.less
atom-text-editor.is-focused .selection .region
lightened by 10%atom-text-editor.is-focused .line.cursor-line
lightened by 5%atom-text-editor .gutter .line-number.git-line-added (border-left-width)
changed from 5px to 3px.syntax--keyword
removedfont-weight: bold;
atom-text-editor .highlight.find-result .region (background)
lightened by 17%atom-text-editor .highlight.current-result .region, atom-text-editor .highlight.current-result ~ .highlight.selection .region (background)
lightened by 10%
- Initial publication