Skip to content

Instantly share code, notes, and snippets.

View Hexality's full-sized avatar
🍂

Hexality Hexality

🍂
View GitHub Profile
using namespace System.Windows
using namespace System.Windows.Forms
using namespace System.Drawing
Set-Alias -Name load -Value 'Add-Type'
Set-Alias -Name new -Value New-Object
load -assembly System.Windows.Forms
load -assembly System.Drawing
$a = new Form
$b = new Label
$c = new Label
@Hexality
Hexality / dracula-matrix.css
Created January 13, 2022 20:51
Element Dracula (Theme extracted from Anontier's element client)
@charset "utf-8";
@font-face {
font-family: Nunito;
font-style: normal;
font-weight: 400;
src: url(https://element.anontier.nl/../fonts/Nunito/Nunito-Regular.73a8196.ttf) format("truetype")
}
@font-face {
font-family: Nunito;