File tree Expand file tree Collapse file tree 8 files changed +33
-0
lines changed
java/com/lagradost/cloudstream3 Expand file tree Collapse file tree 8 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -353,6 +353,7 @@ object CommonActivity {
353353
354354 " Dracula" -> R .style.DraculaMode
355355 " Lavender" -> R .style.LavenderMode
356+ " SilentBlue" -> R .style.SilentBlueMode
356357
357358 else -> R .style.AppTheme
358359 }
Original file line number Diff line number Diff line change 233233 <item >Material You</item >
234234 <item >Dracula</item >
235235 <item >Sueños De Lavanda</item >
236+ <item >Azul Silencioso</item >
236237 </string-array >
237238 <string-array name =" themes_names_values" >
238239 <item >AmoledLight</item >
243244 <item >Monet</item >
244245 <item >Dracula</item >
245246 <item >Lavender</item >
247+ <item >SilentBlue</item >
246248 </string-array >
247249
248250 <!-- https://github.com/videolan/vlc-android/blob/72ccfb93db027b49855760001d1a930fa657c5a8/application/resources/src/main/res/values/arrays.xml#L266-->
Original file line number Diff line number Diff line change 242242 <item >Material You</item >
243243 <item >Dracula</item >
244244 <item >Lawendowe Marzenia</item >
245+ <item >Cichy Błękit</item >
245246 </string-array >
246247 <string-array name =" themes_names_values" >
247248 <item >AmoledLight</item >
252253 <item >Monet</item >
253254 <item >Dracula</item >
254255 <item >Lavender</item >
256+ <item >SilentBlue</item >
255257 </string-array >
256258
257259 <!-- https://github.com/videolan/vlc-android/blob/72ccfb93db027b49855760001d1a930fa657c5a8/application/resources/src/main/res/values/arrays.xml#L266-->
Original file line number Diff line number Diff line change 254254 <item >Material You</item >
255255 <item >Dracula</item >
256256 <item >Lavanta Rüyası</item >
257+ <item >Sessiz Mavi</item >
257258 </string-array >
258259 <string-array name =" themes_names_values" >
259260 <item >AmoledLight</item >
264265 <item >Monet</item >
265266 <item >Dracula</item >
266267 <item >Lavender</item >
268+ <item >SilentBlue</item >
267269 </string-array >
268270
269271 <string-array name =" extension_statuses" >
Original file line number Diff line number Diff line change 234234 <item >Material You</item >
235235 <item >Dracula</item >
236236 <item >Giấc Mơ Oải Hương</item >
237+ <item >Xanh Lam Tĩnh Lặng</item >
237238 </string-array >
238239 <string-array name =" themes_names_values" >
239240 <item >AmoledLight</item >
244245 <item >Monet</item >
245246 <item >Dracula</item >
246247 <item >Lavender</item >
248+ <item >SilentBlue</item >
247249 </string-array >
248250
249251 <!-- https://github.com/videolan/vlc-android/blob/72ccfb93db027b49855760001d1a930fa657c5a8/application/resources/src/main/res/values/arrays.xml#L266-->
Original file line number Diff line number Diff line change 315315 <item >Material You</item >
316316 <item >Dracula</item >
317317 <item >Lavender Dreams</item >
318+ <item >Silent Blue</item >
318319 </string-array >
319320 <string-array name =" themes_names_values" >
320321 <item >AmoledLight</item >
325326 <item >Monet</item >
326327 <item >Dracula</item >
327328 <item >Lavender</item >
329+ <item >SilentBlue</item >
328330 </string-array >
329331
330332 <string-array name =" extension_statuses" >
Original file line number Diff line number Diff line change 8484 <color name =" LavenderGrayTextColor" >#9ab3ff</color >
8585 <color name =" LavenderIconColor" >#7c3aed</color >
8686
87+ <!-- Silent Blue Theme-->
88+ <color name =" SilentBluePrimaryGrayBackground" >#282f49</color >
89+ <color name =" SilentBlueBitDarkerGrayBackground" >#151a30</color >
90+ <color name =" SilentBlueGrayBackground" >#3A446A</color >
91+ <color name =" SilentBlueItemBackground" >#3A446A</color >
92+ <color name =" SilentBlueTextColor" >#E0E1F3</color >
93+ <color name =" SilentBlueGrayTextColor" >#7B83B0</color >
94+ <color name =" SilentBlueIconColor" >#7B83B0</color >
95+
8796 <!-- Other Colors -->
8897 <color name =" colorPrimaryBlue" >#5664B7</color >
8998 <color name =" colorPrimaryRed" >#D50000</color >
Original file line number Diff line number Diff line change 193193 <item name =" colorOnPrimary" >@color/DraculaTextColor</item >
194194 </style >
195195
196+
197+ <style name =" SilentBlueMode" >
198+ <item name =" primaryGrayBackground" >@color/SilentBluePrimaryGrayBackground</item >
199+ <item name =" primaryBlackBackground" >@color/SilentBlueBitDarkerGrayBackground</item >
200+ <item name =" iconGrayBackground" >@color/SilentBlueGrayBackground</item >
201+ <item name =" boxItemBackground" >@color/SilentBlueItemBackground</item >
202+ <item name =" textColor" >@color/SilentBlueTextColor</item >
203+ <item name =" iconColor" >@color/SilentBlueIconColor</item >
204+ <item name =" white" >@color/SilentBlueTextColor</item >
205+ <item name =" black" >@color/SilentBluePrimaryGrayBackground</item >
206+ <item name =" colorOnPrimary" >@color/SilentBlueTextColor</item >
207+ </style >
208+
196209 <style name =" LavenderMode" >
197210 <item name =" primaryGrayBackground" >@color/LavenderPrimaryGrayBackground</item >
198211 <item name =" primaryBlackBackground" >@color/LavenderBitDarkerGrayBackground</item >
You can’t perform that action at this time.
0 commit comments