Skip to content

Instantly share code, notes, and snippets.

View Aloso's full-sized avatar
🐥
Experimenting with OS development in Rust

Ludwig Stecher Aloso

🐥
Experimenting with OS development in Rust
View GitHub Profile
@Aloso
Aloso / lemmy-darker.css
Last active June 16, 2023 19:35
Lemmy configurable dark theme
:root {
--navbar-position: sticky; /* `sticky` or `relative` */
--max-website-width: 1300px;
--app-background: #111;
--light: #222;
--button-color: #333;
--button-focus: #444;
--gray: #888;
--text-primary: #578abf;
--text-primary-focus: #4077b1;
@Aloso
Aloso / YASON.md
Last active March 10, 2022 15:28

YASON: Yet another simple object notation

  • Backwards compatible with JSON and JSONC

  • Quotes on keys are optional if they only contain letters, digits, _, -, ., @, /

  • Commas are optional

  • Trailing commas are allowed

@Aloso
Aloso / Tests.md
Last active May 7, 2021 21:27
Test formatting

Test 1

*****Hello*world*****
*****Hello*world****
*****Hello*world***
*****Hello*world**
*****Hello*world*