[ create a new paste ] login | about

Link: http://codepad.org/TzYIyczv    [ raw code | fork ]

Plain Text, pasted on Aug 7:
include "/usr/share/themes/Breath/gtk-2.0/gtkrc"
style "user-font" 
{
	font_name="Noto Sans Regular"
}
style "panel"
{
  bg[NORMAL] = "#000000"
  bg[PRELIGHT] = "#222222"
  bg[ACTIVE] = "#333333"
  fg[ACTIVE] = "#CCCCCC"
  fg[NORMAL] = "#777777"
  fg[PRELIGHT] = "#FFFFFF"
}

widget_class "*Panel*"      style "panel"
widget "*Panel*"            style "panel"
class "*Panel*"             style "panel"

style "darkback"
{
   bg[NORMAL] = "#404040"
   bg[ACTIVE] = "#606060"
   bg[PRELIGHT] = "#808080"
   fg[NORMAL] = "#ccc"
   fg[ACTIVE] = "#fff"
   fg[PRELIGHT] = "#fff"
}
widget "whiskermenu-window*" style "darkback"

style "darktree"
{
   base[NORMAL] = "#404040"
   base[ACTIVE] = "#606060"
   text[NORMAL] = "#ccc"
   text[ACTIVE] = "#fff"
}
widget "whiskermenu-window*TreeView*" style "darktree"

widget_class "*" style "user-font"
gtk-font-name="Noto Sans Regular 10"
gtk-theme-name="Breath"
gtk-icon-theme-name="maia"
gtk-fallback-icon-theme="hicolor"
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-menu-images=1
gtk-button-images=1



Create a new paste based on this one


Comments: