themerc (5027B)


      1 # This file contains all themerc options with default values
      2 #
      3 # System-wide and local themes can be overridden by creating a copy of this
      4 # file and renaming it to $HOME/.config/labwc/themerc-override. Be careful
      5 # though - if you only want to override a small number of specific options,
      6 # make sure all other lines are commented out or deleted.
      7 
      8 # general
      9 border.width: 4
     10 
     11 #
     12 # The global padding.{width,height} of openbox are not supported because
     13 # the default labwc button geometry deviates from that of openbox
     14 #
     15 window.titlebar.padding.width: 8
     16 window.titlebar.padding.height: 4
     17 
     18 # window border
     19 window.active.border.color: #1d2021
     20 window.inactive.border.color: #1d2021
     21 
     22 # ToggleKeybinds status indicator
     23 window.active.indicator.toggled-keybind.color: #ff00ff
     24 
     25 # window titlebar background
     26 window.active.title.bg.color: #1d2021
     27 window.inactive.title.bg.color: #1d2021
     28 window.*.title.bg: Solid
     29 
     30 # Vertical and SplitVertical gradients are supported for window.*.title.bg
     31 # with the following additional color fields. See labwc-theme(5) for examples.
     32 #
     33 #     window.*.title.bg.colorTo:
     34 #     window.*.title.bg.color.splitTo:
     35 #     window.*.title.bg.colorTo.splitTo:
     36 
     37 # window titlebar text
     38 window.active.label.text.color: #ebdbb2
     39 window.inactive.label.text.color: #a89984
     40 window.label.text.justify: center
     41 
     42 # window button width and spacing
     43 window.button.width: 14
     44 window.button.height: 14
     45 window.button.spacing: 12
     46 
     47 # window button hover effect
     48 # window.button.hover.bg.corner-radius: 0
     49 
     50 # window buttons
     51 window.active.button.unpressed.image.color: #ebdbb2
     52 window.inactive.button.unpressed.image.color: #a89984
     53 
     54 window.active.button.iconify.unpressed.image.color: #d79921
     55 window.active.button.max.unpressed.image.color: #98971a
     56 window.active.button.close.unpressed.image.color: #cc241d
     57 
     58 # window drop-shadows
     59 window.active.shadow.size: 60
     60 window.inactive.shadow.size: 40
     61 window.active.shadow.color: #00000060
     62 window.inactive.shadow.color: #00000040
     63 
     64 # Note that "menu", "iconify", "max", "close" buttons colors can be defined
     65 # individually by inserting the type after the button node, for example:
     66 #
     67 #     window.active.button.iconify.unpressed.image.color: #333333
     68 
     69 # menu
     70 menu.overlap.x: 0
     71 menu.overlap.y: 0
     72 menu.width.min: 20
     73 menu.width.max: 200
     74 menu.border.width: 4
     75 menu.border.color: #1d2021
     76 menu.items.bg.color: #282828
     77 menu.items.text.color: #ebdbb2
     78 menu.items.active.bg.color: #3c3836
     79 menu.items.active.text.color: #ebdbb2
     80 menu.items.padding.x: 7
     81 menu.items.padding.y: 4
     82 menu.separator.width: 1
     83 menu.separator.padding.width: 6
     84 menu.separator.padding.height: 3
     85 menu.separator.color: #928374
     86 menu.title.bg.color: #589bda
     87 menu.title.text.color: #ffffff
     88 menu.title.text.justify: Center
     89 
     90 # on screen display (window-cycle dialog)
     91 osd.bg.color: #282828
     92 osd.border.color: #1d2021
     93 osd.border.width: 4
     94 osd.label.text.color: #ebdbb2
     95 
     96 # width can be set as percent (of screen width)
     97 # example 50% or 75% instead of 600, max 100%
     98 osd.window-switcher.style-classic.width: 600
     99 
    100 osd.window-switcher.style-classic.padding: 4
    101 osd.window-switcher.style-classic.item.padding.x: 10
    102 osd.window-switcher.style-classic.item.padding.y: 1
    103 osd.window-switcher.style-classic.item.active.border.width: 4
    104 osd.window-switcher.style-classic.item.active.border.color: #1d2021
    105 osd.window-switcher.style-classic.item.active.bg.color: #bfbcba
    106 # The icon size the same as the font size by default
    107 # osd.window-switcher.style-classic.item.icon.size: 50
    108 
    109 osd.window-switcher.style-thumbnail.width.max: 80%
    110 osd.window-switcher.style-thumbnail.padding: 4
    111 osd.window-switcher.style-thumbnail.item.width: 300
    112 osd.window-switcher.style-thumbnail.item.height: 250
    113 osd.window-switcher.style-thumbnail.item.padding: 10
    114 osd.window-switcher.style-thumbnail.item.active.border.width: 4
    115 osd.window-switcher.style-thumbnail.item.active.border.color: #1d2021
    116 osd.window-switcher.style-thumbnail.item.active.bg.color: #bfbcba
    117 osd.window-switcher.style-thumbnail.item.icon.size: 60
    118 
    119 osd.window-switcher.preview.border.width: 4
    120 osd.window-switcher.preview.border.color: #1d2021,#000000,#dddda6
    121 
    122 osd.workspace-switcher.boxes.width: 20
    123 osd.workspace-switcher.boxes.height: 20
    124 osd.workspace-switcher.boxes.border.width: 4
    125 
    126 # Default values for following options change depending on the rendering
    127 # backend. For software-based renderers, *.bg.enabled is "no" and
    128 # *.border.enabled is "yes" if not set. For hardware-based renderers,
    129 # *.bg.enabled is "yes" and *.border.enabled is "no" if not set.
    130 # Setting *.bg.enabled to "yes" for software-based renderer with translucent
    131 # background color may severely impact performance.
    132 #
    133 # snapping.overlay.region.bg.enabled:
    134 # snapping.overlay.edge.bg.enabled:
    135 # snapping.overlay.region.border.enabled:
    136 # snapping.overlay.edge.border.enabled:
    137 
    138 snapping.overlay.region.bg.color: #8080b380
    139 snapping.overlay.edge.bg.color: #8080b380
    140 snapping.overlay.region.border.width: 4
    141 snapping.overlay.edge.border.width: 4
    142 snapping.overlay.region.border.color: #1d2021,#000000,#dddda6
    143 snapping.overlay.edge.border.color: #1d2021,#000000,#dddda6