#2b2b2b — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #2b2b2b, aggregated by home.social.
-
I tried Ghostty since that's what everyone's doing today, it's really good! Defaults are very sensible, this is everything I adjusted so far:
font-family = "Fira Code Retina"
cursor-style = "block"
cursor-style-blink = false
macos-option-as-alt = true
background = "#2b2b2b"
foreground = "#e7e7e7"
shell-integration = none -
@hdv Not fixed for me. In case you missed it, I’m talking about the case when JavaScript is disabled in the browser, so the base style before the syntax highlighting library runs.
In the CSS, there is
pre[class*="language-"] {
background: #2b2b2b;
}but in the HTML, the <pre> doesn’t have any classes, so the dark background doesn’t apply.