├── .gitattributes ├── .gitignore ├── LICENSE ├── bin ├── Apple_Spark.json ├── Blue Heart.json ├── Chalk and Coal.json ├── Colorful Grey dark heart.json ├── Colorful Grey heart.json ├── Dark Blue.json ├── Dark Purple.json ├── Dark_NP.json ├── Freestraction Simplified Dark.json ├── Freestraction Simplified Light.json ├── Gryffindor MacOS.json ├── Gryffindor iOS.json ├── Light_NP.json ├── NPEdit.json ├── Nandor.json ├── Nord.json ├── Nord_Polar_Day.json ├── Nord_Polar_Night.json ├── Noteworthy.json ├── Noteworthy_Nord.json ├── Noteworthy_Nord_Dark.json ├── Outrun.json ├── Panda Dark.json ├── Panda.json ├── Purple Heart.json ├── Rose Pine Dawn.json ├── Rose Pine.json ├── Scripture Night.json ├── Scripture.json ├── Soft Blue.json ├── Soft Contrast Dark.json ├── Soft Contrast Light.json ├── Squid Ink Light.json ├── Squid Ink.json ├── The Thymes.json ├── Things Dark.json ├── Things.json ├── Tomorrow Night.json ├── Toothpaste Pro.json ├── WikiWords.json ├── atom-theme.json ├── danny_wyatt.json ├── day-one-dark.json ├── day-one-light.json ├── fangbleach.json ├── fangpaste.json ├── rB One.json └── subdued.json ├── contributing.md ├── img ├── NPEdit.png ├── applespark.png ├── atom.png ├── blueheart.png ├── chalkandcoal.png ├── colorfulgreydarkheart.png ├── colorfulgreyheart.png ├── danny_wyatt.png ├── darkblue.png ├── darknp.png ├── darkpurple.png ├── dayone.png ├── dayonedark.png ├── fangbleach.png ├── fangpaste.png ├── freestraction.png ├── freestractiondark.png ├── gryffindorios.png ├── gryffindormacos.png ├── lightnp.png ├── nandor.png ├── nord.png ├── nordpolarday.png ├── nordpolarnight.png ├── noteworthy-nord-dark.png ├── noteworthy-nord.png ├── noteworthy.png ├── outrun.png ├── panda.png ├── pandadark.png ├── purpleheart.png ├── rbone.png ├── rose-pine-dawn.png ├── rose-pine.png ├── scripture.png ├── scripturedark.png ├── softblue.png ├── softcontrastdark.png ├── softcontrastlight.png ├── squidink.png ├── squidinklight.png ├── subdued.png ├── thethymes.png ├── things.png ├── thingsdark.png ├── tomorrownight.png ├── toothpastepro.png └── wikiwords.png ├── readme.md ├── src ├── Tomorrow Night.json ├── toothbleach.json └── toothpaste.json └── theme test note.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/LICENSE -------------------------------------------------------------------------------- /bin/Apple_Spark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Apple_Spark.json -------------------------------------------------------------------------------- /bin/Blue Heart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Blue Heart.json -------------------------------------------------------------------------------- /bin/Chalk and Coal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Chalk and Coal.json -------------------------------------------------------------------------------- /bin/Colorful Grey dark heart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Colorful Grey dark heart.json -------------------------------------------------------------------------------- /bin/Colorful Grey heart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Colorful Grey heart.json -------------------------------------------------------------------------------- /bin/Dark Blue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Dark Blue.json -------------------------------------------------------------------------------- /bin/Dark Purple.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Dark Purple.json -------------------------------------------------------------------------------- /bin/Dark_NP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Dark_NP.json -------------------------------------------------------------------------------- /bin/Freestraction Simplified Dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Freestraction Simplified Dark.json -------------------------------------------------------------------------------- /bin/Freestraction Simplified Light.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Freestraction Simplified Light.json -------------------------------------------------------------------------------- /bin/Gryffindor MacOS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Gryffindor MacOS.json -------------------------------------------------------------------------------- /bin/Gryffindor iOS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Gryffindor iOS.json -------------------------------------------------------------------------------- /bin/Light_NP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Light_NP.json -------------------------------------------------------------------------------- /bin/NPEdit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/NPEdit.json -------------------------------------------------------------------------------- /bin/Nandor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Nandor.json -------------------------------------------------------------------------------- /bin/Nord.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Nord.json -------------------------------------------------------------------------------- /bin/Nord_Polar_Day.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Nord_Polar_Day.json -------------------------------------------------------------------------------- /bin/Nord_Polar_Night.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Nord_Polar_Night.json -------------------------------------------------------------------------------- /bin/Noteworthy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Noteworthy.json -------------------------------------------------------------------------------- /bin/Noteworthy_Nord.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Noteworthy_Nord.json -------------------------------------------------------------------------------- /bin/Noteworthy_Nord_Dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Noteworthy_Nord_Dark.json -------------------------------------------------------------------------------- /bin/Outrun.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Outrun.json -------------------------------------------------------------------------------- /bin/Panda Dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Panda Dark.json -------------------------------------------------------------------------------- /bin/Panda.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Panda.json -------------------------------------------------------------------------------- /bin/Purple Heart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Purple Heart.json -------------------------------------------------------------------------------- /bin/Rose Pine Dawn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Rose Pine Dawn.json -------------------------------------------------------------------------------- /bin/Rose Pine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Rose Pine.json -------------------------------------------------------------------------------- /bin/Scripture Night.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Scripture Night.json -------------------------------------------------------------------------------- /bin/Scripture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Scripture.json -------------------------------------------------------------------------------- /bin/Soft Blue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Soft Blue.json -------------------------------------------------------------------------------- /bin/Soft Contrast Dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Soft Contrast Dark.json -------------------------------------------------------------------------------- /bin/Soft Contrast Light.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Soft Contrast Light.json -------------------------------------------------------------------------------- /bin/Squid Ink Light.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Squid Ink Light.json -------------------------------------------------------------------------------- /bin/Squid Ink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Squid Ink.json -------------------------------------------------------------------------------- /bin/The Thymes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/The Thymes.json -------------------------------------------------------------------------------- /bin/Things Dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Things Dark.json -------------------------------------------------------------------------------- /bin/Things.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Things.json -------------------------------------------------------------------------------- /bin/Tomorrow Night.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Tomorrow Night.json -------------------------------------------------------------------------------- /bin/Toothpaste Pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/Toothpaste Pro.json -------------------------------------------------------------------------------- /bin/WikiWords.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/WikiWords.json -------------------------------------------------------------------------------- /bin/atom-theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/atom-theme.json -------------------------------------------------------------------------------- /bin/danny_wyatt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/danny_wyatt.json -------------------------------------------------------------------------------- /bin/day-one-dark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/day-one-dark.json -------------------------------------------------------------------------------- /bin/day-one-light.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/day-one-light.json -------------------------------------------------------------------------------- /bin/fangbleach.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/fangbleach.json -------------------------------------------------------------------------------- /bin/fangpaste.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/fangpaste.json -------------------------------------------------------------------------------- /bin/rB One.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/rB One.json -------------------------------------------------------------------------------- /bin/subdued.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/bin/subdued.json -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/contributing.md -------------------------------------------------------------------------------- /img/NPEdit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/NPEdit.png -------------------------------------------------------------------------------- /img/applespark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/applespark.png -------------------------------------------------------------------------------- /img/atom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/atom.png -------------------------------------------------------------------------------- /img/blueheart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/blueheart.png -------------------------------------------------------------------------------- /img/chalkandcoal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/chalkandcoal.png -------------------------------------------------------------------------------- /img/colorfulgreydarkheart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/colorfulgreydarkheart.png -------------------------------------------------------------------------------- /img/colorfulgreyheart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/colorfulgreyheart.png -------------------------------------------------------------------------------- /img/danny_wyatt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/danny_wyatt.png -------------------------------------------------------------------------------- /img/darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/darkblue.png -------------------------------------------------------------------------------- /img/darknp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/darknp.png -------------------------------------------------------------------------------- /img/darkpurple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/darkpurple.png -------------------------------------------------------------------------------- /img/dayone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/dayone.png -------------------------------------------------------------------------------- /img/dayonedark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/dayonedark.png -------------------------------------------------------------------------------- /img/fangbleach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/fangbleach.png -------------------------------------------------------------------------------- /img/fangpaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/fangpaste.png -------------------------------------------------------------------------------- /img/freestraction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/freestraction.png -------------------------------------------------------------------------------- /img/freestractiondark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/freestractiondark.png -------------------------------------------------------------------------------- /img/gryffindorios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/gryffindorios.png -------------------------------------------------------------------------------- /img/gryffindormacos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/gryffindormacos.png -------------------------------------------------------------------------------- /img/lightnp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/lightnp.png -------------------------------------------------------------------------------- /img/nandor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/nandor.png -------------------------------------------------------------------------------- /img/nord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/nord.png -------------------------------------------------------------------------------- /img/nordpolarday.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/nordpolarday.png -------------------------------------------------------------------------------- /img/nordpolarnight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/nordpolarnight.png -------------------------------------------------------------------------------- /img/noteworthy-nord-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/noteworthy-nord-dark.png -------------------------------------------------------------------------------- /img/noteworthy-nord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/noteworthy-nord.png -------------------------------------------------------------------------------- /img/noteworthy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/noteworthy.png -------------------------------------------------------------------------------- /img/outrun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/outrun.png -------------------------------------------------------------------------------- /img/panda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/panda.png -------------------------------------------------------------------------------- /img/pandadark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/pandadark.png -------------------------------------------------------------------------------- /img/purpleheart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/purpleheart.png -------------------------------------------------------------------------------- /img/rbone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/rbone.png -------------------------------------------------------------------------------- /img/rose-pine-dawn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/rose-pine-dawn.png -------------------------------------------------------------------------------- /img/rose-pine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/rose-pine.png -------------------------------------------------------------------------------- /img/scripture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/scripture.png -------------------------------------------------------------------------------- /img/scripturedark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/scripturedark.png -------------------------------------------------------------------------------- /img/softblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/softblue.png -------------------------------------------------------------------------------- /img/softcontrastdark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/softcontrastdark.png -------------------------------------------------------------------------------- /img/softcontrastlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/softcontrastlight.png -------------------------------------------------------------------------------- /img/squidink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/squidink.png -------------------------------------------------------------------------------- /img/squidinklight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/squidinklight.png -------------------------------------------------------------------------------- /img/subdued.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/subdued.png -------------------------------------------------------------------------------- /img/thethymes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/thethymes.png -------------------------------------------------------------------------------- /img/things.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/things.png -------------------------------------------------------------------------------- /img/thingsdark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/thingsdark.png -------------------------------------------------------------------------------- /img/tomorrownight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/tomorrownight.png -------------------------------------------------------------------------------- /img/toothpastepro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/toothpastepro.png -------------------------------------------------------------------------------- /img/wikiwords.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/img/wikiwords.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/readme.md -------------------------------------------------------------------------------- /src/Tomorrow Night.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/src/Tomorrow Night.json -------------------------------------------------------------------------------- /src/toothbleach.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/src/toothbleach.json -------------------------------------------------------------------------------- /src/toothpaste.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/src/toothpaste.json -------------------------------------------------------------------------------- /theme test note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brokosz/NotePlan_Themes/HEAD/theme test note.md --------------------------------------------------------------------------------