gtkrc
来自「渲染可伸缩矢量图形(Scalable Vector Graphics」· 代码 · 共 78 行
TXT
78 行
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 + =
减小字号Ctrl + -
显示快捷键?