Skip to content

Instantly share code, notes, and snippets.

View montybytes's full-sized avatar

Montell Muturi montybytes

  • Colchester, UK
  • 19:29 (UTC +01:00)
View GitHub Profile
@montybytes
montybytes / FigmaYaruDark.json
Last active March 2, 2023 18:06
Figma Yaru Dark Theme
{
"name": "Yaru Dark",
"author": "Monty",
"palette": {
"text": "#f5f5f5",
"textActive": "#ffffff",
"textDisabled": "#b3b3b3",
"borders": "#404040",
"bgPanel": "#343434",
"bgPanelHover": "#3a3a3a",
@montybytes
montybytes / macOS-userChrome.css
Last active August 1, 2023 06:02
Safari-like Firefox UI (no tabs)
:root {
--tab-border-radius: 6px !important;
--toolbarbutton-border-radius: 6px !important;
--toolbarbutton-inner-padding: 6px !important;
}
toolbar {
--toolbarbutton-inner-padding: 6px !important;
}