Skip to content

Instantly share code, notes, and snippets.

View altacountbabi's full-sized avatar

Whoman altacountbabi

  • 05:39 (UTC +03:00)
View GitHub Profile
@altacountbabi
altacountbabi / lib.less
Created April 17, 2026 16:26
catppuccin userstyle lib
/* deno-fmt-ignore */
@catppuccin: {
@latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };
@frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };
@
{
"name": "Material You Green",
"description": "A Material You inspired theme with green/cyan accent colors",
"authors": [
{
"name": "Material You"
}
],
"semanticColors": {
"ANDROID_RIPPLE": [
{
"name": "Dark Green",
"description": "Dark green theme",
"authors": [
{
"name": "Whoman"
}
],
"semanticColors": {
"ANDROID_RIPPLE": [
@altacountbabi
altacountbabi / gtk-smooth-scrolling.patch
Created May 3, 2025 17:14
A patch for gtk4 to add basic interpolation between scrolls
diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c
index f1b5b5112e0455d650fda8aed2c0ecf634ea94e7..252be9e2c217102e4e0e150b6bbd28b3ff9eb420 100644
--- a/gtk/gtkscrolledwindow.c
+++ b/gtk/gtkscrolledwindow.c
@@ -1207,23 +1207,12 @@ check_update_scrollbar_proximity (GtkScrolledWindow *sw,
}
static double
-get_wheel_detent_scroll_step (GtkScrolledWindow *sw,
- GtkOrientation orientation)
@altacountbabi
altacountbabi / shell.nix
Created April 22, 2025 08:51
LLVM nix shell
{
pkgs ? import <nixpkgs> { },
...
}:
let
llvm = pkgs.llvmPackages_18;
in
pkgs.mkShell {
buildInputs = [
@altacountbabi
altacountbabi / style.css
Last active June 12, 2025 15:50
Discord QuickCSS
:root {
--custom-app-top-bar-height: 0px;
}
button[aria-label="Send a gift"],
div[aria-label="Start Video Call"],
div[aria-label*="Show User Profile"],
a[href="https://support.discord.com"],
section[aria-label="Channel header"] > div > div > div[class*="divider"],
section[aria-label="Channel header"] > div > div > div[class*="nicknames"],