|
| 1 | +// new BMessage |
| 2 | +BMessage('ZThm') { |
| 3 | + z:theme:infos = BMessage(0x00000000) { |
| 4 | + z:theme:name = string("DarkFlat", 8 bytes) |
| 5 | + z:theme:screenshot = string("screenshot.png", 14 bytes) |
| 6 | + } |
| 7 | + // Desktop backgrounds and color; please respect count and ordering of all fields! |
| 8 | + be:bgndimginfo = BMessage(0x00000000) { |
| 9 | + // If true, use desktop color as icon text background |
| 10 | + be:bgndimginfoerasetext = bool(true) |
| 11 | + // Actual backdrop image file |
| 12 | + // Workspaces each backdrop apply to |
| 13 | + be:bgndimginfoworkspaces = int32(1 or 0x1) |
| 14 | + // Origin point for mode 0 |
| 15 | + be:bgndimginfooffset = BPoint(0.0, 0.0) |
| 16 | + // image mode: 0=use_origin, 1=centered, 2=scaled, 3=tiled |
| 17 | + be:bgndimginfomode = int32(2 or 0x2) |
| 18 | + be:bgndimginfoset = int32(0 or (nil)) |
| 19 | + // one per workspace, up to the last changing one |
| 20 | + be:desktop_color = rgb_color(14,14,14,255) |
| 21 | + } |
| 22 | + // Deskbar position |
| 23 | + deskbar_settings = BMessage(0x00000000) { |
| 24 | + // Deskbar on-screen position |
| 25 | + db:location = int32(3 or 0x3) |
| 26 | + // Deskbar is expanded |
| 27 | + db:expanded = bool(true) |
| 28 | + } |
| 29 | + // UI Settings |
| 30 | + ui_settings = BMessage(0x00000000) { |
| 31 | + // Panel Background |
| 32 | + be:c:PanBg = rgb_color(53,53,53,255) |
| 33 | + // Panel Text |
| 34 | + be:c:PanTx = rgb_color(210,210,210,255) |
| 35 | + // Document Background |
| 36 | + be:c:DocBg = rgb_color(64,64,64,255) |
| 37 | + // Document Text |
| 38 | + be:c:DocTx = rgb_color(210,210,210,255) |
| 39 | + // Control Background |
| 40 | + be:c:CtlBg = rgb_color(77,77,77,255) |
| 41 | + // Control Text |
| 42 | + be:c:CtlTx = rgb_color(210,210,210,255) |
| 43 | + // Control Border |
| 44 | + be:c:CtlBr = rgb_color(53,53,53,255) |
| 45 | + // Control Highlight |
| 46 | + be:c:CtlHg = rgb_color(53,53,53,255) |
| 47 | + // Control Mark |
| 48 | + h:c:CtlMk = rgb_color(86,86,86,255) |
| 49 | + // Navigation Base |
| 50 | + be:c:NavBs = rgb_color(100,100,100,255) |
| 51 | + // Navigation Pulse |
| 52 | + be:c:NavPl = rgb_color(53,53,53,255) |
| 53 | + // Shine |
| 54 | + be:c:Shine = rgb_color(53,53,53,255) |
| 55 | + // Shadow |
| 56 | + be:c:Shadow = rgb_color(53,53,53,255) |
| 57 | + // ToolTip Background |
| 58 | + be:c:TipBg = rgb_color(53,53,53,255) |
| 59 | + // ToolTip Text |
| 60 | + be:c:TipTx = rgb_color(210,210,210,255) |
| 61 | + // Menu Background |
| 62 | + be:c:MenBg = rgb_color(53,53,53,255) |
| 63 | + // Menu Selected Background |
| 64 | + be:c:MenSBg = rgb_color(53,53,53,255) |
| 65 | + // Menu Item Text |
| 66 | + be:c:MenTx = rgb_color(210,210,210,255) |
| 67 | + // Menu Selected Item Text |
| 68 | + be:c:MenSTx = rgb_color(210,210,210,255) |
| 69 | + // Menu Selected Border |
| 70 | + be:c:MenSBr = rgb_color(53,53,53,255) |
| 71 | + // Success |
| 72 | + be:c:Success = rgb_color(53,177,53,255) |
| 73 | + // Failure |
| 74 | + be:c:Failure = rgb_color(186,53,53,255) |
| 75 | + // Window Tab Background |
| 76 | + h:c:WinTabBg = rgb_color(237,199,70,255) |
| 77 | + // Window Tab Text |
| 78 | + h:c:WinTabTx = rgb_color(53,53,53,255) |
| 79 | + // Inactive Window Tab Background |
| 80 | + h:c:InWinTabBg = rgb_color(53,53,53,255) |
| 81 | + // Inactive Window Tab Text |
| 82 | + h:c:InWinTabTx = rgb_color(210,210,210,255) |
| 83 | + // Window Border |
| 84 | + h:c:WinBr = rgb_color(53,53,53,255) |
| 85 | + // Inactive Window Border |
| 86 | + h:c:InWinBr = rgb_color(53,53,53,255) |
| 87 | + // List Background |
| 88 | + h:c:LstBg = rgb_color(30,30,30,255) |
| 89 | + // List Selected Background |
| 90 | + h:c:LstSBg = rgb_color(20,20,20,255) |
| 91 | + // List Item Text |
| 92 | + h:c:LstTx = rgb_color(210,210,210,255) |
| 93 | + // List Selected Item Text |
| 94 | + h:c:LstSTx = rgb_color(210,210,210,255) |
| 95 | + // Scrollbar Thumb |
| 96 | + h:c:SbThb = rgb_color(206,171,52,255) |
| 97 | + // System Plain |
| 98 | + be:f:be_plain_font = BFont(Noto Sans Display/Regular/12.00, shear=90.00, rot=0.00, height=12.83+3.52+0.00) |
| 99 | + // System Bold |
| 100 | + be:f:be_bold_font = BFont(Noto Sans Display/Medium/12.00, shear=90.00, rot=0.00, height=12.83+3.52+0.00) |
| 101 | + // System Fixed |
| 102 | + be:f:be_fixed_font = BFont(Noto Sans Mono/Regular/12.00, shear=90.00, rot=0.00, height=12.83+3.52+0.00) |
| 103 | + // Show Menu Triggers |
| 104 | + be:MenTrig = bool(true) |
| 105 | + // Menu Separator |
| 106 | + be:MenSep = int32(0 or (nil)) |
| 107 | + // Menu Item Text |
| 108 | + be:f:MenTx = BFont(Noto Sans Display/Regular/12.00, shear=90.00, rot=0.00, height=12.83+3.52+0.00) |
| 109 | + } |
| 110 | + // Window decorations and scrollbars |
| 111 | + window_decorations = BMessage(0x00000000) { |
| 112 | + // Window decor |
| 113 | + window:decor = string("/boot/home/config/non-packaged/add-ons/decorators/FlatDecorator", 63 bytes) |
| 114 | + // Window decor parameters |
| 115 | + window:decor_globals = BMessage(0x00000000) { |
| 116 | + // Window decor parameters |
| 117 | + window:decor_globals = BMessage(0x00000000) { |
| 118 | + f:Inactive Title = rgb_color(210,210,210,255) |
| 119 | + f:Active Title = rgb_color(210,210,210,255) |
| 120 | + } |
| 121 | + } |
| 122 | + } |
| 123 | + // Screensaver settings |
| 124 | + screensaver_settings = BMessage(0x00000000) { |
| 125 | + // Screensaver active module |
| 126 | + screensaver:modulename = string("Substrate", 9 bytes) |
| 127 | + // Screensaver active module settings |
| 128 | + screensaver:modulesettings = BMessage(0x00000000) { |
| 129 | + fNumCracks = int32(5 or 0x5) |
| 130 | + fDuration = int32(2000 or 0x7d0) |
| 131 | + fGrains = int32(50 or 0x32) |
| 132 | + fCirclePerc = int32(30 or 0x1e) |
| 133 | + fDark = bool(true) |
| 134 | + } |
| 135 | + } |
| 136 | + // Sounds Settings |
| 137 | + sounds_settings = BMessage(0x00000000) { |
| 138 | + BeShare-DLFinished = BMessage('SndI') { |
| 139 | + } |
| 140 | + BeShare-InactivChat = BMessage('SndI') { |
| 141 | + } |
| 142 | + BeShare-Name Said = BMessage('SndI') { |
| 143 | + } |
| 144 | + BeShare-NoComplete = BMessage('SndI') { |
| 145 | + } |
| 146 | + BeShare-Private Msg = BMessage('SndI') { |
| 147 | + } |
| 148 | + BeShare-PrivateWndw = BMessage('SndI') { |
| 149 | + } |
| 150 | + BeShare-ULFinished = BMessage('SndI') { |
| 151 | + } |
| 152 | + BeShare-ULStarted = BMessage('SndI') { |
| 153 | + } |
| 154 | + BeShare-WatchedUser = BMessage('SndI') { |
| 155 | + } |
| 156 | + Beep = BMessage('SndI') { |
| 157 | + } |
| 158 | + Error notification = BMessage('SndI') { |
| 159 | + } |
| 160 | + Important notification = BMessage('SndI') { |
| 161 | + } |
| 162 | + Information notification = BMessage('SndI') { |
| 163 | + } |
| 164 | + Key down = BMessage('SndI') { |
| 165 | + } |
| 166 | + Key repeat = BMessage('SndI') { |
| 167 | + } |
| 168 | + Key up = BMessage('SndI') { |
| 169 | + } |
| 170 | + Keymap switch = BMessage('SndI') { |
| 171 | + } |
| 172 | + Mouse down = BMessage('SndI') { |
| 173 | + } |
| 174 | + Mouse up = BMessage('SndI') { |
| 175 | + } |
| 176 | + New E-mail = BMessage('SndI') { |
| 177 | + } |
| 178 | + Progress notification = BMessage('SndI') { |
| 179 | + } |
| 180 | + Startup = BMessage('SndI') { |
| 181 | + } |
| 182 | + Vision Nick Notification = BMessage('SndI') { |
| 183 | + } |
| 184 | + Window activated = BMessage('SndI') { |
| 185 | + } |
| 186 | + Window close = BMessage('SndI') { |
| 187 | + } |
| 188 | + Window minimized = BMessage('SndI') { |
| 189 | + } |
| 190 | + Window open = BMessage('SndI') { |
| 191 | + } |
| 192 | + Window restored = BMessage('SndI') { |
| 193 | + } |
| 194 | + Window zoomed = BMessage('SndI') { |
| 195 | + } |
| 196 | + } |
| 197 | + // Terminal Preferences |
| 198 | + terminal_prefs = BMessage(0x00000000) { |
| 199 | + // Terminal column count |
| 200 | + term:cols = int32(83 or 0x53) |
| 201 | + // Terminal row count |
| 202 | + term:rows = int32(18 or 0x12) |
| 203 | + // Terminal background color |
| 204 | + term:c:bg = rgb_color(0,0,0,255) |
| 205 | + // Terminal foreground color |
| 206 | + term:c:fg = rgb_color(255,255,255,255) |
| 207 | + // Terminal cursor background color |
| 208 | + term:c:curbg = rgb_color(255,255,255,255) |
| 209 | + // Terminal cursor foreground color |
| 210 | + term:c:curfg = rgb_color(0,0,0,255) |
| 211 | + // Terminal selection background color |
| 212 | + term:c:selbg = rgb_color(255,255,255,255) |
| 213 | + // Terminal selection foreground color |
| 214 | + term:c:selfg = rgb_color(0,0,0,255) |
| 215 | + } |
| 216 | + // CLAmp/SoundPlay Skin Settings |
| 217 | + winamp_skin_settings = BMessage(0x00000000) { |
| 218 | + } |
| 219 | +} |
0 commit comments