Skip to content

Instantly share code, notes, and snippets.

View vivgui's full-sized avatar

Vivian Guillen vivgui

View GitHub Profile
@vivgui
vivgui / starship.toml
Created October 4, 2025 06:41
starship
add_newline = false
# A minimal left prompt
format = """$directory$character """
palette = "catppuccin_mocha"
# move the rest of the prompt to the right
right_format = """$all"""
command_timeout = 1000
[nodejs]
symbol = " "
@vivgui
vivgui / bigger-tailwindcss-spacing-scale.js
Last active August 28, 2023 21:55
Here's a bigger spacing scale for TailwindCSS.
spacing: {
"13": '3.25rem',
"15": '3.75rem',
"17": '4.25rem',
"18": '4.5rem',
"19": '4.75rem',
"76": "19rem",
"84": "21rem",
"88": "22rem",
"92": "23rem",