Skip to content

Instantly share code, notes, and snippets.

View Schneegans's full-sized avatar
🥧
I like pies!

Simon Schneegans Schneegans

🥧
I like pies!
View GitHub Profile
@Schneegans
Schneegans / index.html
Created March 9, 2024 08:31
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'">
<link href="./styles.css" rel="stylesheet">
<title>Hello World!</title>
</head>
<body>
@Schneegans
Schneegans / index.html
Created May 16, 2024 17:17
Transparent-Window-Test
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'">
<link href="./styles.css" rel="stylesheet">
<title>Hello World!</title>
</head>
<body>
@Schneegans
Schneegans / Catppuccin.xml
Created September 2, 2024 18:05
Blender Catppuccin Theme
<bpy>
<Theme>
<user_interface>
<ThemeUserInterface
menu_shadow_fac="0.4"
menu_shadow_width="2"
icon_alpha="1"
icon_saturation="0.5"
widget_emboss="#00000026"
editor_outline="#000000"