John Gardner
John Gardner
👋 Hey @Tobias-Pe, sorry for the lack of response. I _do_ plan on getting around to this (eventually…), but it'll need to wait until I've finished a messy migration that's...
That's just the colour applied by your syntax theme. You can tweak it using [your stylesheet](https://flight-manual.atom.io/using-atom/sections/basic-customization/#style-tweaks): ~~~less .syntax--text.syntax--restructuredtext{ /* Replace “#cca” with whatever colour you prefer */ color: #cca; }...
🤔 I'm wondering if I shouldn't just merge Monaco on top of Menlo, replacing every glyph that _is_ defined with those that are present in Monaco. I could even limit...
All good, I'll just implement an option to specify a file containing characters that FontForge ought to replace when merging. Might as well add one to specify the glyphs as...
> I found a project that has generated bold and italic version of Monaco: https://github.com/cseelus/monego. Supporting that is out-of-scope for this project, I'm afraid. You're better off requesting that @cseelus...
None of those packages appear to have conflicts with this one. 🤔 All that `language-restructuredtext` really does is provide syntax highlighting and snippets for reStructuredText files; it doesn't have anything...
Maintainer of `file-icons` here. =) It might please you to know that the `file-icons` package [now supports](https://github.com/file-icons/atom/blob/9cbd7f7/config.cson#L3820-L3824) Solidity files with a [dedicated icon](https://github.com/file-icons/source/blob/master/charmap.md#Solidity), as of [`v2.1.8`](https://github.com/file-icons/atom/releases/tag/v2.1.8) (which was actually released...
You're most perfectly welcome, mate. :)
@caktux Is this repository still maintained?
I'd like to say _“you can use your [stylesheet](https://flight-manual.atom.io/using-atom/sections/basic-customization/#style-tweaks)”_, but it turns out that adding a background colour to certain lines in Atom is more complicated than simply dropping this...