This file is indexed.

/usr/share/sawfish/themes/bluefoo/theme.jl is in sawfish-themes 0.13.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
;; theme file, written Mon Apr 15 21:32:21 2002
;; created by sawfish-themer -- DO NOT EDIT!

(require 'make-theme)

(let
    ((patterns-alist
      '(("border-bottom"
         (inactive
          "border-bottom.png"))
        ("border-left"
         (inactive
          "border-left.png"))
        ("border-right"
         (inactive
          "border-right.png"))
        ("icon-menu"
         (inactive
          "icon-menu.png")
         (clicked
          "icon-menu-clicked.png"))
        ("icon-close"
         (inactive
          "icon-close.png")
         (clicked
          "icon-close-clicked.png"))
        ("icon-maximize"
         (inactive
          "icon-maximize.png")
         (clicked
          "icon-maximize-clicked.png"))
        ("border-right-bottom-corner"
         (inactive
          "border-right-bottom-corner.png"))
        ("border-left-bottom-corner"
         (inactive
          "border-left-bottom-corner.png"))
        ("border-left-top-corner"
         (inactive
          "border-left-top-corner.png"))
        ("border-top"
         (inactive
          "border-top-unfocused.png")
         (focused
          "border-top.png"))
        ("border-right-top-corner"
         (inactive
          "border-right-top-corner.png"))
        ("bottom-right-corner-mod-1"
         (inactive
          "border-right-bottom-corner-mod-1.png"))
        ("border-left-bottom-shaped"
         (inactive
          "border-left-bottom-shaped.png"))
        ("border-bottom-shaped"
         (inactive
          "border-bottom-shaped.png"))
        ("border-right-bottom-shaped"
         (inactive
          "border-right-bottom-shaped.png"))))

     (frames-alist
      '(("normal"
         ((left-edge . -3)
          (right-edge . -4)
          (top-edge . -18)
          (height . 18)
          (foreground . "#ffffffffffff")
          (background . "border-top")
          (text . window-name)
          (x-justify . 16)
          (y-justify . 6)
          (class . title))
         ((left-edge . 16)
          (right-edge . 16)
          (bottom-edge . -5)
          (x-justify . center)
          (background . "border-bottom")
          (class . bottom-border))
         ((bottom-edge . 15)
          (top-edge . -1)
          (left-edge . -5)
          (background . "border-left")
          (class . left-border))
         ((bottom-edge . 15)
          (top-edge . -1)
          (right-edge . -5)
          (background . "border-right")
          (class . right-border))
         ((right-edge . -2)
          (top-edge . -18)
          (background . "icon-close")
          (class . close-button))
         ((top-edge . -18)
          (right-edge . 10)
          (background . "icon-maximize")
          (class . maximize-button))
         ((left-edge . -1)
          (top-edge . -18)
          (background . "icon-menu")
          (class . iconify-button))
         ((background . "border-right-bottom-corner")
          (right-edge . -5)
          (bottom-edge . -5)
          (class . bottom-right-corner))
         ((bottom-edge . -5)
          (left-edge . -5)
          (background . "border-left-bottom-corner")
          (class . bottom-left-corner))
         ((top-edge . -18)
          (left-edge . -5)
          (background . "border-left-top-corner")
          (class . top-left-corner))
         ((right-edge . -5)
          (top-edge . -18)
          (foreground . "border-right-top-corner")
          (background . "border-right-top-corner")
          (class . top-right-corner)))
        ("shape"
         ((text . window-name)
          (x-justify . 16)
          (right-edge . -4)
          (left-edge . -3)
          (top-edge . -18)
          (height . 18)
          (foreground . "#ffffffffffff")
          (background . "border-top")
          (y-justify . 6)
          (class . title))
         ((right-edge . -2)
          (top-edge . -18)
          (background . "icon-close")
          (class . close-button))
         ((top-edge . -18)
          (right-edge . 10)
          (background . "icon-maximize")
          (class . maximize-button))
         ((left-edge . -1)
          (top-edge . -18)
          (background . "icon-menu")
          (class . iconify-button))
         ((top-edge . -18)
          (left-edge . -5)
          (background . "border-left-top-corner")
          (class . top-left-corner))
         ((right-edge . -5)
          (top-edge . -18)
          (foreground . "border-right-top-corner")
          (background . "border-right-top-corner")
          (class . top-right-corner))
         ((top-edge . 0)
          (left-edge . -5)
          (background . "border-left-bottom-shaped")
          (class . bottom-left-corner))
         ((top-edge . 0)
          (right-edge . 0)
          (left-edge . 0)
          (background . "border-bottom-shaped")
          (class . bottom-border))
         ((background . "border-right-bottom-shaped")
          (top-edge . 0)
          (right-edge . -5)
          (class . bottom-right-corner)))))

     (mapping-alist
      '((default . "normal")
        (shaped-transient . "shape")
        (shaped . "shape")))

     (theme-name 'bluefoo))

  (add-frame-style
   theme-name (make-theme patterns-alist frames-alist mapping-alist))
  (when (boundp 'mark-frame-style-editable)
    (mark-frame-style-editable theme-name)))