├── .gitattributes ├── .gitignore ├── Content-Bottom ├── Animated │ ├── Space.png │ ├── Space2.png │ ├── Space3.png │ ├── Space4.png │ ├── Space5.png │ ├── Space6.png │ ├── Space7.png │ └── Space8.png ├── LCARS │ └── LCARS.png └── Uniforms │ ├── Command.png │ ├── Command2.png │ ├── Ops.png │ ├── Ops2.png │ ├── Science.png │ └── Science2.png ├── Content-Top ├── LCARS │ └── LCARS.png └── Uniforms │ ├── Command.png │ ├── Command2.png │ ├── Command3.png │ ├── Command4.png │ ├── Command5.png │ ├── Ops.png │ ├── Ops2.png │ ├── Ops3.png │ ├── Ops4.png │ ├── Science.png │ ├── Science2.png │ ├── Science3.png │ └── Science4.png ├── LICENSE.md ├── Promo.png └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/.gitignore -------------------------------------------------------------------------------- /Content-Bottom/Animated/Space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Bottom/Animated/Space.png -------------------------------------------------------------------------------- /Content-Bottom/Animated/Space2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Bottom/Animated/Space2.png -------------------------------------------------------------------------------- /Content-Bottom/Animated/Space3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Bottom/Animated/Space3.png -------------------------------------------------------------------------------- /Content-Bottom/Animated/Space4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Bottom/Animated/Space4.png -------------------------------------------------------------------------------- /Content-Bottom/Animated/Space5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Bottom/Animated/Space5.png -------------------------------------------------------------------------------- /Content-Bottom/Animated/Space6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Bottom/Animated/Space6.png -------------------------------------------------------------------------------- /Content-Bottom/Animated/Space7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Bottom/Animated/Space7.png -------------------------------------------------------------------------------- /Content-Bottom/Animated/Space8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Bottom/Animated/Space8.png -------------------------------------------------------------------------------- /Content-Bottom/LCARS/LCARS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Bottom/LCARS/LCARS.png -------------------------------------------------------------------------------- /Content-Bottom/Uniforms/Command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Bottom/Uniforms/Command.png -------------------------------------------------------------------------------- /Content-Bottom/Uniforms/Command2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Bottom/Uniforms/Command2.png -------------------------------------------------------------------------------- /Content-Bottom/Uniforms/Ops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Bottom/Uniforms/Ops.png -------------------------------------------------------------------------------- /Content-Bottom/Uniforms/Ops2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Bottom/Uniforms/Ops2.png -------------------------------------------------------------------------------- /Content-Bottom/Uniforms/Science.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Bottom/Uniforms/Science.png -------------------------------------------------------------------------------- /Content-Bottom/Uniforms/Science2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Bottom/Uniforms/Science2.png -------------------------------------------------------------------------------- /Content-Top/LCARS/LCARS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Top/LCARS/LCARS.png -------------------------------------------------------------------------------- /Content-Top/Uniforms/Command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Top/Uniforms/Command.png -------------------------------------------------------------------------------- /Content-Top/Uniforms/Command2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Top/Uniforms/Command2.png -------------------------------------------------------------------------------- /Content-Top/Uniforms/Command3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Top/Uniforms/Command3.png -------------------------------------------------------------------------------- /Content-Top/Uniforms/Command4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Top/Uniforms/Command4.png -------------------------------------------------------------------------------- /Content-Top/Uniforms/Command5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Top/Uniforms/Command5.png -------------------------------------------------------------------------------- /Content-Top/Uniforms/Ops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Top/Uniforms/Ops.png -------------------------------------------------------------------------------- /Content-Top/Uniforms/Ops2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Top/Uniforms/Ops2.png -------------------------------------------------------------------------------- /Content-Top/Uniforms/Ops3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Top/Uniforms/Ops3.png -------------------------------------------------------------------------------- /Content-Top/Uniforms/Ops4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Top/Uniforms/Ops4.png -------------------------------------------------------------------------------- /Content-Top/Uniforms/Science.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Top/Uniforms/Science.png -------------------------------------------------------------------------------- /Content-Top/Uniforms/Science2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Top/Uniforms/Science2.png -------------------------------------------------------------------------------- /Content-Top/Uniforms/Science3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Top/Uniforms/Science3.png -------------------------------------------------------------------------------- /Content-Top/Uniforms/Science4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Content-Top/Uniforms/Science4.png -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Promo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/Promo.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheMartianLife/StarTrek_AppleWatchFaces/HEAD/README.md --------------------------------------------------------------------------------