https://github.com/nercury/atom-rusty-dark-syntax
Rusty dark syntax theme for Atom
https://github.com/nercury/atom-rusty-dark-syntax
atom rusty-theme syntax-theme theme
Last synced: 7 months ago
JSON representation
Rusty dark syntax theme for Atom
- Host: GitHub
- URL: https://github.com/nercury/atom-rusty-dark-syntax
- Owner: Nercury
- License: mit
- Created: 2015-12-25T15:15:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T09:15:29.000Z (almost 9 years ago)
- Last Synced: 2025-06-29T15:42:07.094Z (8 months ago)
- Topics: atom, rusty-theme, syntax-theme, theme
- Language: CSS
- Size: 972 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rusty dark syntax theme for Atom
> Notice: If you have `atom-language-rust` package installed,
> it will override various colors defined in this theme.
>
> To make sure this theme looks as advertised, __uninstall__ `atom-language-rust`,
> __install__ `language-rust` (or `language-rust-redux`), and restart __Atom__.
The main motivation was to make a syntax theme that works well for the
[Rust](https://www.rust-lang.org/) language. All I needed was suitable
inspiration. How would rusty theme look like? Let's see:

Of course, I tried not overdo it and keep it functional. This resulted in
following choices:
- Actual code is a bit brown
- Keywords and types favor blue
- Control structures use a very distinct green
- Type bounds favor brown
- Comments are readable grey
- Strings are green
- There are colors to hint very special cases, like unsafe
Of course, I also tested it with other languages, in particular: `js`, `html`, `css`,
`less`, `java`, `lua`, `php`, `bash`, `toml`, `markdown`, `protobuf`, `sql`.
The result:
