Skip to content

Instantly share code, notes, and snippets.

View isabelroses's full-sized avatar
🖤

isabel isabelroses

🖤
View GitHub Profile
@isabelroses
isabelroses / gist:e611489b9a54d93df3fc1f70389b2bb7
Last active June 2, 2026 14:44
oledpuccin-userstyles.json
This file has been truncated, but you can view the full file.
[{"settings":{"updateInterval":24,"updateOnlyEnabled":true,"patchCsp":true,"editor.linter":""}},{"enabled":true,"name":"Advent Of Code Catppuccin","description":"Soothing pastel theme for Advent Of Code","author":"Catppuccin","updateUrl":null,"usercssData":{"name":"Advent Of Code Catppuccin","namespace":"github.com/catppuccin/userstyles/styles/advent-of-code","homepageURL":"https://github.com/catppuccin/userstyles/tree/main/styles/advent-of-code","version":"2025.09.06","supportURL":"https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aadvent-of-code","description":"Soothing pastel theme for Advent Of Code","author":"Catppuccin","license":"MIT","preprocessor":"less","vars":{"lightFlavor":{"type":"select","label":"Light Flavor","name":"lightFlavor","value":null,"default":"latte","options":[{"name":"latte","label":"Latte","value":"latte"},{"name":"frappe","label":"Frappé","value":"frappe"},{"name":"macchiato","label":"Macchiato","value":"macchiato"},{"name":"mocha","label":"Mocha","valu
/* 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; };
@
This file has been truncated, but you can view the full file.
structuredAttrs is enabled
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/7hz370hwsqg8g88s3y9c66wqxc31s0h9-source
source root is source
Executing cargoSetupPostUnpackHook
Finished cargoSetupPostUnpackHook
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
patching script interpreter paths in tests doc/manual
This file has been truncated, but you can view the full file.
structuredAttrs is enabled
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/7hz370hwsqg8g88s3y9c66wqxc31s0h9-source
source root is source
Executing cargoSetupPostUnpackHook
Finished cargoSetupPostUnpackHook
separate-debug-info: recording checksum of source files for debug support...
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
{ config, lib, pkgs, ... }:
{
imports = [ <nixos-wsl/modules> ];
wsl.enable = true;
wsl.defaultUser = "isabel";
networking.hostName = "valkyrie";
environment.systemPackages = [
/* ==UserStyle==
@name comfy ytm
@namespace github.com/isabelroses/comfy-ytm
@homepageURL https://github.com/isabelroses/comfy-ytm
@version 2000.01.01
@updateURL https://github.com/isabelroses/comfy-ytm/raw/main/style.user.less
@supportURL https://github.com/isabelroses/comfy-ytm/issues?q=is%3Aopen+is%3Aissue
@description Soothing pastel theme for <port-name>
@author isabel roses
@license MIT
{
lib ? import <nixpkgs/lib>,
}:
rec {
parse =
val:
let
isIPv4 = (lib.match "^([0-9]+\\.){3}[0-9]+$" val) != null;
isIpv6Localhost = (lib.match "^::1$" val) != null;
in
# try it yourself with:
# nix eval --file eval.nix config.users.users.alice --show-trace
import <nixpkgs/nixos> {
configuration =
{
lib,
pkgs,
config,
options,
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{ config, pkgs, ... }:
{
config = {
imports =
[ # Include the results of the hardware scan.
let
budgetIsDefined = value: (builtins.tryEval value).success;
in
import <nixpkgs/nixos> {
configuration =
{ config, lib, ... }:
{
imports = [
{