⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gtkrc

📁 渲染可伸缩矢量图形(Scalable Vector Graphics
💻
字号:
style "default"{  fg[NORMAL] = "#ffffff"  fg[PRELIGHT] = "#ffffff"  engine "svg"     {    image       {        function        = BOX	file            = "blue.svg"	border          = { 8, 8, 8, 8 }	stretch         = TRUE      }    }  bg_pixmap[NORMAL]      = "purple.svg"  bg_pixmap[PRELIGHT]    = "purple.svg"  bg_pixmap[ACTIVE]      = "red.svg"    bg_pixmap[INSENSITIVE] = "green.svg"}class "GtkWidget" style "default"style "bubble-button"{  engine "svg"     {    image       {        function        = BOX	file            = "purple.svg"	border          = { 8, 8, 8, 8 }	stretch         = TRUE      }    }}# common defaultclass "GtkButton" style "bubble-button"style "bubble-range"{  GtkRange::slider_width = 16  GtkRange::stepper_size = 16  engine "svg"     {    image       {        function        = BOX	file            = "red.svg"	border          = { 8, 8, 8, 8 }	stretch         = TRUE      }    }}# common defaultclass "GtkRange" style "bubble-range"style "bubble-menuitem"{  engine "svg"     {    image       {        function        = BOX	file            = "orange.svg"	border          = { 8, 8, 8, 8 }	stretch         = TRUE      }    }}# common defaultclass "GtkMenuItem" style "bubble-menuitem"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -