From eab0507af6367a9a75f40ac3dd92e5e42860c2dc Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 20 May 2023 11:28:29 +0300 Subject: Added icons and themes --- themes/Mint-Y-Sand/gtk-2.0/gtkrc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 themes/Mint-Y-Sand/gtk-2.0/gtkrc (limited to 'themes/Mint-Y-Sand/gtk-2.0/gtkrc') diff --git a/themes/Mint-Y-Sand/gtk-2.0/gtkrc b/themes/Mint-Y-Sand/gtk-2.0/gtkrc new file mode 100644 index 00000000..eb55f14b --- /dev/null +++ b/themes/Mint-Y-Sand/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#303030\ntooltip_fg_color:#303030\nselected_bg_color:#c8ac69\nselected_fg_color:#FFFFFF\ntext_color:#303030\nbg_color:#f0f0f0\ninsensitive_bg_color:#fbfcfc\ninsensitive_fg_color:#a9a9a9\nnotebook_bg:#ffffff\ndark_sidebar_bg:#454545\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#ffffff" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar.rc" -- cgit v1.2.3