Add configuration for gtk-theme of kde
This commit is contained in:
parent
e54c54e304
commit
88507ff850
2 changed files with 32 additions and 0 deletions
16
graphic/.gtkrc-2.0
Normal file
16
graphic/.gtkrc-2.0
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# File created by KDE Gtk Config
|
||||||
|
# Configs for GTK2 programs
|
||||||
|
|
||||||
|
include "/usr/share/themes/Numix Daily/gtk-2.0/gtkrc"
|
||||||
|
style "user-font"
|
||||||
|
{
|
||||||
|
font_name="Ubuntu Medium"
|
||||||
|
}
|
||||||
|
widget_class "*" style "user-font"
|
||||||
|
gtk-font-name="Ubuntu Medium 9"
|
||||||
|
gtk-theme-name="Numix Daily"
|
||||||
|
gtk-icon-theme-name="Numix"
|
||||||
|
gtk-fallback-icon-theme="Mint-X"
|
||||||
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
|
gtk-menu-images=1
|
||||||
|
gtk-button-images=1
|
16
graphic/.gtkrc-2.0-kde4
Normal file
16
graphic/.gtkrc-2.0-kde4
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# File created by KDE Gtk Config
|
||||||
|
# Configs for GTK2 programs
|
||||||
|
|
||||||
|
include "/usr/share/themes/Numix Daily/gtk-2.0/gtkrc"
|
||||||
|
style "user-font"
|
||||||
|
{
|
||||||
|
font_name="Ubuntu Medium"
|
||||||
|
}
|
||||||
|
widget_class "*" style "user-font"
|
||||||
|
gtk-font-name="Ubuntu Medium 9"
|
||||||
|
gtk-theme-name="Numix Daily"
|
||||||
|
gtk-icon-theme-name="Numix"
|
||||||
|
gtk-fallback-icon-theme="Mint-X"
|
||||||
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
|
gtk-menu-images=1
|
||||||
|
gtk-button-images=1
|
Loading…
Reference in a new issue