Explorar el Código

[mod] oscar as default theme

Adam Tauber hace 10 años
padre
commit
306c644fa7
Se han modificado 1 ficheros con 10 adiciones y 10 borrados
  1. 10
    10
      searx/settings.yml

+ 10
- 10
searx/settings.yml Ver fichero

@@ -4,8 +4,8 @@ server:
4 4
     debug : False # Debug mode, only for development
5 5
     request_timeout : 2.0 # seconds
6 6
     base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
7
-    themes_path : "" # Custom ui themes path
8
-    default_theme : default # ui theme
7
+    themes_path : "" # Custom ui themes path - leave it blank if you didn't change
8
+    default_theme : oscar # ui theme
9 9
     https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py
10 10
     useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
11 11
 
@@ -35,7 +35,7 @@ engines:
35 35
     engine : currency_convert
36 36
     categories : general
37 37
     shortcut : cc
38
-    
38
+
39 39
   - name : deezer
40 40
     engine : deezer
41 41
     shortcut : dz
@@ -48,7 +48,7 @@ engines:
48 48
   - name : ddg definitions
49 49
     engine : duckduckgo_definitions
50 50
     shortcut : ddd
51
-    
51
+
52 52
   - name : digg
53 53
     engine : digg
54 54
     shortcut : dg
@@ -72,7 +72,7 @@ engines:
72 72
 #    engine : filecrop
73 73
 #    categories : files
74 74
 #    shortcut : fc
75
-    
75
+
76 76
   - name : 500px
77 77
     engine : 500px
78 78
     shortcut : px
@@ -115,7 +115,7 @@ engines:
115 115
     content_xpath : //a[@class="subtitle"]
116 116
     categories : files
117 117
     shortcut : gpa
118
-    
118
+
119 119
   - name : google play movies
120 120
     engine        : xpath
121 121
     search_url    : https://play.google.com/store/search?q={query}&c=movies
@@ -124,7 +124,7 @@ engines:
124 124
     content_xpath : //a[@class="subtitle"]
125 125
     categories : videos
126 126
     shortcut : gpm
127
-    
127
+
128 128
   - name : google play music
129 129
     engine        : xpath
130 130
     search_url    : https://play.google.com/store/search?q={query}&c=music
@@ -133,7 +133,7 @@ engines:
133 133
     content_xpath : //a[@class="subtitle"]
134 134
     categories : music
135 135
     shortcut : gps
136
-    
136
+
137 137
   - name : openstreetmap
138 138
     engine : openstreetmap
139 139
     shortcut : osm
@@ -157,11 +157,11 @@ engines:
157 157
   - name : stackoverflow
158 158
     engine : stackoverflow
159 159
     shortcut : st
160
-    
160
+
161 161
   - name : searchcode doc
162 162
     engine : searchcode_doc
163 163
     shortcut : scd
164
-    
164
+
165 165
   - name : searchcode code
166 166
     engine : searchcode_code
167 167
     shortcut : scc