1 Star 0 Fork 3

李恬/gtk2-engines

forked from src-openEuler/gtk2-engines 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tooltips.patch 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
冯建 提交于 2020-08-28 11:13 +08:00 . modify contest
diff -up gtk-engines-2.18.4/themes/Clearlooks/gtk-2.0/gtkrc.tooltips gtk-engines-2.18.4/themes/Clearlooks/gtk-2.0/gtkrc
--- gtk-engines-2.18.4/themes/Clearlooks/gtk-2.0/gtkrc.tooltips 2009-10-23 17:28:48.131886076 -0400
+++ gtk-engines-2.18.4/themes/Clearlooks/gtk-2.0/gtkrc 2009-10-23 17:29:58.968890361 -0400
@@ -1,7 +1,7 @@
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
-gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#86ABD9\nselected_fg_color:#ffffff\ntext_color:#1A1A1A\nbg_color:#EDECEB\ntooltip_bg_color:#F5F5B5"
+gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#86ABD9\nselected_fg_color:#ffffff\ntext_color:#1A1A1A\nbg_color:#EDECEB\ntooltip_bg_color:#E7F3FD"
style "default" {
xthickness = 1
@@ -276,9 +276,11 @@ style "treeview_header" = "default" {
}
style "tooltips" {
- xthickness = 4
+ xthickness = 8
ythickness = 4
+ GtkWidget::new-tooltip-style = 1
+
bg[NORMAL] = @tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/litian_code/gtk2-engines.git
git@gitee.com:litian_code/gtk2-engines.git
litian_code
gtk2-engines
gtk2-engines
master

搜索帮助