This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GIMP Palette | |
| Name: CSS | |
| Columns: 3 | |
| # | |
| 0 0 0 black | |
| 192 192 192 silver | |
| 128 128 128 gray | |
| 255 255 255 white | |
| 128 0 0 maroon | |
| 255 0 0 red |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GIMP Palette | |
| Name: Open Color | |
| Columns: 3 | |
| # | |
| 255 255 255 white | |
| 0 0 0 black | |
| 248 249 250 gray 0 | |
| 241 243 245 gray 1 | |
| 233 236 239 gray 2 | |
| 222 226 230 gray 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -e | |
| me=${0##*/} | |
| cache=${XDG_CACHE_HOME:-$HOME/.cache}/$me | |
| config=${XDG_CONFIG_HOME:-$HOME/.config}/$me | |
| urls=$config/urls |
OlderNewer