Skip to content

Instantly share code, notes, and snippets.

View ltrademark's full-sized avatar
👨‍💻
Working from home

Leo H. ltrademark

👨‍💻
Working from home
View GitHub Profile
@ltrademark
ltrademark / knowm.theme.css
Last active May 1, 2024 21:19
a Vencord theme
/**
* @name Discord Gnome
* @author @Ltrademark
* @version 1.0.0
* @description A gnome-like theme, adapted from another CSS file i found online. This is mostly used for testing purposes with Vencord.
*/
.theme-light,
.theme-dark {
@ltrademark
ltrademark / Firefox_extensions.md
Last active May 28, 2024 16:57
Standard Browser Setup (SBS)

Browser Tools (or extensions)

Assuming you went with Firefox (which is the superior option), here are a list of useful extensions to utilize along with your browsing experience!

legend

Definition
❇️ Highly Recommended
💟 Quality-of-life improvement
🟧 Optional
@ltrademark
ltrademark / ReadMe.md
Last active December 28, 2022 21:15
Flipperzero: How to make Screen Animations

Flipper zero Badgeles

How To Make & compile Animations

Making screen animations on the flipper is pretty straight forward once you understand some basics. As far as i've tried, there are no frame limitations to compiling an animation, however, for the sake of the aesthetic, and screen hardware on the flipper zero, 12fps is often best. I've also found that 8fps with around 26 total frames is a pretty cozy workspace.

Disclaimer: This has only been done & tested on a Windows Machine, so the compilation method is set in Powershell.

Getting Started

@ltrademark
ltrademark / zicon.vue
Created June 1, 2022 17:07
A simple icon template to use in a vue project. Pulls content from the SVG in a sub-direectory and insterts it into the item.
<template>
<div class="z-icon" v-html="require(`./icons/${this.fixedName}.svg?raw`)"></div>
</template>
<script>
export default {
props: {
name: {
type: String
}
},
@ltrademark
ltrademark / userChrome.css
Last active January 22, 2024 00:47
Firefox Userchrome
/*
~~BlackFox~~
@Ltrademark */
* {
/* -------------------- 🎨 Customization 🎨 -------------------- */
--accent: #15e;
--border-radius: 0;
--tab-corner-rounding: var(--border-radius, 5px);
--button-corner-rounding: var(--border-radius, 4px);
@ltrademark
ltrademark / sideberry.css
Created May 15, 2022 03:50
sideberry styles
#root,
#root[data-style="auto"] {
--accent: #15e;
--container-dot: 6px;
--nav-btn-size: 32px;
--tabs-fg: #fff;
--tabs-fg-hover: #eee;
--tabs-bg-hover: rgba(255,255,255,0.1);
--tabs-selected-bg: var(--accent);
@ltrademark
ltrademark / bannerimg-figma.jpg
Last active May 3, 2022 16:57
Content dump test
bannerimg-figma.jpg
@ltrademark
ltrademark / business_card
Last active April 2, 2021 15:43
curlable card from ltmbc-curl.glitch.me
╭──────────────────────────────────────────────────╮
│ │
│(B ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ │
│(B █ █ │
│(B ▀ ▄▄▄ ▄ ▄ █ │
│(B █ █ █▀▄▀█ █ │
│(B █ █ █ █ █ │
│(B █ █ │
│(B █▄▄▄ ▄▄▄▄▄▄▄▄▄█ │
@ltrademark
ltrademark / theme.js
Created March 26, 2021 16:42
Round 1 @ theming
export const theme = {
name: "LTM - CYB",
space: [],
colors: {
"primary-blues": [
"hsl(233.69,100%,29.43%)",
"hsl(226.5,100%,35.72%)",
"hsl(221.75,100%,41.55%)",
"hsl(221.54,86.67%,50%)",
],
@ltrademark
ltrademark / DISCORD_FIX--WINDOWS10.MD
Last active January 13, 2021 18:59
quick set-up how-to and settings dump for fixing the abysmal experience for discord on windows 10.