Skip to content

Instantly share code, notes, and snippets.

View Coopydood's full-sized avatar
🏍️
riding a dirtbike!

Coopydood

🏍️
riding a dirtbike!
View GitHub Profile
@Coopydood
Coopydood / HyperTerm.terminal
Created April 14, 2024 20:57
Frosted glass theme for the macOS Terminal
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BackgroundBlur</key>
<real>1</real>
<key>BackgroundColor</key>
<data>
YnBsaXN0MDDUAQIDBAUGBwpYJHZlcnNpb25ZJGFyY2hpdmVyVCR0b3BYJG9iamVjdHMS
AAGGoF8QD05TS2V5ZWRBcmNoaXZlctEICVRyb290gAGmCwwXHR4lVSRudWxs1Q0ODxAR
@Coopydood
Coopydood / DarkMenuBarDock.md
Last active April 20, 2024 18:33
Use a hybrid appearance of light mode with dark menu bar and dock on macOS Mojave and later

Dark Menu Bar and Dock on macOS Mojave and later

Okay, so I'm a bit of a macOS boomer. Having used macOS since long before Mojave's dark mode, I'm accustomed to the regular light appearance of the windows - but I always enabled the "Dark menu bar and dock" option as I loved the look. While I still like dark mode (and use it on iOS), the hybrid light/dark mode on macOS is still my favourite!

The following commands restore that functionality:

Window Server

defaults write -g NSRequiresAquaSystemAppearance -bool Yes