Skip to content

Instantly share code, notes, and snippets.

@patrys
Created January 15, 2017 19:42
Show Gist options
  • Save patrys/ab12493535d4f8f3f44ef1e6e557bf05 to your computer and use it in GitHub Desktop.
Save patrys/ab12493535d4f8f3f44ef1e6e557bf05 to your computer and use it in GitHub Desktop.
Prettier GNOME
/* ~/.themes/YourTheme/gnome-shell/gnome-shell.css */
stage {
font-family: "System Font";
}
#panel {
font-weight: normal;
}
#panel .panel-button {
color: #ffffff;
font-weight: normal;
}
#panel .panel-button .popup-menu-arrow {
width: 0;
}
#panel #appMenu {
font-weight: bold;
}
/* ~/.config/gtk-3.0/gtk.css */
terminal-window vte-terminal {
padding: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment