├── LICENSE ├── README.md ├── screenshots ├── code-dark.png ├── code-light.png ├── empty-dark.png └── empty-light.png └── src └── settings.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zepfietje/minimal-code/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zepfietje/minimal-code/HEAD/README.md -------------------------------------------------------------------------------- /screenshots/code-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zepfietje/minimal-code/HEAD/screenshots/code-dark.png -------------------------------------------------------------------------------- /screenshots/code-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zepfietje/minimal-code/HEAD/screenshots/code-light.png -------------------------------------------------------------------------------- /screenshots/empty-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zepfietje/minimal-code/HEAD/screenshots/empty-dark.png -------------------------------------------------------------------------------- /screenshots/empty-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zepfietje/minimal-code/HEAD/screenshots/empty-light.png -------------------------------------------------------------------------------- /src/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zepfietje/minimal-code/HEAD/src/settings.json --------------------------------------------------------------------------------