Fix a view things in rx/
39c4947929226ca1590e2ccecba032a4047e4a5f
1 parent
dbf970bf
rx/index.html
+4 -4
| 1 | 1 | <!doctype html> |
|
| 2 | 2 | <html lang="en"> |
|
| 3 | 3 | <head> |
|
| 4 | 4 | <title>rx — a minimalist and extensible pixel editor</title> |
|
| 5 | 5 | <meta http-equiv="content-type" content="text/html;charset=utf-8"> |
|
| 6 | - | <meta name=”viewport” content=”width=device-width, initial-scale=1″> |
|
| 6 | + | <meta name="viewport" content="width=device-width, initial-scale=1"> |
|
| 7 | 7 | ||
| 8 | 8 | <style> |
|
| 9 | 9 | * { |
|
| 10 | 10 | box-sizing: border-box; |
|
| 11 | 11 | } |
| 193 | 193 | <h3>macOS</h3> |
|
| 194 | 194 | <div class="cli"><code>$ cargo install --git https://github.com/cloudhead/rx --locked --features metal</code></div> |
|
| 195 | 195 | <h3>Windows (untested)</h3> |
|
| 196 | 196 | <div class="cli"><code>$ cargo install --git https://github.com/cloudhead/rx --locked --features dx12</code></div> |
|
| 197 | 197 | <br/> |
|
| 198 | - | <p>You'll then have to copy the palettes from the repository's <strong>config/</strong> folder to |
|
| 199 | - | <strong>~/.config/rx/palettes</strong>. Only <strong>sweetie16.palette</strong> is required with the default |
|
| 200 | - | configuration.</p> |
|
| 198 | + | <p>You'll then have to copy <a href="palettes/sweetie16.palette">sweetie16.palette</a>, |
|
| 199 | + | the default palette to <strong>~/.config/rx/palettes</strong>. |
|
| 200 | + | Other palettes are also available <a href="palettes/">here</a>, and you can create your own. |
|
| 201 | 201 | </section> |
|
| 202 | 202 | ||
| 203 | 203 | <section> |
|
| 204 | 204 | <h2>CONTRIBUTE</h2> |
|
| 205 | 205 | The source code is available at <a |
rx/palettes/index.html
+4 -0
| 44 | 44 | ||
| 45 | 45 | ::selection { |
|
| 46 | 46 | background: #999999; |
|
| 47 | 47 | } |
|
| 48 | 48 | ||
| 49 | + | .title { |
|
| 50 | + | text-align: center; |
|
| 51 | + | } |
|
| 52 | + | ||
| 49 | 53 | .subtitle, .version { |
|
| 50 | 54 | text-align: center; |
|
| 51 | 55 | margin: 0; |
|
| 52 | 56 | } |
|
| 53 | 57 |