Advertisement
Guest User

Untitled

a guest
Sep 11th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.15 KB | None | 0 0
  1. ############################################################################
  2. ################################## [Swar] ##################################
  3. ############################################################################
  4. ############################################################################
  5. # Swar-Black-Base-Blue: GTK2 - GTK3 - Metacity themes
  6. # Copyright (C) 2011 Swar
  7. #
  8. # This program is free software: you can redistribute it and/or modify
  9. # it under the terms of the GNU General Public License as published by
  10. # the Free Software Foundation, either version 3 of the License, or
  11. # (at your option) any later version.
  12. #
  13. # This program is distributed in the hope that it will be useful,
  14. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. # GNU General Public License for more details.
  17. #
  18. # You should have received a copy of the GNU General Public License
  19. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  20.  
  21. include "icons/icon.rc"
  22. include "Handles/status.rc"
  23. include "Images/gtktreeview.rc"
  24. include "Buttons/Buttons.rc"
  25. include "nautilus/nautilus.rc"
  26. include "Menu-Menubar/menu-item.rc"
  27. include "Menu-Menubar/Icon View.rc"
  28. #include "Menu-Menubar/menubar.rc"
  29. include "windowbg/windowbg.rc"
  30. #include "Panel/panelbuntu.rc"
  31. #include "Panel/Firefox_tooltips.rc"
  32. include "Scrollbars/Scrollbars.rc"
  33.  
  34. ############################################################################
  35. ################################## [Swar] ##################################
  36. ############################################################################
  37. gtk_color_scheme = "fg_color:#eee\nbg_color:#000000\nbg_color1:#000000\nbase_color:#4C4C4C\ntext_color:#E1E1E1\nd_text_color:#555555\nselected_bg_color:#0019FF\nselected_fg_color:#ffffff\ntooltip_bg_color:#000000\ntooltip_fg_color:#FFFFFF\nlink_color:#ffffff"
  38.  
  39. gtk-icon-sizes = "panel-menu=16,16:gtk-button=16,16"
  40.  
  41. gtk-auto-mnemonics = 1
  42.  
  43.  
  44. style "default"
  45. {
  46. GtkWidget::new-tooltip-style = 1
  47.  
  48. GtkImage::x-ayatana-indicator-dynamic = 1
  49. GtkEntry::honors-transparent-bg-hint = 1
  50. GtkEntry::state-hint = 0
  51. GtkScrolledWindow ::scrollbar-spacing = 8
  52. GtkScrolledWindow ::scrollbar-within-bevel = 8
  53. GtkWidget::link-color = @link_color
  54. GtkIMHtml::hyperlink-color = @link_color
  55. GtkHTML::link-color = @link_color
  56. GtkToolbar:: shadow-type = GTK_SHADOW_NONE
  57. GtkMenuBar:: shadow-type = GTK_SHADOW_NONE
  58. GtkMenuBar::window-dragging = 1
  59. WnckTasklist::fade-overlay-rect =0
  60. GtkMenu::horizontal-padding = 1
  61. GtkMenu::vertical-padding = 4
  62. GtkTreeView::expander-size = 15
  63. GtkTreeView::indent-expanders = 1
  64. GtkTreeView::vertical-separator = 0
  65. GtkExpander::expander-size = 15
  66.  
  67.  
  68. GtkWidget::interior_focus = 7
  69. GtkWidget::focus_padding = 0
  70. GtkButton::default_border = { 3, 3, 3, 3 }
  71. GtkButton::default_outside_border = { 0, 0, 0, 0 }
  72.  
  73. GtkRange::trough_border = 1
  74. GtkRange::slider_width = 15
  75. GtkRange::stepper_size = 1
  76. GtkRange::trough-under-steppers = 1
  77.  
  78. GtkVScale::slider_length = 22
  79. GtkVScale::slider_width = 22
  80. GtkHScale::slider_length = 22
  81. GtkHScale::slider_width = 22
  82.  
  83. GtkPaned::handle_size = 4
  84. GtkScrollbar::min_slider_length = 50
  85.  
  86. GtkCheckButton::indicator_size = 12
  87. GtkCheckButton::indicator_spacing = 3
  88. GtkMenuBar::internal_padding = 3
  89. GtkOptionMenu::indicator_size = { 15, 8 }
  90. GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 }
  91. GtkStatusbar::shadow_type = GTK_SHADOW_NONE
  92. GtkSpinButton::shadow_type = GTK_SHADOW_NONE
  93.  
  94.  
  95.  
  96. xthickness = 2
  97. ythickness = 2
  98.  
  99.  
  100.  
  101. ############################################################################
  102. ################# color definice ###########################################
  103. ############################################################################
  104.  
  105. fg[NORMAL] = @fg_color
  106. fg[PRELIGHT] = @fg_color
  107. fg[ACTIVE] = @fg_color
  108. fg[SELECTED] = @selected_fg_color
  109. fg[INSENSITIVE] = @d_text_color
  110.  
  111. bg[NORMAL] = @bg_color
  112. bg[PRELIGHT] = shade (0.8, @bg_color)
  113. bg[ACTIVE] = shade (0.8, @bg_color)
  114. bg[SELECTED] = @selected_bg_color
  115. bg[INSENSITIVE] = @bg_color1
  116. #bg_pixmap[NORMAL] = "/Others/test-image.png"
  117.  
  118. base[NORMAL] = @base_color
  119. base[PRELIGHT] = shade (0.95, @bg_color)
  120. base[ACTIVE] = mix (0.7, @selected_bg_color, @bg_color)
  121. base[SELECTED] = @selected_bg_color
  122. base[INSENSITIVE] = @d_text_color
  123.  
  124. text[NORMAL] = @text_color
  125. text[PRELIGHT] = @text_color
  126. text[ACTIVE] = @selected_fg_color
  127. text[SELECTED] = @selected_fg_color
  128. text[INSENSITIVE] = @d_text_color
  129.  
  130.  
  131. engine "pixmap"
  132. {
  133.  
  134.  
  135.  
  136. image
  137. {
  138. function = HANDLE
  139. recolorable = TRUE
  140. overlay_file = "Handles/handle-v.png"
  141. overlay_stretch = FALSE
  142. orientation = HORIZONTAL
  143. }
  144. image
  145. {
  146. function = HANDLE
  147. recolorable = TRUE
  148. overlay_file = "Handles/handle-h.png"
  149. overlay_stretch = FALSE
  150. orientation = VERTICAL
  151. }
  152.  
  153. ############################################################################
  154. ################# SHADOWS ##################################################
  155. ############################################################################
  156.  
  157. image
  158. {
  159. function = SHADOW
  160. shadow = IN
  161. recolorable = TRUE
  162. file = "Shadows/shadow-out.png"
  163. border = { 2, 2, 2, 2 }
  164. stretch = TRUE
  165.  
  166. }
  167. image
  168. {
  169. function = SHADOW
  170. shadow = OUT
  171. recolorable = TRUE
  172. file = "Shadows/shadow-out.png"
  173. border = { 1, 1, 1, 1 }
  174. stretch = TRUE
  175. }
  176.  
  177.  
  178.  
  179. image
  180. {
  181. function = SHADOW
  182. shadow = ETCHED_IN
  183. recolorable = TRUE
  184. file = "Frame-Gap/frame1.png"
  185. border = { 2, 2, 2, 2 }
  186. stretch = TRUE
  187. }
  188. image
  189. {
  190. function = SHADOW
  191. shadow = ETCHED_OUT
  192. recolorable = TRUE
  193. file = "Shadows/shadow-out.png"
  194. border = { 2, 2, 2, 2 }
  195. stretch = TRUE
  196. }
  197. image
  198. {
  199. function = SHADOW_GAP
  200. recolorable = TRUE
  201. file = "Frame-Gap/frame1.png"
  202. border = { 2, 2, 2, 2 }
  203. stretch = TRUE
  204. gap_start_file = "Frame-Gap/frame-gap-start.png"
  205. gap_start_border = { 2, 0, 2, 0 }
  206. gap_end_file = "Frame-Gap/frame-gap-end.png"
  207. gap_end_border = { 0, 2, 2, 0 }
  208. gap_side = TOP
  209. }
  210. image
  211. {
  212. function = VLINE
  213. recolorable = TRUE
  214. file = "Lines/line-v.png"
  215. border = { 1, 1, 0, 0 }
  216. stretch = TRUE
  217. }
  218. image
  219. {
  220. function = HLINE
  221. recolorable = TRUE
  222. file = "Lines/line-h.png"
  223. border = { 0, 0, 1, 1 }
  224. stretch = TRUE
  225. }
  226.  
  227. # focus
  228.  
  229. image
  230. {
  231. function = FOCUS
  232. recolorable = TRUE
  233. file = "Others/focus.png"
  234. border = { 6, 0, 6, 0 }
  235. stretch = TRUE
  236. }
  237.  
  238. # arrows
  239.  
  240. image
  241. {
  242. function = ARROW
  243. recolorable = TRUE
  244. overlay_file = "Arrows/arrow-up.png"
  245. overlay_border = { 2, 2, 2, 2}
  246. overlay_stretch = FALSE
  247. arrow_direction = UP
  248. }
  249. image
  250. {
  251. function = ARROW
  252. recolorable = TRUE
  253. overlay_file = "Arrows/arrow-down.png"
  254. overlay_border = { 2, 2, 2, 2 }
  255. overlay_stretch = FALSE
  256. arrow_direction = DOWN
  257. }
  258. image
  259. {
  260. function = ARROW
  261. recolorable = TRUE
  262. overlay_file = "Arrows/arrow-left.png"
  263. overlay_border = { 2, 2, 2, 2 }
  264. overlay_stretch = FALSE
  265. arrow_direction = LEFT
  266. }
  267. image
  268. {
  269. function = ARROW
  270. recolorable = TRUE
  271. overlay_file = "Arrows/arrow-right.png"
  272. overlay_border = { 2, 2, 2, 2 }
  273. overlay_stretch = FALSE
  274. arrow_direction = RIGHT
  275. }
  276. image
  277. {
  278. function = BOX
  279. recolorable = TRUE
  280. file = "Toolbar/toolbutton-normal.png"
  281. border = { 4, 4, 4, 4 }
  282. stretch = TRUE
  283. }
  284. }
  285. }
  286.  
  287. class "GtkWidget" style "default"
  288.  
  289. ############################################################################
  290. ################# BUTTONS ##################################################
  291. ############################################################################
  292.  
  293. style "button" = "default"
  294. {
  295. }
  296.  
  297.  
  298. style "checkradiobutton" {
  299. engine "pixmap" {
  300. image
  301. {
  302. function = FLAT_BOX
  303. recolorable = TRUE
  304. file = "Check-Radio/highlight.png"
  305. border = { 2, 5, 2, 5 }
  306. stretch = TRUE
  307. }
  308. }
  309. }
  310.  
  311. class "GtkRadioButton" style "checkradiobutton"
  312. class "GtkCheckButton" style "checkradiobutton"
  313.  
  314.  
  315. style "optionmenu"
  316. {
  317. fg[NORMAL] = "#ffffff"
  318. text[NORMAL] = "#ffffff"
  319. engine "pixmap"
  320. {
  321. image
  322. {
  323. function = BOX
  324. recolorable = TRUE
  325. state = PRELIGHT
  326. file = "Combo/combo-prelight.png"
  327. border = { 4, 4, 4, 4 }
  328. stretch = TRUE
  329. }
  330. image
  331. {
  332. function = BOX
  333. recolorable = TRUE
  334. state = NORMAL
  335. file = "Combo/combo-normal.png"
  336. border = { 4, 4, 4, 4 }
  337. stretch = TRUE
  338. }
  339.  
  340. image
  341. {
  342. function = BOX
  343. recolorable = TRUE
  344. state = ACTIVE
  345. file = "Combo/combo-prelight.png"
  346. border = { 4, 4, 4, 4 }
  347. stretch = TRUE
  348. }
  349. image
  350. {
  351. function = BOX
  352. recolorable = TRUE
  353. state = INSENSITIVE
  354. file = "Combo/combo-normal.png"
  355. border = { 4, 4, 4, 4 }
  356. stretch = TRUE
  357. }
  358. image
  359. {
  360. function = TAB
  361. state = INSENSITIVE
  362. recolorable = TRUE
  363. overlay_file = "Combo/combo-arrow-insens.png"
  364. overlay_stretch = FALSE
  365. }
  366. image
  367. {
  368. function = TAB
  369. recolorable = TRUE
  370. state = NORMAL
  371. overlay_file = "Combo/combo-arrow.png"
  372. overlay_border = { 0, 0, 0, 0 }
  373. overlay_stretch = FALSE
  374. }
  375. image
  376. {
  377. function = TAB
  378. recolorable = TRUE
  379. state = PRELIGHT
  380. overlay_file = "Combo/combo-arrow-prelight.png"
  381. overlay_border = { 0, 0, 0, 0 }
  382. overlay_stretch = FALSE
  383. }
  384. }
  385. }
  386.  
  387. widget_class "*Combo*" style "optionmenu"
  388.  
  389. ############################################################################
  390. ################# RADIO ####################################################
  391. ############################################################################
  392.  
  393.  
  394. style "radiobutton" = "default"
  395. {
  396. engine "pixmap"
  397. {
  398.  
  399. image
  400. {
  401. function = OPTION
  402. recolorable = TRUE
  403. state = NORMAL
  404. shadow = OUT
  405. overlay_file = "Check-Radio/option1.png"
  406. overlay_stretch = FALSE
  407. }
  408.  
  409. image
  410. {
  411. function = OPTION
  412. recolorable = TRUE
  413. state = PRELIGHT
  414. shadow = OUT
  415. overlay_file = "Check-Radio/option1.png"
  416. overlay_stretch = FALSE
  417. }
  418.  
  419. image
  420. {
  421. function = OPTION
  422. recolorable = TRUE
  423. state = ACTIVE
  424. shadow = OUT
  425. overlay_file = "Check-Radio/option1.png"
  426. overlay_stretch = FALSE
  427. }
  428.  
  429. image
  430. {
  431. function = OPTION
  432. recolorable = TRUE
  433. state = INSENSITIVE
  434. shadow = OUT
  435. overlay_file = "Check-Radio/option1.png"
  436. overlay_stretch = FALSE
  437. }
  438.  
  439.  
  440. image
  441. {
  442. function = OPTION
  443. recolorable = TRUE
  444. state = NORMAL
  445. shadow = IN
  446. overlay_file = "Check-Radio/option2.png"
  447. overlay_stretch = FALSE
  448. }
  449.  
  450. image
  451. {
  452. function = OPTION
  453. recolorable = TRUE
  454. state = PRELIGHT
  455. shadow = IN
  456. overlay_file = "Check-Radio/option4.png"
  457. overlay_stretch = FALSE
  458. }
  459.  
  460. image
  461. {
  462. function = OPTION
  463. recolorable = TRUE
  464. state = ACTIVE
  465. shadow = IN
  466. overlay_file = "Check-Radio/option4.png"
  467. overlay_stretch = FALSE
  468. }
  469.  
  470.  
  471. image
  472. {
  473. function = OPTION
  474. recolorable = TRUE
  475. state = INSENSITIVE
  476. shadow = IN
  477. overlay_file = "Check-Radio/option1.png"
  478. overlay_stretch = FALSE
  479. }
  480.  
  481.  
  482. image
  483. {
  484. function = FLAT_BOX
  485. recolorable = TRUE
  486. stretch = TRUE
  487. file = "Check-Radio/checklight.png"
  488. border = { 2, 2, 2, 2 }
  489. }
  490.  
  491. }
  492. }
  493.  
  494. ############################################################################
  495. ################# CHECK-RADIO ##############################################
  496. ############################################################################
  497.  
  498. style "checkbutton" = "default"
  499. {
  500. engine "pixmap"
  501. {
  502.  
  503. image
  504. {
  505. function = CHECK
  506. recolorable = TRUE
  507. state = NORMAL
  508. shadow = OUT
  509. overlay_file = "Check-Radio/check1.png"
  510. overlay_stretch = FALSE
  511. }
  512.  
  513. image
  514. {
  515. function = CHECK
  516. recolorable = TRUE
  517. state = PRELIGHT
  518. shadow = OUT
  519. overlay_file = "Check-Radio/check1.png"
  520. overlay_stretch = FALSE
  521. }
  522.  
  523. image
  524. {
  525. function = CHECK
  526. recolorable = TRUE
  527. state = ACTIVE
  528. shadow = OUT
  529. overlay_file = "Check-Radio/check1.png"
  530. overlay_stretch = FALSE
  531. }
  532.  
  533. image
  534. {
  535. function = CHECK
  536. recolorable = TRUE
  537. state = INSENSITIVE
  538. shadow = OUT
  539. overlay_file = "Check-Radio/check1.png"
  540. overlay_stretch = FALSE
  541. }
  542.  
  543.  
  544. image
  545. {
  546. function = CHECK
  547. recolorable = TRUE
  548. state = NORMAL
  549. shadow = IN
  550. overlay_file = "Check-Radio/check2.png"
  551. overlay_stretch = FALSE
  552. }
  553.  
  554. image
  555. {
  556. function = CHECK
  557. recolorable = TRUE
  558. state = PRELIGHT
  559. shadow = IN
  560. overlay_file = "Check-Radio/check4.png"
  561. overlay_stretch = FALSE
  562. }
  563.  
  564. image
  565. {
  566. function = CHECK
  567. recolorable = TRUE
  568. state = ACTIVE
  569. shadow = IN
  570. overlay_file = "Check-Radio/check4.png"
  571. overlay_stretch = FALSE
  572. }
  573.  
  574.  
  575. image
  576. {
  577. function = CHECK
  578. recolorable = TRUE
  579. state = INSENSITIVE
  580. shadow = IN
  581. overlay_file = "Check-Radio/check1.png"
  582. overlay_stretch = FALSE
  583. }
  584.  
  585. image
  586. {
  587. function = FLAT_BOX
  588. recolorable = TRUE
  589. stretch = TRUE
  590. file = "Check-Radio/checklight.png"
  591. border = { 2, 2, 2, 2 }
  592. }
  593.  
  594. }
  595. }
  596.  
  597. ############################################################################
  598. ################# ENTRY ####################################################
  599. ############################################################################
  600.  
  601. style "entry"
  602. {
  603. xthickness = 1
  604. ythickness = 1
  605. GtkWidget::interior_focus = 7
  606. GtkEntry::shadow_type = GTK_SHADOW_NONE
  607. engine "pixmap"
  608. {
  609. image
  610. {
  611. function = FOCUS
  612. recolorable = TRUE
  613. file = "Buttons/button-normal.png"
  614. border = { 3,3,3,3 }
  615. stretch = TRUE
  616. }
  617. image
  618. {
  619. function = BOX
  620. recolorable = TRUE
  621. shadow = IN
  622. state = NORMAL
  623. file = "Buttons/button-normal.png"
  624. border = { 3,3,3,3 }
  625. stretch = TRUE
  626. }
  627.  
  628. image
  629. {
  630. function = BOX
  631. recolorable = TRUE
  632. shadow = OUT
  633. state = NORMAL
  634. file = "Buttons/button-normal.png"
  635. border = { 3,3,3,3 }
  636. stretch = TRUE
  637. }
  638.  
  639. image
  640. {
  641. function = SHADOW
  642. detail = "entry"
  643. shadow = IN
  644. recolorable = TRUE
  645. file = "Buttons/button-normal.png"
  646. border = { 3,3,3,3 }
  647. stretch = TRUE
  648. }
  649.  
  650. }
  651. }
  652.  
  653. ############################################################################
  654. ################# SPIN BUTTONS #############################################
  655. ############################################################################
  656.  
  657. style "spinbutton" = "entry"
  658. {
  659.  
  660.  
  661. engine "pixmap"
  662. {
  663. image
  664. {
  665. function = ARROW
  666. }
  667.  
  668. ############################################################################
  669. ################# UP ######################################################
  670. ############################################################################
  671. image
  672. {
  673. function = BOX
  674. state = NORMAL
  675. detail = "spinbutton_up"
  676. recolorable = TRUE
  677. file = "Spin/spin.png"
  678. border = { 0, 0, 0, 0 }
  679. stretch = TRUE
  680. overlay_file = "Spin/spin-up.png"
  681. overlay_stretch = FALSE
  682. }
  683.  
  684. image
  685. {
  686. function = BOX
  687. state = PRELIGHT
  688. detail = "spinbutton_up"
  689. recolorable = TRUE
  690. file = "Spin/spin.png"
  691. border = { 0, 0, 0, 0 }
  692. stretch = TRUE
  693. overlay_file = "Spin/spin-up-prelight.png"
  694. overlay_stretch = FALSE
  695. }
  696.  
  697. image
  698. {
  699. function = BOX
  700. state = INSENSITIVE
  701. detail = "spinbutton_up"
  702. recolorable = TRUE
  703. file = "Spin/spin.png"
  704. border = { 0, 0, 0, 0 }
  705. stretch = TRUE
  706. overlay_file = "Spin/spin-up-disable.png"
  707. overlay_stretch = FALSE
  708. }
  709.  
  710. image
  711. {
  712. function = BOX
  713. state = ACTIVE
  714. detail = "spinbutton_up"
  715. recolorable = TRUE
  716. file = "Spin/spin.png"
  717. border = { 0, 0, 0, 0 }
  718. stretch = TRUE
  719. overlay_file = "Spin/spin-up-prelight.png"
  720. overlay_stretch = FALSE
  721. }
  722.  
  723. ############################################################################
  724. ################# DOWN #####################################################
  725. ############################################################################
  726.  
  727. image
  728. {
  729. function = BOX
  730. state = NORMAL
  731. detail = "spinbutton_down"
  732. recolorable = TRUE
  733. file = "Spin/spin.png"
  734. border = { 0, 0, 0, 0 }
  735. stretch = TRUE
  736. overlay_file = "Spin/spin-down.png"
  737. overlay_stretch = FALSE
  738. }
  739.  
  740. image
  741. {
  742. function = BOX
  743. state = PRELIGHT
  744. detail = "spinbutton_down"
  745. recolorable = TRUE
  746. file = "Spin/spin.png"
  747. border = { 0, 0, 0, 0 }
  748. stretch = TRUE
  749. overlay_file = "Spin/spin-down-prelight.png"
  750. overlay_stretch = FALSE
  751. }
  752.  
  753. image
  754. {
  755. function = BOX
  756. state = INSENSITIVE
  757. detail = "spinbutton_down"
  758. recolorable = TRUE
  759. file = "Spin/spin.png"
  760. border = { 0, 0, 0, 0 }
  761. stretch = TRUE
  762. overlay_file = "Spin/spin-down-disable.png"
  763. overlay_stretch = FALSE
  764. }
  765.  
  766. image
  767. {
  768. function = BOX
  769. state = ACTIVE
  770. detail = "spinbutton_down"
  771. recolorable = TRUE
  772. file = "Spin/spin.png"
  773. border = { 0, 0, 0, 0 }
  774. stretch = TRUE
  775. overlay_file = "Spin/spin-down-prelight.png"
  776. overlay_stretch = FALSE
  777. }
  778.  
  779. }
  780. }
  781.  
  782.  
  783. ############################################################################
  784. ################# PROGRESSBAR ##############################################
  785. ############################################################################
  786.  
  787. style "progressbar" {
  788. #fg[PRELIGHT] = "#ffffff"
  789. #text[PRELIGHT] = "#ffffff"
  790. xthickness = 1
  791. ythickness = 1
  792. engine "pixmap"
  793. {
  794. image
  795. {
  796. function = BOX
  797.  
  798. detail = "trough"
  799. file = "ProgressBar/trough-progressbar-horiz.png"
  800. border = { 0, 0, 0, 0 }
  801. stretch = TRUE
  802. orientation = HORIZONTAL
  803. }
  804.  
  805. image
  806. {
  807. function = BOX
  808.  
  809. detail = "bar"
  810. file = "ProgressBar/progressbar-horiz.png"
  811. border = { 1, 1, 1, 1 }
  812. stretch = FALSE
  813. orientation = HORIZONTAL
  814. }
  815.  
  816. image
  817. {
  818. function = BOX
  819.  
  820. detail = "trough"
  821. file = "ProgressBar/trough-progressbar-vert.png"
  822. border = { 0, 0, 0, 0 }
  823. stretch = TRUE
  824. orientation = VERTICAL
  825. }
  826.  
  827. image
  828. {
  829. function = BOX
  830.  
  831. detail = "bar"
  832. file = "ProgressBar/progressbar-vert.png"
  833. border = { 1, 1, 1, 1 }
  834. stretch = FALSE
  835. orientation = VERTICAL
  836. }
  837.  
  838. }
  839. }
  840.  
  841. ############################################################################
  842. ################# RANGE ####################################################
  843. ############################################################################
  844.  
  845. style "range" = "default"
  846. {
  847. engine "pixmap"
  848. {
  849. image
  850. {
  851. function = BOX
  852. recolorable = TRUE
  853. detail = "trough"
  854. file = "Range/trough-horizontal.png"
  855. border = { 10, 10, 1, 19 }
  856. stretch = TRUE
  857. orientation = HORIZONTAL
  858. }
  859. image
  860. {
  861. function = BOX
  862. recolorable = TRUE
  863. detail = "trough"
  864. file = "Range/trough-vertical.png"
  865. border = { 0, 19, 10, 10 }
  866. stretch = TRUE
  867. orientation = VERTICAL
  868. }
  869. ############################################################################
  870. ################# SLIDERS ##################################################
  871. ############################################################################
  872.  
  873. image
  874. {
  875. function = SLIDER
  876. recolorable = TRUE
  877. state = NORMAL
  878. file = "Range/null.png"
  879. border = { 0, 0, 0, 0 }
  880. stretch = TRUE
  881. overlay_file = "Range/slider-horiz.png"
  882. overlay_stretch = FALSE
  883. orientation = HORIZONTAL
  884. }
  885. image
  886. {
  887. function = SLIDER
  888. recolorable = TRUE
  889. state = PRELIGHT
  890. file = "Range/null.png"
  891. border = { 0, 0, 0, 0 }
  892. stretch = TRUE
  893. overlay_file = "Range/slider-horiz-prelight.png"
  894. overlay_stretch = FALSE
  895. orientation = HORIZONTAL
  896. }
  897. image
  898. {
  899. function = SLIDER
  900. recolorable = TRUE
  901. state = INSENSITIVE
  902. file = "Range/null.png"
  903. border = { 0, 0, 0, 0 }
  904. stretch = TRUE
  905. overlay_file = "Range/slider-horiz.png"
  906. overlay_stretch = FALSE
  907. orientation = HORIZONTAL
  908. }
  909.  
  910. ############################################################################
  911. ################# VERTICAL #################################################
  912. ############################################################################
  913.  
  914. image
  915. {
  916. function = SLIDER
  917. recolorable = TRUE
  918. state = NORMAL
  919. file = "Range/null.png"
  920. border = { 0, 0, 0, 0 }
  921. stretch = TRUE
  922. overlay_file = "Range/slider-vert.png"
  923. overlay_stretch = FALSE
  924. orientation = VERTICAL
  925. }
  926. image
  927. {
  928. function = SLIDER
  929. recolorable = TRUE
  930. state = PRELIGHT
  931. file = "Range/null.png"
  932. border = { 0, 0, 0, 0 }
  933. stretch = TRUE
  934. overlay_file = "Range/slider-vert-prelight.png"
  935. overlay_stretch = FALSE
  936. orientation = VERTICAL
  937. }
  938. image
  939. {
  940. function = SLIDER
  941. recolorable = TRUE
  942. state = INSENSITIVE
  943. file = "Range/null.png"
  944. border = { 0, 0, 0, 0 }
  945. stretch = TRUE
  946. overlay_file = "Range/slider-vert.png"
  947. overlay_stretch = FALSE
  948. orientation = VERTICAL
  949. }
  950. }
  951. }
  952.  
  953. ############################################################################
  954. ################# TOOLBAR ##################################################
  955. ############################################################################
  956.  
  957. style "toolbar"
  958. {
  959. engine "pixmap"
  960. {
  961. image
  962. {
  963. function = BOX
  964. file = "Toolbar/bg-toolbar.png"
  965. border = { 4, 4, 4, 4 }
  966. stretch = TRUE
  967.  
  968. }
  969. }
  970. }
  971. widget_class "*BonoboDockItem" style "toolbar"
  972. class "*BonoboDockItem" style "toolbar"
  973.  
  974. widget_class "*HandleBox" style "toolbar"
  975. class "*HandleBox" style "toolbar"
  976.  
  977. widget_class "*Toolbar" style "toolbar"
  978. class "*Toolbar" style "toolbar"
  979.  
  980. ############################################################################
  981. ################# TOOLBAR BUTTONS ##########################################
  982. ############################################################################
  983.  
  984. style "toolbuttons" = "default"
  985.  
  986. {
  987. xthickness = 1
  988. ythickness = 1
  989. GtkWidget::focus_padding = 2
  990.  
  991. engine "pixmap" {
  992.  
  993. image
  994. {
  995. function = BOX
  996. recolorable = TRUE
  997. state = NORMAL
  998. file = "Toolbar/toolbutton-normal.png"
  999. border = { 4, 4, 4, 4 }
  1000. stretch = TRUE
  1001. }
  1002.  
  1003. image
  1004. {
  1005. function = BOX
  1006. recolorable = TRUE
  1007. state = PRELIGHT
  1008. file = "Toolbar/toolbutton-prelight.png"
  1009. border = { 4, 4, 4, 4 }
  1010. stretch = TRUE
  1011. }
  1012.  
  1013. image
  1014. {
  1015. function = BOX
  1016. recolorable = TRUE
  1017. state = ACTIVE
  1018. file = "Toolbar/toolbutton-pressed.png"
  1019. border = { 4, 4, 4, 4 }
  1020. stretch = TRUE
  1021. }
  1022. image
  1023. {
  1024. function = BOX
  1025. recolorable = TRUE
  1026. state = INSENSITIVE
  1027. file = "Toolbar/toolbutton-normal.png"
  1028. border = { 4, 4, 4, 4 }
  1029. stretch = TRUE
  1030. }
  1031.  
  1032. }
  1033.  
  1034. }
  1035. widget_class "*Tool*GtkToggleButton" style "toolbuttons"
  1036. widget_class "*Tool*GtkButton" style "toolbuttons"
  1037.  
  1038. ############################################################################
  1039. ################# MENU #####################################################
  1040. ############################################################################
  1041.  
  1042. style "menu" = "default"
  1043. {
  1044. xthickness = 0
  1045. ythickness = 0
  1046. engine "pixmap"
  1047. {
  1048. image
  1049. {
  1050. function = BOX
  1051. recolorable = TRUE
  1052. detail = "menu"
  1053. file = "Menu-Menubar/menu.png"
  1054. border = { 2, 2, 2, 2 }
  1055. stretch = TRUE
  1056.  
  1057. }
  1058.  
  1059. }
  1060. }
  1061.  
  1062. ############################################################################
  1063. ################# MENUITEM #################################################
  1064. ############################################################################
  1065.  
  1066. style "menuitem" = "default"
  1067. {
  1068. xthickness = 0
  1069. ythickness = 0
  1070. #fg[NORMAL] = "#b0b0b0"
  1071. #fg[PRELIGHT] = "#d0d0d0"
  1072.  
  1073.  
  1074.  
  1075. engine "pixmap"
  1076. {
  1077. image
  1078. {
  1079. function = BOX
  1080. recolorable = TRUE
  1081. file = "Menu-Menubar/borderx.png"
  1082. border = { 4, 4, 4, 4 }
  1083. stretch = TRUE
  1084. }
  1085. image
  1086. {
  1087. function = ARROW
  1088. recolorable = TRUE
  1089. state = NORMAL
  1090. overlay_file = "Menu-Menubar/arrow-right.png"
  1091. overlay_stretch = FALSE
  1092. arrow_direction = RIGHT
  1093. }
  1094. image
  1095. {
  1096. function = ARROW
  1097. recolorable = TRUE
  1098. state = PRELIGHT
  1099. overlay_file = "Menu-Menubar/arrow-right-prelight.png"
  1100. overlay_stretch = FALSE
  1101. arrow_direction = RIGHT
  1102. }
  1103. }
  1104. }
  1105.  
  1106. ############################################################################
  1107. ################# MENUBAR ##################################################
  1108. ############################################################################
  1109.  
  1110. style "menubar" = "default"
  1111. {
  1112. #font_name = "Purisa Bold 9"
  1113. #font_name = "Purisa Bold 9"
  1114. fg[NORMAL] = "#dddddd"
  1115. #text[NORMAL] = "#ffffff"
  1116. #fg[PRELIGHT] = "#ffffff"
  1117. #fg[ACTIVE] = "#ffffff"
  1118. fg[INSENSITIVE] = "#aaaaaa"
  1119. text[PRELIGHT] = "#eeeeee"
  1120.  
  1121. xthickness = 1
  1122. ythickness = 1
  1123.  
  1124.  
  1125.  
  1126. engine "pixmap"
  1127. {
  1128.  
  1129. image
  1130. {
  1131. function = BOX
  1132. state = NORMAL
  1133. file = "Menu-Menubar/blank.png"
  1134. border = { 2, 2, 2, 2 }
  1135. stretch = TRUE
  1136. }
  1137. image
  1138. {
  1139. function = BOX
  1140. state = ACTIVE
  1141. file = "Menu-Menubar/blank.png"
  1142. border = { 2, 2, 2, 2 }
  1143. stretch = TRUE
  1144. }
  1145.  
  1146. image
  1147. {
  1148. function = BOX
  1149. state = INSENSITIVE
  1150. file = "Menu-Menubar/blank.png"
  1151. border = { 2, 2, 2, 2 }
  1152. stretch = TRUE
  1153. }
  1154.  
  1155. image
  1156. {
  1157. function = BOX
  1158. recolorable = TRUE
  1159. state = PRELIGHT
  1160. file = "Menu-Menubar/blank.png"
  1161.  
  1162. border = { 10, 10, 10, 10 }
  1163. stretch = TRUE
  1164. }
  1165.  
  1166. }
  1167. }
  1168.  
  1169. style "tearoffmenuitem" = "menuitem"
  1170. {
  1171. engine "pixmap"
  1172. {
  1173. image
  1174. {
  1175. function = ARROW
  1176. file = "Arrows/arrow-left.png"
  1177. stretch = TRUE
  1178. arrow_direction = LEFT
  1179. }
  1180. # image
  1181. # {
  1182. # function = HLINE
  1183. # file = "cuthere.png"
  1184. # border = { 0, 0, 0, 0 }
  1185. # stretch = TRUE
  1186. # }
  1187.  
  1188. }
  1189. }
  1190.  
  1191. ############################################################################
  1192. ################# NOTEBOOK #################################################
  1193. ############################################################################
  1194.  
  1195. style "notebook" = "default"
  1196. {
  1197.  
  1198. xthickness = 3
  1199. ythickness = 3
  1200.  
  1201. engine "pixmap"
  1202. {
  1203. image
  1204. {
  1205. function = EXTENSION
  1206. recolorable = TRUE
  1207. state = ACTIVE
  1208. file = "Tabs/tab-bottom.png"
  1209. border = { 4,4,4,4}
  1210. stretch = TRUE
  1211. gap_side = TOP
  1212. }
  1213. image
  1214. {
  1215. function = EXTENSION
  1216. recolorable = TRUE
  1217. state = ACTIVE
  1218. file = "Tabs/tab-top.png"
  1219. border = { 4,4,4,4}
  1220. stretch = TRUE
  1221. gap_side = BOTTOM
  1222. }
  1223. image
  1224. {
  1225. function = EXTENSION
  1226. recolorable = TRUE
  1227. state = ACTIVE
  1228. file = "Tabs/tab-left.png"
  1229. border = { 4,4,4,4}
  1230. stretch = TRUE
  1231. gap_side = RIGHT
  1232. }
  1233. image
  1234. {
  1235. function = EXTENSION
  1236. recolorable = TRUE
  1237. state = ACTIVE
  1238. file = "Tabs/tab-right.png"
  1239. border = { 4,4,4,4}
  1240. stretch = TRUE
  1241. gap_side = LEFT
  1242. }
  1243. image
  1244. {
  1245. function = EXTENSION
  1246. recolorable = TRUE
  1247.  
  1248. file = "Tabs/tab-top-active.png"
  1249. border = { 4,4,4,4}
  1250. stretch = TRUE
  1251. gap_side = BOTTOM
  1252. }
  1253. image
  1254. {
  1255. function = EXTENSION
  1256. recolorable = TRUE
  1257.  
  1258. file = "Tabs/tab-bottom-active.png"
  1259. border = { 4,4,4,4}
  1260. stretch = TRUE
  1261. gap_side = TOP
  1262. }
  1263. image
  1264. {
  1265. function = EXTENSION
  1266. recolorable = TRUE
  1267.  
  1268. file = "Tabs/tab-left-active.png"
  1269. border = { 4,4,4,4}
  1270. stretch = TRUE
  1271. gap_side = RIGHT
  1272. }
  1273. image
  1274. {
  1275. function = EXTENSION
  1276. recolorable = TRUE
  1277.  
  1278. file = "Tabs/tab-right-active.png"
  1279. border = { 4,4,4,4}
  1280. stretch = TRUE
  1281. gap_side = LEFT
  1282. }
  1283. #
  1284.  
  1285. #
  1286. image
  1287. {
  1288. function = BOX_GAP
  1289. recolorable = TRUE
  1290. file = "Tabs/notebook.png"
  1291. border = { 5, 5, 5, 5 }
  1292. stretch = TRUE
  1293. gap_file = "Others/null.png"
  1294. gap_border = { 0, 0, 0, 0 }
  1295. gap_start_file = "Others/null.png"
  1296. gap_start_border = { 0, 0, 0, 0 }
  1297. gap_end_file = "Others/null.png"
  1298. gap_end_border = { 0, 0, 0, 0 }
  1299. gap_side = TOP
  1300. }
  1301. image
  1302. {
  1303. function = BOX_GAP
  1304. recolorable = TRUE
  1305. file = "Tabs/notebook.png"
  1306. border = { 5, 5, 5, 5 }
  1307. stretch = TRUE
  1308. gap_file = "Others/null.png"
  1309. gap_border = { 10, 10,5, 5 }
  1310. gap_start_file = "Others/null.png"
  1311. gap_start_border = { 10, 10, 5, 5 }
  1312. gap_end_file = "Others/null.png"
  1313. gap_end_border = { 10, 10, 5, 5 }
  1314. gap_side = BOTTOM
  1315. }
  1316. image
  1317. {
  1318. function = BOX_GAP
  1319. recolorable = TRUE
  1320. file = "Tabs/notebook.png"
  1321. border = { 5, 5, 5, 5 }
  1322. stretch = TRUE
  1323. gap_file = "Others/null.png"
  1324. gap_border = { 0, 1, 0, 0 }
  1325. gap_start_file = "Others/null.png"
  1326. gap_start_border = { 0, 0, 2, 0 }
  1327. gap_end_file = "Others/null.png"
  1328. gap_end_border = { 0, 2, 1, 0 }
  1329. gap_side = LEFT
  1330. }
  1331. image
  1332. {
  1333. function = BOX_GAP
  1334. recolorable = TRUE
  1335. file = "Tabs/notebook.png"
  1336. border = { 5, 5, 5, 5 }
  1337. stretch = TRUE
  1338. gap_file = "Others/null.png"
  1339. gap_border = { 0, 0, 1, 0 }
  1340. gap_start_file = "Others/null.png"
  1341. gap_start_border = { 2, 0, 2, 0 }
  1342. gap_end_file = "Others/null.png"
  1343. gap_end_border = { 0, 0, 0, 2 }
  1344. gap_side = RIGHT
  1345. }
  1346. #
  1347.  
  1348. #
  1349. image
  1350. {
  1351. function = BOX
  1352. recolorable = TRUE
  1353. file = "Tabs/notebook.png"
  1354. border = { 6,6,6,6 }
  1355. stretch = TRUE
  1356. }
  1357. }
  1358. }
  1359.  
  1360. style "tooltips" = "default"
  1361.  
  1362. {
  1363. xthickness = 5
  1364. ythickness = 5
  1365.  
  1366. fg[NORMAL] = "#ffffff"
  1367.  
  1368. bg[NORMAL] = "#000000"
  1369. bg[SELECTED] = "#888888"
  1370. bg[ACTIVE] = "#888888"
  1371.  
  1372.  
  1373. engine "pixmap"
  1374. {
  1375. image
  1376. {
  1377.  
  1378.  
  1379. function = FLAT_BOX
  1380. recolorable = TRUE
  1381. file = "Panel/tooltip.png"
  1382. border = {5, 5, 5, 5}
  1383. stretch = TRUE
  1384.  
  1385. }
  1386. }
  1387. }
  1388. widget "gtk-tooltip*" style "tooltips"
  1389. ############################################################################
  1390. ################# RULER ####################################################
  1391. ############################################################################
  1392.  
  1393. style "ruler" = "default"
  1394. {
  1395. engine "pixmap" {
  1396. image
  1397. {
  1398. function = BOX
  1399. recolorable = TRUE
  1400. detail = "vruler"
  1401. file = "Others/ruler.png"
  1402. border = { 2, 2, 2, 2 }
  1403. stretch = TRUE
  1404. }
  1405. image
  1406. {
  1407. function = BOX
  1408. recolorable = TRUE
  1409. detail = "hruler"
  1410. file = "Others/ruler.png"
  1411. border = { 2, 2, 2, 2 }
  1412. stretch = TRUE
  1413. }
  1414. }
  1415. }
  1416.  
  1417. ############################################################################
  1418. ################# HANDLES ##################################################
  1419. ############################################################################
  1420.  
  1421.  
  1422. style "handlebox" = "default"
  1423. {
  1424. engine "pixmap"
  1425. {
  1426. image
  1427. {
  1428.  
  1429. }
  1430.  
  1431. image
  1432. {
  1433. function = HANDLE
  1434. recolorable = TRUE
  1435. overlay_file = "Handles/handle-v.png"
  1436. overlay_stretch = FALSE
  1437. orientation = VERTICAL
  1438. }
  1439. image
  1440. {
  1441. function = HANDLE
  1442. overlay_file = "Handles/handle-h.png"
  1443. overlay_stretch = FALSE
  1444. orientation = HORIZONTAL
  1445. }
  1446. }
  1447. }
  1448.  
  1449.  
  1450. style "flat" = "default"
  1451. {
  1452. engine "pixmap"
  1453. {
  1454. image
  1455. {
  1456. function = SHADOW
  1457. }
  1458. }
  1459. }
  1460.  
  1461.  
  1462. style "layout" = "default"
  1463. {
  1464. engine "pixmap"
  1465. {
  1466. image
  1467. {
  1468. function = SHADOW
  1469. detail = "entry"
  1470. shadow = IN
  1471. recolorable = FALSE
  1472. file = "Shadows/text.png"
  1473. border = { 1, 1, 1, 1 }
  1474. stretch = TRUE
  1475. }
  1476. image
  1477. {
  1478. function = BOX
  1479. detail = "button"
  1480. state = NORMAL
  1481. file = "Buttons/button-normal.png"
  1482. recolorable = TRUE
  1483. border = { 2, 3, 2, 3 }
  1484. stretch = TRUE
  1485. }
  1486. }
  1487. }
  1488. ############################################################################
  1489. ################# TERMINAL #################################################
  1490. ############################################################################
  1491.  
  1492. style "terminal"
  1493. {
  1494. #text[NORMAL] = "#ffffff"
  1495. #base[NORMAL] = "#000000"
  1496.  
  1497. TerminalScreen::background-darkness = 0.70
  1498. }
  1499. class "TerminalScreen" style "terminal"
  1500.  
  1501. ############################################################################
  1502. ################# LIST HEADERS #############################################
  1503. ############################################################################
  1504.  
  1505. style "list-header"
  1506. {
  1507. #ythickness = 0
  1508. GtkTreeView::odd_row_color = "#000000"
  1509. GtkTreeView::even_row_color = "#000000"
  1510.  
  1511. fg[NORMAL] = "#ffffff"
  1512. text[NORMAL] = "#ffffff"
  1513.  
  1514.  
  1515. engine "pixmap"
  1516. {
  1517.  
  1518. image
  1519. {
  1520. function = BOX
  1521. recolorable = TRUE
  1522.  
  1523. state = NORMAL
  1524. file = "ListHeaders/list_header.png"
  1525. border = { 2, 2, 2, 2 }
  1526. stretch = TRUE
  1527. }
  1528.  
  1529.  
  1530. image
  1531. {
  1532. function = BOX
  1533. recolorable = TRUE
  1534.  
  1535. state = PRELIGHT
  1536. file = "ListHeaders/list_header-prelight.png"
  1537. border = { 2, 2, 2, 2 }
  1538. stretch = TRUE
  1539. }
  1540.  
  1541. image
  1542. {
  1543. function = BOX
  1544. recolorable = TRUE
  1545.  
  1546. state = ACTIVE
  1547. file = "ListHeaders/list_header-pressed.png"
  1548. border = { 2, 2, 2, 2}
  1549. stretch = TRUE
  1550. }
  1551.  
  1552. image
  1553. {
  1554. function = BOX
  1555. recolorable = TRUE
  1556.  
  1557. state = SELECTED
  1558. file = "ListHeaders/list_header-prelight.png"
  1559. border = { 2, 2, 2, 2 }
  1560. stretch = TRUE
  1561. }
  1562. image
  1563. {
  1564. function = BOX
  1565. recolorable = TRUE
  1566.  
  1567. state = INSENSITIVE
  1568. file = "ListHeaders/list_header-insens.png"
  1569. border = { 2, 2, 2, 2 }
  1570. stretch = TRUE
  1571. }
  1572.  
  1573.  
  1574. }
  1575.  
  1576. }
  1577.  
  1578. widget_class "*List" style "list-header"
  1579. widget_class "*GtkTree*" style "list-header"
  1580. widget_class "*GtkCList*" style "list-header"
  1581. #widget_class "*Tree*" style "list-header"
  1582.  
  1583.  
  1584.  
  1585.  
  1586.  
  1587. style "unstyle"
  1588. {
  1589. engine ""
  1590. {
  1591. }
  1592. }
  1593.  
  1594.  
  1595.  
  1596. style "SPbutton"
  1597. {
  1598. engine "pixmap"
  1599. {
  1600. image
  1601. {
  1602. function = BOX
  1603. shadow = IN
  1604. recolorable = TRUE
  1605. file = "Shadows/shadow-out.png"
  1606. border = { 2, 2, 2, 2 }
  1607. stretch = TRUE
  1608. }
  1609. image
  1610. {
  1611. function = BOX
  1612. }
  1613.  
  1614. }
  1615. }
  1616.  
  1617.  
  1618. style "treecol"
  1619. {
  1620. bg[NORMAL] = "#ffffff"
  1621.  
  1622. }
  1623.  
  1624.  
  1625.  
  1626. class "GtkButton" style "button"
  1627. #widget_class "*GtkButton.*" style "button"
  1628.  
  1629.  
  1630. class "GtkRadioButton" style "radiobutton"
  1631. class "GtkRadioMenuItem" style "radiobutton"
  1632. class "GtkCheckButton" style "checkbutton"
  1633. class "GtkCheckMenuItem" style "checkbutton"
  1634. class "GtkOptionMenu" style "optionmenu"
  1635. class "GtkCombo*" style "optionmenu"
  1636. class "*Font*" style "optionmenu"
  1637. class "GtkEntry" style "entry"
  1638. class "GtkOldEditable" style "entry"
  1639. class "GtkSpinButton" style "spinbutton"
  1640. class "GtkRuler" style "ruler"
  1641. class "GtkScrollbar" style "scrollbar"
  1642.  
  1643. class "GtkProgressBar" style "progressbar"
  1644. class "GtkRange" style "range"
  1645. class "GtkMenu" style "menu"
  1646.  
  1647. #class "GtkMenuBar*" style "menubar"
  1648.  
  1649.  
  1650. widget_class "*MenuBar.*" style "menubar"
  1651.  
  1652.  
  1653. class "GtkMenuItem" style "menuitem"
  1654. class "GtkTearoffMenuItem" style "menuitem"
  1655. class "GtkNotebook" style "notebook"
  1656. class "GtkToolbar" style "flat"
  1657. class "GtkHandleBox" style "handlebox"
  1658. class "GtkEventBox" style "flat"
  1659. class "GtkPaned" style "handlebox"
  1660. class "GtkLayout" style "layout"
  1661. class "SPButton" style "SPbutton"
  1662. widget "gtk-tooltips" style "tooltips"
  1663. class "SPColorSlider" style "unstyle"
  1664.  
  1665. ############################################################################
  1666. ################# PANEL-TEXT-BUTTON ########################################
  1667. ############################################################################
  1668.  
  1669. style "panel"
  1670. {
  1671. xthickness = 0
  1672. ythickness = 0
  1673.  
  1674. GtkWidget::focus_padding = 0
  1675.  
  1676. fg[NORMAL] = (@fg_color)
  1677. fg[PRELIGHT] = (@fg_color)
  1678.  
  1679. #bg_pixmap[NORMAL] = "/Panel/panel_image.png"
  1680.  
  1681. engine "pixmap" {
  1682.  
  1683. image
  1684. {
  1685. function = BOX
  1686. recolorable = TRUE
  1687. state = NORMAL
  1688. file = "Panel/panelbutton1.png"
  1689. border = { 2, 2, 2, 2 }
  1690. stretch = TRUE
  1691. }
  1692.  
  1693. image
  1694. {
  1695. function = BOX
  1696. recolorable = TRUE
  1697. state = PRELIGHT
  1698. file = "Panel/panelbutton2.png"
  1699. border = { 5, 5, 5, 5 }
  1700. stretch = TRUE
  1701. }
  1702.  
  1703. image
  1704. {
  1705. function = BOX
  1706. recolorable = TRUE
  1707. shadow = OUT
  1708. state = PRELIGHT
  1709. file = "Panel/panelbutton2.png"
  1710. border = { 5, 5, 5, 5 }
  1711. stretch = TRUE
  1712. }
  1713.  
  1714. image
  1715. {
  1716. function = BOX
  1717. recolorable = TRUE
  1718. shadow = IN
  1719. state = PRELIGHT
  1720. file = "Panel/panelbutton2.png"
  1721. border = { 5, 5, 5, 5 }
  1722. stretch = TRUE
  1723. }
  1724.  
  1725. image
  1726. {
  1727. function = BOX
  1728. recolorable = TRUE
  1729. state = ACTIVE
  1730. file = "Panel/panelbutton3.png"
  1731. border = { 5, 5, 5, 5 }
  1732. stretch = TRUE
  1733. }
  1734.  
  1735. image
  1736. {
  1737. function = BOX
  1738. recolorable = TRUE
  1739. state = INSENSITIVE
  1740. file = "Panel/panelbutton1.png"
  1741. border = { 2, 2, 2, 2 }
  1742. stretch = TRUE
  1743. }
  1744. image
  1745. {
  1746. function = HANDLE
  1747. recolorable = TRUE
  1748. overlay_file = "Panel/panel_handle-v.png"
  1749. overlay_stretch = FALSE
  1750. orientation = VERTICAL
  1751. }
  1752. image
  1753. {
  1754. function = HANDLE
  1755. overlay_file = "Panel/panel_handle-h.png"
  1756. overlay_stretch = FALSE
  1757. orientation = HORIZONTAL
  1758. }
  1759.  
  1760. }
  1761.  
  1762. }
  1763.  
  1764. class "*Mail*" style "panel"
  1765. class "*notif*" style "panel"
  1766. class "*Notif*" style "panel"
  1767. widget_class "*Mail*" style "panel"
  1768. widget_class "*notif*" style "panel"
  1769. widget_class "*Notif*" style "panel"
  1770. widget_class "*BonoboDockItem" style "panel"
  1771. class "*BonoboDockItem" style "panel"
  1772. class "*Panel*Applet*" style "panel"
  1773. widget_class "*Panel*GtkToggleButton" style "panel"
  1774. widget_class "*Panel*GtkButton" style "panel"
  1775. widget_class "*.Panel*Button*GtkLabel" style "panel"
  1776. widget_class "*.Panel*GtkLabel" style "panel"
  1777. widget "*PanelWidget*" style "panel"
  1778. widget "*PanelApplet*" style "panel"
  1779.  
  1780.  
  1781. class "GtkMenuBar*" style "panel"
  1782. class "GtkProgressBar" style "progressbar"
  1783.  
  1784.  
  1785.  
  1786. ############################################################################
  1787. ################# END ######################################################
  1788. ############################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement