Created
January 15, 2017 19:42
-
-
Save patrys/ab12493535d4f8f3f44ef1e6e557bf05 to your computer and use it in GitHub Desktop.
Prettier GNOME
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ~/.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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ~/.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