gentoo-silver xcursor theme
This commit is contained in:
parent
c03d0cc5a3
commit
4f1079cb4a
|
@ -1,2 +1,3 @@
|
|||
#include ".fonts/Xdefaults"
|
||||
#include ".urxvt/Xdefaults"
|
||||
|
||||
Xcursor.theme: gentoo-silver
|
||||
|
|
|
@ -12,6 +12,9 @@ gtk-button-images=0
|
|||
gtk-icon-theme-name= oxygen
|
||||
gtk-fallback-icon-theme=oxygen
|
||||
|
||||
gtk-cursor-theme-name = "gentoo-silver"
|
||||
gtk-cursor-theme-size = "16"
|
||||
|
||||
#gtk-xft-antialias = 1
|
||||
#gtk-xft-dpi = 90
|
||||
#gtk-xft-hinting = 1
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
# -- THEME AUTO-WRITTEN DO NOT EDIT
|
||||
include "/usr/share/themes/Equinox/gtk-2.0/gtkrc"
|
||||
|
||||
style "user-font" {
|
||||
font_name = "Liberation Sans 8"
|
||||
}
|
||||
|
||||
widget_class "*" style "user-font"
|
||||
|
||||
gtk-font-name="Liberation Sans 8"
|
||||
|
||||
gtk-theme-name = "Equinox"
|
||||
|
||||
include "/home/kolan/.gtkrc.mine"
|
||||
|
||||
gtk-cursor-theme-name = "gentoo-silver"
|
||||
gtk-cursor-theme-size = "16"
|
||||
|
||||
# -- THEME AUTO-WRITTEN DO NOT EDIT
|
Loading…
Reference in New Issue