├── LICENSE ├── README.md ├── media ├── milky-quartz1.png ├── milky-quartz2.png ├── preview.png ├── smoky-quartz1.png ├── smoky-quartz2.png └── thumbnail.png └── theme ├── quartz-milky.css ├── quartz-smoky.css └── quartz ├── Inconsolata-Bold.ttf ├── Inconsolata-Regular.ttf ├── LICENSE.txt ├── OFL.txt ├── Roboto-Bold.ttf ├── Roboto-BoldItalic.ttf ├── Roboto-Italic.ttf ├── Roboto-Light.ttf ├── Roboto-LightItalic.ttf └── Roboto-Regular.ttf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/README.md -------------------------------------------------------------------------------- /media/milky-quartz1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/media/milky-quartz1.png -------------------------------------------------------------------------------- /media/milky-quartz2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/media/milky-quartz2.png -------------------------------------------------------------------------------- /media/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/media/preview.png -------------------------------------------------------------------------------- /media/smoky-quartz1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/media/smoky-quartz1.png -------------------------------------------------------------------------------- /media/smoky-quartz2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/media/smoky-quartz2.png -------------------------------------------------------------------------------- /media/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/media/thumbnail.png -------------------------------------------------------------------------------- /theme/quartz-milky.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/theme/quartz-milky.css -------------------------------------------------------------------------------- /theme/quartz-smoky.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/theme/quartz-smoky.css -------------------------------------------------------------------------------- /theme/quartz/Inconsolata-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/theme/quartz/Inconsolata-Bold.ttf -------------------------------------------------------------------------------- /theme/quartz/Inconsolata-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/theme/quartz/Inconsolata-Regular.ttf -------------------------------------------------------------------------------- /theme/quartz/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/theme/quartz/LICENSE.txt -------------------------------------------------------------------------------- /theme/quartz/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/theme/quartz/OFL.txt -------------------------------------------------------------------------------- /theme/quartz/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/theme/quartz/Roboto-Bold.ttf -------------------------------------------------------------------------------- /theme/quartz/Roboto-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/theme/quartz/Roboto-BoldItalic.ttf -------------------------------------------------------------------------------- /theme/quartz/Roboto-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/theme/quartz/Roboto-Italic.ttf -------------------------------------------------------------------------------- /theme/quartz/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/theme/quartz/Roboto-Light.ttf -------------------------------------------------------------------------------- /theme/quartz/Roboto-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/theme/quartz/Roboto-LightItalic.ttf -------------------------------------------------------------------------------- /theme/quartz/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/troennes/quartz-theme-typora/HEAD/theme/quartz/Roboto-Regular.ttf --------------------------------------------------------------------------------