Skip to content

Instantly share code, notes, and snippets.

@thijstijsma
thijstijsma / Theme.json
Created August 14, 2021 11:04
Oh My Posh Theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#ffe9aa",
"foreground": "#100e23",
"powerline_symbol": "",
@thijstijsma
thijstijsma / Pages\_Host.cshtml
Last active June 20, 2020 07:47
Blazor Hot Reload
<script src="_framework/blazor.server.js"></script>
<!-- Make sure you place it after the include for blazor.server.js -->
<environment include="Development">
<script src="~/Scripts/HotReload.js"></script>
</environment>