gtkrc (24230B)
1 # Numix GTK Theme 2 3 gtk-color-scheme = "bg_color:#eeeeee\nfg_color:#555555\nbase_color:#ffffff\ntext_color:#333333\nselected_bg_color:#f0544c\nselected_fg_color:#ffffff\ntooltip_bg_color:#444444\ntooltip_fg_color:#eeeeee\ntitlebar_bg_color:#444444\ntitlebar_fg_color:#dddddd\nmenubar_bg_color:#444444\nmenubar_fg_color:#dddddd\ntoolbar_bg_color:#eeeeee\ntoolbar_fg_color:#555555\nmenu_bg_color:#444444\nmenu_fg_color:#dddddd\npanel_bg_color:#444444\npanel_fg_color:#dddddd\nlink_color:#f06860" 4 5 # Default Style 6 7 style "murrine-default" { 8 GtkArrow::arrow-scaling= 0.6 9 10 GtkButton::child-displacement-x = 0 11 GtkButton::child-displacement-y = 0 12 13 GtkButton::default-border = { 0, 0, 0, 0 } 14 15 GtkButtonBox::child-min-height = 26 16 17 GtkCheckButton::indicator-size = 16 18 19 # The following line hints to gecko (and possibly other appliations) 20 # that the entry should be drawn transparently on the canvas. 21 # Without this, gecko will fill in the background of the entry. 22 GtkEntry::honors-transparent-bg-hint = 1 23 GtkEntry::state-hint = 0 24 25 GtkExpander::expander-size = 16 26 27 GtkImage::x-ayatana-indicator-dynamic = 1 28 29 GtkMenu::horizontal-padding = 0 30 GtkMenu::vertical-padding = 0 31 32 GtkMenuBar::internal-padding = 0 33 GtkMenuBar::window-dragging = 1 34 35 GtkMenuItem::arrow-scaling= 0.5 36 37 GtkPaned::handle-size = 1 38 39 GtkProgressBar::min-horizontal-bar-height = 12 40 GtkProgressBar::min-vertical-bar-width = 12 41 42 GtkRange::trough-border = 0 43 GtkRange::slider-width = 12 44 GtkRange::stepper-size = 12 45 GtkRange::stepper_spacing = 0 46 GtkRange::trough-under-steppers = 1 47 48 GtkScale::slider-length = 16 49 GtkScale::slider-width = 16 50 GtkScale::trough-side-details = 1 51 52 GtkScrollbar::activate-slider = 1 53 GtkScrollbar::has-backward-stepper = 0 54 GtkScrollbar::has-forward-stepper = 0 55 GtkScrollbar::has-secondary-backward-stepper = 0 56 GtkScrollbar::has-secondary-forward-stepper = 0 57 GtkScrollbar::min-slider-length = 80 58 GtkScrollbar::slider-width = 12 59 GtkScrollbar::trough-border = 0 60 61 GtkScrolledWindow::scrollbar-spacing = 0 62 GtkScrolledWindow::scrollbars-within-bevel = 1 63 64 GtkSeparatorMenuItem::horizontal-padding = 0 65 66 GtkToolbar::internal-padding = 0 67 68 GtkTreeView::expander-size = 11 69 GtkTreeView::vertical-separator = 0 70 71 GtkWidget::focus-line-width = 1 72 # The following line prevents the Firefox tabs 73 # from jumping a few pixels when you create a new tab 74 GtkWidget::focus-padding = 0 75 76 GtkWidget::wide-separators = 1 77 GtkWidget::separator-width = 1 78 GtkWidget::separator-height = 1 79 80 GtkWindow::resize-grip-height = 0 81 GtkWindow::resize-grip-width = 0 82 83 WnckTasklist::fade-overlay-rect = 0 84 85 GnomeHRef::link_color = @link_color 86 GtkHTML::link-color = @link_color 87 GtkIMHtmlr::hyperlink-color = @link_color 88 GtkIMHtml::hyperlink-color = @link_color 89 GtkWidget::link-color = @link_color 90 GtkWidget::visited-link-color = @text_color 91 92 GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified 93 GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified 94 95 xthickness = 1 96 ythickness = 1 97 98 fg[NORMAL] = @fg_color 99 fg[PRELIGHT] = @fg_color 100 fg[SELECTED] = @selected_fg_color 101 fg[ACTIVE] = @fg_color 102 fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) 103 104 bg[NORMAL] = @bg_color 105 bg[PRELIGHT] = shade (1.02, @bg_color) 106 bg[SELECTED] = @selected_bg_color 107 bg[ACTIVE] = shade (0.9, @bg_color) 108 bg[INSENSITIVE] = @bg_color 109 110 base[NORMAL] = @base_color 111 base[PRELIGHT] = shade (0.95, @base_color) 112 base[SELECTED] = @selected_bg_color 113 base[ACTIVE] = @selected_bg_color 114 base[INSENSITIVE] = shade (0.85, @base_color) 115 116 text[NORMAL] = @text_color 117 text[PRELIGHT] = @text_color 118 text[SELECTED] = @selected_fg_color 119 text[ACTIVE] = @selected_fg_color 120 text[INSENSITIVE] = mix (0.5, @base_color, @text_color) 121 122 engine "murrine" { 123 animation = FALSE 124 arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows 125 border_shades = { 1.0, 1.0 } # gradient to draw on border 126 colorize_scrollbar = FALSE 127 comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow 128 contrast = 0.8 # overal contrast with borders 129 focusstyle = 1 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow 130 glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight 131 glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides 132 glow_shade = 1.0 # amount of glow 133 gradient_shades = { 1.0, 1.0, 1.0, 1.0 } # gradient to draw on widgets 134 highlight_shade = 1.0 # amount of highlight 135 lightborder_shade = 1.0 # amount of inset light border 136 lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides 137 listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised 138 listviewstyle = 0 # 0 = none, 1 = dotted, 2 = line 139 menubaritemstyle = 0 # 0 = menuitem look, 1 = button look 140 menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped 141 menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped 142 menustyle = 0 # 0 = none, 1 = vertical striped 143 progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped 144 reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient 145 roundness = 2 # roundness of widgets 146 scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles 147 sliderstyle = 0 # 0 = none, 1 = handles 148 stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles 149 toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient 150 } 151 } 152 153 style "murrine-wide" { 154 xthickness = 2 155 ythickness = 2 156 } 157 158 style "murrine-wider" { 159 xthickness = 3 160 ythickness = 3 161 } 162 163 style "murrine-thin" { 164 xthickness = 0 165 ythickness = 0 166 } 167 168 # Notebook 169 170 style "murrine-notebook-bg" { 171 bg[NORMAL] = @base_color 172 bg[ACTIVE] = shade (0.87, @base_color) 173 } 174 175 style "murrine-notebook" = "murrine-notebook-bg" { 176 xthickness = 2 177 ythickness = 2 178 179 engine "murrine" { 180 roundness = 2 181 } 182 } 183 184 # Various Standard Widgets 185 186 style "murrine-button" = "murrine-wider" { 187 bg[NORMAL] = shade (1.08, @bg_color) 188 bg[PRELIGHT] = shade (1.10, @bg_color) 189 bg[ACTIVE] = shade (0.95, @bg_color) 190 bg[INSENSITIVE] = shade (0.85, @bg_color) 191 192 engine "murrine" { 193 } 194 } 195 196 style "murrine-scrollbar" { 197 bg[NORMAL] = mix (0.21, @fg_color, @bg_color) 198 bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color) 199 bg[ACTIVE] = @selected_bg_color 200 201 engine "murrine" { 202 roundness = 0 203 contrast = 0.0 204 border_shades = { 0.9, 0.9 } 205 trough_shades = { 0.97, 0.97 } 206 trough_border_shades = { 1.0, 1.0 } 207 } 208 } 209 210 style "murrine-overlay-scrollbar" { 211 bg[ACTIVE] = shade (0.8, @bg_color) 212 bg[INSENSITIVE] = shade (0.97, @bg_color) 213 214 base[SELECTED] = shade (0.6, @base_color) 215 base[INSENSITIVE] = shade (0.85, @base_color) 216 } 217 218 style "murrine-scale" = "murrine-thin" { 219 bg[NORMAL] = @bg_color 220 bg[ACTIVE] = @bg_color 221 bg[SELECTED] = @selected_bg_color 222 bg[INSENSITIVE] = shade (0.95, @bg_color) 223 224 engine "murrine" { 225 roundness = 8 226 gradient_shades = { 1.08, 1.08, 1.08, 1.08 } 227 border_shades = { 1.0, 1.0 } 228 trough_shades = { 1.08, 1.08 } 229 trough_border_shades = { 0.8, 0.8 } 230 } 231 } 232 233 style "murrine-progressbar" = "murrine-thin" { 234 bg[NORMAL] = @bg_color 235 bg[ACTIVE] = shade (1.08, @bg_color) 236 237 fg[PRELIGHT] = @selected_fg_color 238 239 engine "murrine" { 240 roundness = 2 241 border_shades = { 1.2, 1.2 } 242 trough_border_shades = { 0.8, 0.8 } 243 } 244 } 245 246 style "murrine-treeview-header" = "murrine-button" { 247 engine "murrine" { 248 roundness = 0 249 } 250 } 251 252 style "murrine-treeview" { 253 engine "murrine" { 254 roundness = 0 255 } 256 } 257 258 style "murrine-frame-title" { 259 fg[NORMAL] = lighter (@fg_color) 260 } 261 262 style "murrine-tooltips" { 263 xthickness = 5 264 ythickness = 5 265 266 bg[NORMAL] = @tooltip_bg_color 267 bg[SELECTED] = @tooltip_bg_color 268 269 fg[NORMAL] = @tooltip_fg_color 270 271 engine "murrine" { 272 textstyle = 0 273 roundness = 2 274 rgba = FALSE 275 } 276 } 277 278 style "murrine-spinbutton" = "murrine-button" { 279 engine "murrine" { 280 } 281 } 282 283 style "murrine-radiocheck" = "murrine-default" { 284 bg[SELECTED] = @base_color 285 286 text[NORMAL] = @selected_bg_color 287 text[PRELIGHT] = @selected_bg_color 288 } 289 290 style "murrine-entry" = "murrine-wider" { 291 engine "murrine" { 292 border_shades = { 1.15, 1.15 } 293 } 294 } 295 296 style "metacity-frame" = "murrine-default" { 297 bg[SELECTED] = @selected_bg_color 298 } 299 300 style "murrine-statusbar" { } 301 style "murrine-comboboxentry" = "murrine-entry" { } 302 style "murrine-hscale" = "murrine-scale" { } 303 style "murrine-vscale" = "murrine-scale" { } 304 style "murrine-hscrollbar" = "murrine-scrollbar" { } 305 style "murrine-vscrollbar" = "murrine-scrollbar" { } 306 307 # Menus 308 309 style "murrine-menu" = "murrine-thin" { 310 bg[NORMAL] = @menu_bg_color 311 bg[PRELIGHT] = @selected_bg_color 312 bg[SELECTED] = @selected_bg_color 313 bg[ACTIVE] = @menu_bg_color 314 bg[INSENSITIVE] = @menu_bg_color 315 316 fg[NORMAL] = @menu_fg_color 317 fg[PRELIGHT] = @selected_fg_color 318 fg[SELECTED] = @selected_fg_color 319 fg[ACTIVE] = @selected_fg_color 320 fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color) 321 322 text[NORMAL] = @menu_fg_color 323 text[PRELIGHT] = @selected_fg_color 324 text[SELECTED] = @selected_fg_color 325 text[ACTIVE] = @selected_fg_color 326 text[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color) 327 328 engine "murrine" { 329 roundness = 0 330 } 331 } 332 333 style "murrine-menu-item" = "murrine-wider" { 334 bg[PRELIGHT] = @selected_bg_color 335 bg[SELECTED] = @selected_bg_color 336 bg[ACTIVE] = @selected_bg_color 337 338 fg[NORMAL] = @menu_fg_color # Fix for XFCE menu text 339 fg[PRELIGHT] = @selected_fg_color 340 fg[SELECTED] = @selected_fg_color 341 fg[ACTIVE] = @selected_fg_color 342 fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color) 343 344 engine "murrine" { 345 textstyle = 0 346 border_shades = { 1.2, 1.2 } 347 } 348 } 349 350 style "murrine-separator-menu-item" = "murrine-thin" { } 351 352 style "murrine-menubar" { 353 bg[NORMAL] = @menubar_bg_color 354 bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color) 355 bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color) 356 bg[ACTIVE] = shade (0.9, @menubar_bg_color) 357 bg[INSENSITIVE] = @menubar_bg_color 358 359 fg[NORMAL] = @menubar_fg_color 360 fg[PRELIGHT] = shade (1.08, @menubar_fg_color) 361 fg[SELECTED] = shade (1.08, @menubar_fg_color) 362 fg[ACTIVE] = @menubar_fg_color 363 fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color) 364 365 engine "murrine" { 366 roundness = 0 367 } 368 } 369 370 style "murrine-menubaritem" { 371 bg[NORMAL] = @menubar_bg_color 372 bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color) 373 bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color) 374 bg[ACTIVE] = shade (0.9, @menubar_bg_color) 375 bg[INSENSITIVE] = @menubar_bg_color 376 377 fg[NORMAL] = @menubar_fg_color 378 fg[PRELIGHT] = shade (1.08, @menubar_fg_color) 379 fg[SELECTED] = shade (1.08, @menubar_fg_color) 380 fg[ACTIVE] = @menubar_fg_color 381 fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color) 382 383 engine "murrine" { 384 roundness = 0 385 } 386 } 387 388 # Toolbars 389 390 style "murrine-toolbar" = "murrine-thin" { 391 bg[NORMAL] = @bg_color 392 bg[PRELIGHT] = shade (1.02, @bg_color) 393 bg[SELECTED] = @selected_bg_color 394 bg[ACTIVE] = shade (0.9, @bg_color) 395 bg[INSENSITIVE] = @bg_color 396 397 fg[NORMAL] = @fg_color 398 fg[PRELIGHT] = @fg_color 399 fg[SELECTED] = @selected_fg_color 400 fg[ACTIVE] = @fg_color 401 fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) 402 403 engine "murrine" { 404 } 405 } 406 407 style "murrine-toolbutton" = "murrine-button" { 408 bg[NORMAL] = shade (1.08, @bg_color) 409 bg[PRELIGHT] = shade (1.10, @bg_color) 410 bg[SELECTED] = @selected_bg_color 411 bg[ACTIVE] = shade (0.95, @bg_color) 412 bg[INSENSITIVE] = shade (0.85, @bg_color) 413 414 fg[NORMAL] = @fg_color 415 fg[PRELIGHT] = @fg_color 416 fg[SELECTED] = @selected_fg_color 417 fg[ACTIVE] = @fg_color 418 fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) 419 420 engine "murrine" { 421 } 422 } 423 424 class "GtkToolbar" style "murrine-toolbar" 425 class "GtkHandleBox" style "murrine-toolbar" 426 widget_class "*Toolbar*.*Separator*" style "murrine-toolbar" 427 428 # Panels 429 430 style "murrine-panel" = "murrine-thin" { 431 xthickness = 2 432 433 bg[NORMAL] = @panel_bg_color 434 bg[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color) 435 bg[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color) 436 bg[ACTIVE] = shade (0.8, @panel_bg_color) 437 bg[INSENSITIVE] = @panel_bg_color 438 439 fg[NORMAL] = @panel_fg_color 440 fg[PRELIGHT] = shade (1.08, @panel_fg_color) 441 fg[SELECTED] = shade (1.08, @panel_fg_color) 442 fg[ACTIVE] = @panel_fg_color 443 fg[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color) 444 445 base[NORMAL] = @panel_bg_color 446 base[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color) 447 base[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color) 448 base[ACTIVE] = shade (0.9, @panel_bg_color) 449 base[INSENSITIVE] = @panel_bg_color 450 451 text[NORMAL] = @panel_fg_color 452 text[PRELIGHT] = shade (1.08, @panel_fg_color) 453 text[SELECTED] = shade (1.08, @panel_fg_color) 454 text[ACTIVE] = @panel_fg_color 455 text[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color) 456 457 engine "murrine" { 458 roundness = 0 459 contrast = 0.0 460 } 461 } 462 463 widget "*PanelWidget*" style "murrine-panel" 464 widget "*PanelApplet*" style "murrine-panel" 465 widget "*fast-user-switch*" style "murrine-panel" 466 widget "*CPUFreq*Applet*" style "murrine-panel" 467 widget "*indicator-applet*" style "murrine-panel" 468 class "PanelApp*" style "murrine-panel" 469 class "PanelToplevel*" style "murrine-panel" 470 widget_class "*PanelToplevel*" style "murrine-panel" 471 widget_class "*notif*" style "murrine-panel" 472 widget_class "*Notif*" style "murrine-panel" 473 widget_class "*Tray*" style "murrine-panel" 474 widget_class "*tray*" style "murrine-panel" 475 widget_class "*computertemp*" style "murrine-panel" 476 widget_class "*Applet*Tomboy*" style "murrine-panel" 477 widget_class "*Applet*Netstatus*" style "murrine-panel" 478 widget "*gdm-user-switch-menubar*" style "murrine-panel" 479 480 # LXPanel (code based on Lubuntu-default theme's gtkrc file) 481 widget "*.tclock.*" style "murrine-panel" 482 widget "*.taskbar.*" style "murrine-panel" 483 widget_class "*GtkBgbox*" style "murrine-panel" 484 485 style "bold-panel-item" { 486 font_name = "Bold" 487 488 engine "murrine" { 489 roundness = 0 490 } 491 } 492 493 widget "*Panel*MenuBar*" style "bold-panel-item" 494 widget "*gimmie*" style "bold-panel-item" 495 496 # widget_class "*Mail*" style "murrine-panel" # Disabled to fix Evolution bug 497 # class "*Panel*" style "murrine-panel" # Disabled to fix bug 498 499 # XFCE Styles 500 501 style "workspace-switcher" = "murrine-panel" { 502 bg[ACTIVE] = @selected_bg_color 503 bg[SELECTED] = @selected_bg_color 504 } 505 506 style "xfce-header" { 507 bg[NORMAL] = shade (0.9, @bg_color) 508 base[NORMAL] = shade (1.18, @bg_color) 509 } 510 511 style "xfdesktop-windowlist" { 512 bg[NORMAL] = @base_color 513 fg[INSENSITIVE] = shade (0.95, @base_color) 514 text[INSENSITIVE] = shade (0.95, @base_color) 515 } 516 517 style "xfdesktop-icon-view" { 518 XfdesktopIconView::label-alpha = 0 519 XfdesktopIconView::selected-label-alpha = 60 520 XfdesktopIconVIew::ellipsize-icon-labels = 1 521 522 base[NORMAL] = @selected_bg_color 523 base[SELECTED] = @selected_bg_color 524 base[ACTIVE] = @selected_bg_color 525 526 fg[NORMAL] = @selected_fg_color 527 fg[SELECTED] = @selected_fg_color 528 fg[ACTIVE] = @selected_fg_color 529 530 engine "murrine" { 531 textstyle = 5 532 text_shade = 0.05 533 } 534 } 535 536 style "xfwm-tabwin" { 537 Xfwm4TabwinWidget::border-width = 1 538 Xfwm4TabwinWidget::border-alpha = 1.0 539 Xfwm4TabwinWidget::icon-size = 64 540 Xfwm4TabwinWidget::alpha = 1.0 541 Xfwm4TabwinWidget::border-radius = 2 542 543 bg[NORMAL] = @menu_bg_color 544 bg[SELECTED] = @menu_bg_color 545 546 fg[NORMAL] = @menu_fg_color 547 548 engine "murrine" { 549 contrast = 0.0 550 border_shades = { 0.9, 0.9 } 551 } 552 } 553 554 style "xfwm-tabwin-button" { 555 font_name = "bold" 556 557 bg[SELECTED] = @selected_bg_color 558 } 559 560 style "xfsm-logout" { 561 bg[NORMAL] = @menu_bg_color 562 bg[ACTIVE] = @menu_bg_color 563 bg[PRELIGHT] = shade (1.1, @menu_bg_color) 564 bg[SELECTED] = shade (0.5, @menu_bg_color) 565 bg[INSENSITIVE] = shade (1.3, @menu_bg_color) 566 567 fg[NORMAL] = @menu_fg_color 568 fg[PRELIGHT] = @menu_fg_color 569 570 text[NORMAL] = @menu_fg_color 571 572 engine "murrine" { 573 } 574 } 575 576 style "xfsm-logout-button" { 577 bg[NORMAL] = shade (1.2, @menu_bg_color) 578 bg[PRELIGHT] = shade (1.4, @menu_bg_color) 579 580 engine "murrine" { 581 } 582 } 583 584 widget "*Pager*" style "workspace-switcher" 585 586 widget "*Xfce*Panel*" style "murrine-panel" 587 class "*Xfce*Panel*" style "murrine-panel" 588 589 # Thunar Styles 590 591 style "sidepane" { 592 base[NORMAL] = @bg_color 593 base[INSENSITIVE] = mix (0.4, shade (1.35, @selected_bg_color), shade (0.9, @base_color)) 594 bg[NORMAL] = @bg_color 595 text[NORMAL] = mix (0.9, @fg_color, @bg_color) 596 } 597 598 widget_class "*ThunarShortcutsView*" style "sidepane" 599 widget_class "*ThunarTreeView*" style "sidepane" 600 widget_class "*ThunarLocationEntry*" style "murrine-entry" 601 602 style "whiskermenu" { 603 bg[NORMAL] = @menu_bg_color 604 bg[ACTIVE] = mix (0.21, @menubar_fg_color, @menubar_bg_color) 605 bg[PRELIGHT] = @selected_bg_color 606 607 fg[NORMAL] = @menu_fg_color 608 fg[ACTIVE] = @menu_fg_color 609 fg[PRELIGHT] = @menu_fg_color 610 } 611 612 style "whiskermenu-scrollbar" = "murrine-scrollbar" { 613 bg[NORMAL] = mix (0.21, @fg_color, @bg_color) 614 bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color) 615 bg[ACTIVE] = @selected_bg_color 616 617 engine "murrine" { 618 trough_shades = { 4.97, 4.97 } 619 trough_border_shades = { 5.0, 5.0 } 620 } 621 } 622 623 widget "whiskermenu-window*" style "whiskermenu" 624 widget "*whisker*GtkVScrollbar" style "whiskermenu-scrollbar" 625 626 # Gtk2 Open-File Dialog 627 628 widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane" 629 widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header" 630 631 # Google Chrome/Chromium Styles (requires 9.0.597 or newer) 632 633 style "chromium-toolbar-button" { 634 engine "murrine" { 635 roundness = 2 636 textstyle = 0 637 } 638 } 639 640 style "chrome-gtk-frame" { 641 ChromeGtkFrame::frame-color = @titlebar_bg_color 642 ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color 643 644 ChromeGtkFrame::frame-gradient-size = 0 645 ChromeGtkFrame::frame-gradient-color = @titlebar_bg_color 646 647 ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color 648 ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color 649 650 ChromeGtkFrame::incognito-frame-gradient-size = 0 651 ChromeGtkFrame::incognito-frame-gradient-color = @titlebar_bg_color 652 653 ChromeGtkFrame::scrollbar-trough-color = @bg_color 654 ChromeGtkFrame::scrollbar-slider-normal-color = mix (0.21, @fg_color, @bg_color) 655 ChromeGtkFrame::scrollbar-slider-prelight-color = mix (0.31, @fg_color, @bg_color) 656 } 657 658 class "ChromeGtkFrame" style "chrome-gtk-frame" 659 660 widget_class "*Chrom*Button*" style "chromium-toolbar-button" 661 662 # General Styles 663 664 class "GtkWidget" style "murrine-default" 665 666 class "GtkFrame" style "murrine-wide" 667 class "MetaFrames" style "metacity-frame" 668 class "GtkWindow" style "metacity-frame" 669 670 class "GtkSeparator" style "murrine-wide" 671 class "GtkCalendar" style "murrine-wide" 672 673 class "GtkSpinButton" style "murrine-spinbutton" 674 675 class "GtkScale" style "murrine-scale" 676 class "GtkVScale" style "murrine-vscale" 677 class "GtkHScale" style "murrine-hscale" 678 class "GtkScrollbar" style "murrine-scrollbar" 679 class "GtkVScrollbar" style "murrine-vscrollbar" 680 class "GtkHScrollbar" style "murrine-hscrollbar" 681 682 class "GtkRadio*" style "murrine-radiocheck" 683 class "GtkCheck*" style "murrine-radiocheck" 684 685 class "GtkEntry" style "murrine-entry" 686 687 widget_class "*<GtkNotebook>" style "murrine-notebook" 688 widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-notebook-bg" 689 widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-notebook-bg" 690 widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-notebook-bg" 691 widget_class "*.GtkNotebook.*.GtkViewport" style "murrine-notebook" 692 693 widget_class "*<GtkButton>" style "murrine-button" 694 widget_class "*<GtkStatusbar>*" style "murrine-statusbar" 695 widget_class "*<GtkProgress>" style "murrine-progressbar" 696 widget_class "*<GtkProgressBar>" style "murrine-progressbar" 697 698 widget_class "*<GtkComboBoxEntry>*" style "murrine-comboboxentry" 699 widget_class "*<GtkCombo>*" style "murrine-comboboxentry" 700 701 widget_class "*<GtkMenu>*" style "murrine-menu" 702 widget_class "*<GtkMenuItem>*" style "murrine-menu-item" 703 widget_class "*<GtkSeparatorMenuItem>*" style "murrine-separator-menu-item" 704 widget_class "*Menu*.*Sepa*" style "murrine-separator-menu-item" 705 widget_class "*<GtkMenuBar>*" style "murrine-menubar" 706 widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "murrine-menubaritem" 707 708 widget_class "*GtkToolButton*" style "murrine-toolbutton" 709 widget_class "*GtkToggleToolButton*" style "murrine-toolbutton" 710 widget_class "*GtkMenuToolButton*" style "murrine-toolbutton" 711 widget_class "*GtkToolbar*Button" style "murrine-toolbutton" 712 713 widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-frame-title" 714 715 widget_class "*.<GtkTreeView>*" style "murrine-treeview" 716 widget_class "*.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header" 717 widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-treeview-header" 718 widget_class "*.<GtkList>.<GtkButton>" style "murrine-treeview-header" 719 widget_class "*.<GtkCList>.<GtkButton>" style "murrine-treeview-header" 720 721 widget "gtk-tooltip*" style "murrine-tooltips" 722 723 widget_class "*<GtkScrolledWindow>*<OsScrollbar>" style "murrine-overlay-scrollbar" 724 725 # Workarounds and Non-Standard Styling 726 727 style "text-is-fg-color-workaround" { 728 text[NORMAL] = @text_color 729 text[PRELIGHT] = @fg_color 730 text[SELECTED] = @selected_fg_color 731 text[ACTIVE] = @fg_color 732 text[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) 733 } 734 735 widget_class "*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround" 736 737 style "fg-is-text-color-workaround" { 738 fg[NORMAL] = @text_color 739 fg[PRELIGHT] = @text_color 740 fg[ACTIVE] = @selected_fg_color 741 fg[SELECTED] = @selected_fg_color 742 fg[INSENSITIVE] = darker (@fg_color) 743 } 744 745 widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround" 746 widget_class "*<GtkCList>" style "fg-is-text-color-workaround" 747 widget_class "*<EelEditableLabel>" style "fg-is-text-color-workaround" 748 749 style "murrine-evo-new-button-workaround" { 750 engine "murrine" { 751 toolbarstyle = 0 752 } 753 } 754 755 widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround" 756 757 style "inkscape-toolbar-fix" { 758 engine "murrine" { 759 gradient_shades = { 1.0, 1.0, 1.0, 1.0 } 760 highlight_shade = 1.0 761 } 762 } 763 764 #widget "*GtkHandleBox*" style "inkscape-toolbar-fix" 765 #widget "*HandleBox*CommandsToolbar*" style "inkscape-toolbar-fix" 766 #widget "*HandleBox*SnapToolbar*" style "inkscape-toolbar-fix" 767 widget "*HandleBox*SelectToolbar*" style "inkscape-toolbar-fix" 768 widget "*HandleBox*NodeToolbar*" style "inkscape-toolbar-fix" 769 widget "*HandleBox*TweakToolbar*" style "inkscape-toolbar-fix" 770 widget "*HandleBox*ZoomToolbar*" style "inkscape-toolbar-fix" 771 widget "*HandleBox*StarToolbar*" style "inkscape-toolbar-fix" 772 widget "*HandleBox*RectToolbar*" style "inkscape-toolbar-fix" 773 widget "*HandleBox*3DBoxToolbar*" style "inkscape-toolbar-fix" 774 widget "*HandleBox*ArcToolbar*" style "inkscape-toolbar-fix" 775 widget "*HandleBox*SpiralToolbar*" style "inkscape-toolbar-fix" 776 widget "*HandleBox*PencilToolbar*" style "inkscape-toolbar-fix" 777 widget "*HandleBox*PenToolbar*" style "inkscape-toolbar-fix" 778 widget "*HandleBox*CalligraphyToolbar*" style "inkscape-toolbar-fix" 779 widget "*HandleBox*EraserToolbar*" style "inkscape-toolbar-fix" 780 widget "*HandleBox*LPEToolToolbar*" style "inkscape-toolbar-fix" 781 widget "*HandleBox*DropperToolbar*" style "inkscape-toolbar-fix" 782 widget "*HandleBox*ConnectorToolbar*" style "inkscape-toolbar-fix" 783 widget "*HandleBox*PaintbucketToolbar*" style "inkscape-toolbar-fix" 784 785 # Performance Fixes 786 787 style "performance-fix" { 788 engine "murrine" { 789 textstyle = 0 790 } 791 } 792 793 widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape 794 widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp 795 widget_class "*GimpToolbox*" style "performance-fix" 796 widget_class "*GimpMenuDock*" style "performance-fix" 797 widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice 798 widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.) 799 800 widget_class "*XfceHeading*" style "xfce-header" 801 widget_class "*XfceDesktop*" style "xfdesktop-windowlist" 802 widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" 803 widget "xfwm4-tabwin*" style "xfwm-tabwin" 804 widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" 805 widget_class "*XfsmLogoutDialog*" style "xfsm-logout" 806 widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button"