- Open Atom
- Click the Atom > Open Your Stylesheet menu item
- Paste code below
.editor .markup.underline.link.hyperlink {
color: #F9EE98;
text-decoration: underline;
}.editor .markup.underline.link.hyperlink {
color: #F9EE98;
text-decoration: underline;
}| #!/usr/bin/env coffee | |
| fs = require 'fs' | |
| log = fs.readFileSync('log.txt', 'utf8') | |
| lines = log.split('\n') | |
| lines = lines.filter (line) -> not /\thas entered the room$/.test(line) | |
| lines = lines.filter (line) -> not /\thas left the room$/.test(line) |
| node_modules |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Vibrancy Example</title> | |
| <style> | |
| * { | |
| color: rgba(100, 100, 100, 0.9); | |
| } | |
| h1 { |
token = aio_XoSD69IcBnZXuIaRrpgQPgx5yBWw