diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-01-14 22:45:18 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-14 22:45:18 +0800 |
commit | 7b589d33e382cbb23929e2eef4fb90d5cc381dea (patch) | |
tree | ffe064919a221d21fe7c65bad135321e0d75aa37 | |
parent | 4e11bdacaab15ef8f6780ecb9521d76f1db81423 (diff) | |
download | dotfiles-7b589d33e382cbb23929e2eef4fb90d5cc381dea.tar.bz2 |
Delete `gtkrc-2.0` & `gtkrc.mine`
-rw-r--r-- | _gtkrc-2.0 | 8 | ||||
-rw-r--r-- | _gtkrc.mine | 25 |
2 files changed, 0 insertions, 33 deletions
diff --git a/_gtkrc-2.0 b/_gtkrc-2.0 deleted file mode 100644 index dc786c3..0000000 --- a/_gtkrc-2.0 +++ /dev/null @@ -1,8 +0,0 @@ -## -## ~/.gtkrc-2.0 -## - -## NOTE: cannot use `~' and `$HOME' here - -include "/home/aly/.gtkrc.mine" - diff --git a/_gtkrc.mine b/_gtkrc.mine deleted file mode 100644 index 0927f91..0000000 --- a/_gtkrc.mine +++ /dev/null @@ -1,25 +0,0 @@ -## -## ~/.gtkrc.mine -## - -## font -gtk-font-name = "Sans 10" - -## theme -gtk-theme-name = "Clearlooks" -#gtk-theme-name = "FlatStudioLight" -#gtk-theme-name = "FlatStudioGray" -#gtk-theme-name = "FlatStudioDark" - -## icon -#gtk-icon-theme-name = "AwOken" -gtk-icon-theme-name = "AwOkenWhite" -#gtk-icon-theme-name = "AwOkenDark" - -## toolbar -# GTK_TOOLBAR_ICONS: only icons -# GTK_TOOLBAR_TEXT: only text -# GTK_TOOLBAR_BOTH: both icon and text -# GTK_TOOLBAR_BOTH_HORIZ: icon and text next to the icon -gtk-toolbar-style = GTK_TOOLBAR_ICONS - |