Guest User

Faience theme on gnome-3.8

a guest
Apr 17th, 2013
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. diff -aur Faience.orig/gnome-shell/gnome-shell.css Faience/gnome-shell/gnome-shell.css
  2. --- Faience.orig/gnome-shell/gnome-shell.css    2013-04-17 23:15:54.025809214 +0200
  3. +++ Faience/gnome-shell/gnome-shell.css 2013-04-17 22:58:51.411349000 +0200
  4. @@ -1049,6 +1049,14 @@
  5.      spacing: 20px;
  6.  }
  7.  
  8. +.app-view-controls {
  9. +    width: 270px;
  10. +    padding-bottom: 32px;
  11. +    color: #fff;
  12. +    font-size: .9em;
  13. +    text-shadow: 0px 1px 3px 0px rgba(0,0,0,1.0);
  14. +}
  15. +
  16.  .all-app:rtl {
  17.      padding-right: 16px;
  18.      padding-left: 25px;
  19. diff -aur Faience.orig/gtk-3.0/gtk-widgets.css Faience/gtk-3.0/gtk-widgets.css
  20. --- Faience.orig/gtk-3.0/gtk-widgets.css    2013-04-17 23:16:06.949072536 +0200
  21. +++ Faience/gtk-3.0/gtk-widgets.css 2013-04-17 22:46:49.051929000 +0200
  22. @@ -72,7 +72,7 @@
  23.  * {
  24.      /* inherit the color from parent by default */
  25.      color: inherit;
  26. -    background-color: @theme_bg_color;
  27. +    /*background-color: @theme_bg_color;*/
  28.  }
  29.  
  30.  GtkWindow {
Add Comment
Please, Sign In to add comment