Skip to content

Instantly share code, notes, and snippets.

View PublicVoidUpdate's full-sized avatar
🙃
Pain

Public Void Start PublicVoidUpdate

🙃
Pain
View GitHub Profile
@tribut
tribut / VirtualBox
Created July 5, 2019 10:02
Workaround for VirtualBox and dark mode themes
#!/bin/sh
# This is a workaround for Virtualbox drawing white text on light background
# when using dark mode, see https://www.virtualbox.org/ticket/18258
exec "$(which -a VirtualBox | grep -v "$(readlink -e "$0")" | head -n1)" -style Fusion "$@"