Skip to content

Instantly share code, notes, and snippets.

@mishudark
Last active December 30, 2019 23:52
Show Gist options
  • Save mishudark/e30e5eaea61cac423ba1ea013c2dfcb7 to your computer and use it in GitHub Desktop.
Save mishudark/e30e5eaea61cac423ba1ea013c2dfcb7 to your computer and use it in GitHub Desktop.

Dark theme

nvim ~/.config/gtk-4.0/settings.ini

[Settings]
gtk-application-prefer-dark-theme=1

Set elementary-X theme

git clone https://github.com/surajmandalcell/elementary-x.git ~/.themes/elementary-x
gsettings set org.gnome.desktop.interface gtk-theme "elementary-x"
gsettings set io.elementary.terminal.settings background  'rgba(37, 46, 50, 1.0)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment