feat(themes): Photon (dark and light) (#12)

This commit is contained in:
Sorin Davidoi 2017-11-22 17:56:15 +01:00 committed by Nolan Lawson
parent 4370a273b3
commit 5c98479d1a
5 changed files with 134 additions and 0 deletions

View file

@ -1615,6 +1615,8 @@ en:
mastodon-light: Mastodon (Light)
win95: "Windows 95"
paris: "Paris mon Amour"
photon_dark: "Photon (Dark)"
photon_light: "Photon (Light)"
time:
formats:
default: "%b %d, %Y, %H:%M"

View file

@ -4,3 +4,5 @@ contrast: styles/contrast.scss
mastodon-light: styles/mastodon-light.scss
win95: styles/win95.scss # via https://github.com/cybrespace/mastodon
paris: styles/paris.scss # via https://github.com/ashfurrow/mastodon/pull/1
photon_light: styles/photon_light.scss
photon_dark: styles/photon_dark.scss