diff options
| author | 2014-07-09 19:39:21 +0200 | |
|---|---|---|
| committer | 2014-07-09 19:39:21 +0200 | |
| commit | c1728fe0d776ccdedc20efd3120da599ac4157ed (patch) | |
| tree | 2bf4eb750eba135dba820acef0ff18e6e7196e58 /p | |
| parent | 62dea2477715e56d604f15b7a172fa16cc7d290a (diff) | |
Coding style header.phtml + possibility to change logo
See https://github.com/marienfressinaud/FreshRSS/issues/532
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/Dark/icons/icon.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/p/themes/Dark/icons/icon.svg b/p/themes/Dark/icons/icon.svg new file mode 100644 index 000000000..4eb53dda9 --- /dev/null +++ b/p/themes/Dark/icons/icon.svg @@ -0,0 +1,12 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"> + <title>Logo FreshRSS</title> + <circle fill="#6986B2" cx="128" cy="128" r="33"/> + <g fill="none" stroke="#6986B2" stroke-width="24"> + <g stroke-opacity="0.3"> + <path d="M12,128 A116,116 0 1,1 128,244"/> + <path d="M54,128 A74,74 0 1,1 128,202"/> + </g> + <path d="M128,12 A116,116 0 0,1 244,128"/> + <path d="M128,54 A74,74 0 0,1 202,128"/> + </g> +</svg> |
