fork download
  1. # Autogenerated config.py
  2. # Documentation:
  3. # qute://help/configuring.html
  4. # qute://help/settings.html
  5.  
  6. # Uncomment this to still load settings configured via autoconfig.yml
  7. # config.load_autoconfig()
  8.  
  9. # Enable JavaScript.
  10. # Type: Bool
  11. config.set('content.javascript.enabled', True, 'file://*')
  12.  
  13. # Enable JavaScript.
  14. # Type: Bool
  15. config.set('content.javascript.enabled', True, 'chrome://*/*')
  16.  
  17. # Enable JavaScript.
  18. # Type: Bool
  19. config.set('content.javascript.enabled', True, 'qute://*/*')
  20. config.set('tabs.padding', { 'top': 15, 'bottom': 15, 'left': 10, 'right': 10 })
  21. config.set('zoom.default', '150%')
  22.  
  23. # Default monospace fonts. Whenever "monospace" is used in a font
  24. # setting, it's replaced with the fonts listed here.
  25. # Type: Font
  26. c.fonts.monospace = '"IBM Plex Mono", Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal'
  27.  
  28. # Font family for standard fonts.
  29. # Type: FontFamily
  30. c.fonts.web.family.standard = '"IBM Plex Sans", "Roboto Condensed", sans-serif'
  31. c.fonts.web.family.sans_serif = '"IBM Plex Sans", "Roboto Condensed", sans-serif'
  32. c.fonts.web.family.serif = '"IBM Plex Serif", "Roboto Condensed", serif'
  33.  
  34. # Font used in the completion widget.
  35. # Type: Font
  36. c.fonts.completion.entry = '7pt monospace'
  37.  
  38. # Font used in the completion categories.
  39. # Type: Font
  40. c.fonts.completion.category = 'bold 7pt monospace'
  41.  
  42. # Font used for the debugging console.
  43. # Type: QtFont
  44. c.fonts.debug_console = '7pt monospace'
  45.  
  46. # Font used for the downloadbar.
  47. # Type: Font
  48. c.fonts.downloads = '7pt monospace'
  49.  
  50. # Font used for the hints.
  51. # Type: Font
  52. c.fonts.hints = 'bold 7pt monospace'
  53.  
  54. # Font used in the keyhint widget.
  55. # Type: Font
  56. c.fonts.keyhint = '7pt monospace'
  57.  
  58. # Font used for error messages.
  59. # Type: Font
  60. c.fonts.messages.error = '7pt monospace'
  61.  
  62. # Font used for info messages.
  63. # Type: Font
  64. c.fonts.messages.info = '7pt monospace'
  65.  
  66. # Font used for warning messages.
  67. # Type: Font
  68. c.fonts.messages.warning = '7pt monospace'
  69.  
  70. # Font used for prompts.
  71. # Type: Font
  72. c.fonts.prompts = '7pt sans-serif'
  73.  
  74. # Font used in the statusbar.
  75. # Type: Font
  76. c.fonts.statusbar = '7pt monospace'
  77.  
  78. # Font used in the tab bar.
  79. # Type: QtFont
  80. c.fonts.tabs = '7pt "Roboto Condensed"'
  81.  
  82. # Base16 qutebrowser template by theova
  83. # iA theme by @dab
  84.  
  85. base00 = "#212121"
  86. base01 = "#10a778"
  87. base02 = "#a89c14"
  88. base03 = "#424242"
  89. base04 = "#20bbfc"
  90. base05 = "#D9D9D9"
  91. base06 = "#523c79"
  92. base07 = "#e5e6e6"
  93. base08 = "#E32791"
  94. base09 = "#c30771"
  95. base0A = "#F3E430"
  96. base0B = "#5FD7A7"
  97. base0C = "#4FB8CC"
  98. base0D = "#b8b8b8"
  99. base0E = "#6855DE"
  100. base0F = "#20a5ba"
  101.  
  102. # set qutebrowser colors
  103.  
  104. # Text color of the completion widget. May be a single color to use for
  105. # all columns or a list of three colors, one for each column.
  106. c.colors.completion.fg = base05
  107.  
  108. # Background color of the completion widget for odd rows.
  109. c.colors.completion.odd.bg = base03
  110.  
  111. # Background color of the completion widget for even rows.
  112. c.colors.completion.even.bg = base00
  113.  
  114. # Foreground color of completion widget category headers.
  115. c.colors.completion.category.fg = base0A
  116.  
  117. # Background color of the completion widget category headers.
  118. c.colors.completion.category.bg = base00
  119.  
  120. # Top border color of the completion widget category headers.
  121. c.colors.completion.category.border.top = base00
  122.  
  123. # Bottom border color of the completion widget category headers.
  124. c.colors.completion.category.border.bottom = base00
  125.  
  126. # Foreground color of the selected completion item.
  127. c.colors.completion.item.selected.fg = base01
  128.  
  129. # Background color of the selected completion item.
  130. c.colors.completion.item.selected.bg = base0A
  131.  
  132. # Top border color of the completion widget category headers.
  133. c.colors.completion.item.selected.border.top = base0A
  134.  
  135. # Bottom border color of the selected completion item.
  136. c.colors.completion.item.selected.border.bottom = base0A
  137.  
  138. # Foreground color of the matched text in the completion.
  139. c.colors.completion.match.fg = base0B
  140.  
  141. # Color of the scrollbar handle in the completion view.
  142. c.colors.completion.scrollbar.fg = base05
  143.  
  144. # Color of the scrollbar in the completion view.
  145. c.colors.completion.scrollbar.bg = base00
  146.  
  147. # Background color for the download bar.
  148. c.colors.downloads.bar.bg = base00
  149.  
  150. # Color gradient start for download text.
  151. c.colors.downloads.start.fg = base00
  152.  
  153. # Color gradient start for download backgrounds.
  154. c.colors.downloads.start.bg = base0D
  155.  
  156. # Color gradient end for download text.
  157. c.colors.downloads.stop.fg = base00
  158.  
  159. # Color gradient stop for download backgrounds.
  160. c.colors.downloads.stop.bg = base0C
  161.  
  162. # Foreground color for downloads with errors.
  163. c.colors.downloads.error.fg = base08
  164.  
  165. # Font color for hints.
  166. c.colors.hints.fg = base00
  167.  
  168. # Background color for hints. Note that you can use a `rgba(...)` value
  169. # for transparency.
  170. c.colors.hints.bg = base0A
  171.  
  172. # Font color for the matched part of hints.
  173. c.colors.hints.match.fg = base05
  174.  
  175. # Text color for the keyhint widget.
  176. c.colors.keyhint.fg = base05
  177.  
  178. # Highlight color for keys to complete the current keychain.
  179. c.colors.keyhint.suffix.fg = base05
  180.  
  181. # Background color of the keyhint widget.
  182. c.colors.keyhint.bg = base00
  183.  
  184. # Foreground color of an error message.
  185. c.colors.messages.error.fg = base00
  186.  
  187. # Background color of an error message.
  188. c.colors.messages.error.bg = base08
  189.  
  190. # Border color of an error message.
  191. c.colors.messages.error.border = base08
  192.  
  193. # Foreground color of a warning message.
  194. c.colors.messages.warning.fg = base00
  195.  
  196. # Background color of a warning message.
  197. c.colors.messages.warning.bg = base0E
  198.  
  199. # Border color of a warning message.
  200. c.colors.messages.warning.border = base0E
  201.  
  202. # Foreground color of an info message.
  203. c.colors.messages.info.fg = base05
  204.  
  205. # Background color of an info message.
  206. c.colors.messages.info.bg = base00
  207.  
  208. # Border color of an info message.
  209. c.colors.messages.info.border = base00
  210.  
  211. # Foreground color for prompts.
  212. c.colors.prompts.fg = base05
  213.  
  214. # Border used around UI elements in prompts.
  215. c.colors.prompts.border = base00
  216.  
  217. # Background color for prompts.
  218. c.colors.prompts.bg = base00
  219.  
  220. # Background color for the selected item in filename prompts.
  221. c.colors.prompts.selected.bg = base0A
  222.  
  223. # Foreground color of the statusbar.
  224. c.colors.statusbar.normal.fg = base0B
  225.  
  226. # Background color of the statusbar.
  227. c.colors.statusbar.normal.bg = base00
  228.  
  229. # Foreground color of the statusbar in insert mode.
  230. c.colors.statusbar.insert.fg = base00
  231.  
  232. # Background color of the statusbar in insert mode.
  233. c.colors.statusbar.insert.bg = base0D
  234.  
  235. # Foreground color of the statusbar in passthrough mode.
  236. c.colors.statusbar.passthrough.fg = base00
  237.  
  238. # Background color of the statusbar in passthrough mode.
  239. c.colors.statusbar.passthrough.bg = base0C
  240.  
  241. # Foreground color of the statusbar in private browsing mode.
  242. c.colors.statusbar.private.fg = base00
  243.  
  244. # Background color of the statusbar in private browsing mode.
  245. c.colors.statusbar.private.bg = base03
  246.  
  247. # Foreground color of the statusbar in command mode.
  248. c.colors.statusbar.command.fg = base05
  249.  
  250. # Background color of the statusbar in command mode.
  251. c.colors.statusbar.command.bg = base00
  252.  
  253. # Foreground color of the statusbar in private browsing + command mode.
  254. c.colors.statusbar.command.private.fg = base05
  255.  
  256. # Background color of the statusbar in private browsing + command mode.
  257. c.colors.statusbar.command.private.bg = base00
  258.  
  259. # Foreground color of the statusbar in caret mode.
  260. c.colors.statusbar.caret.fg = base00
  261.  
  262. # Background color of the statusbar in caret mode.
  263. c.colors.statusbar.caret.bg = base0E
  264.  
  265. # Foreground color of the statusbar in caret mode with a selection.
  266. c.colors.statusbar.caret.selection.fg = base00
  267.  
  268. # Background color of the statusbar in caret mode with a selection.
  269. c.colors.statusbar.caret.selection.bg = base0D
  270.  
  271. # Background color of the progress bar.
  272. c.colors.statusbar.progress.bg = base0D
  273.  
  274. # Default foreground color of the URL in the statusbar.
  275. c.colors.statusbar.url.fg = base05
  276.  
  277. # Foreground color of the URL in the statusbar on error.
  278. c.colors.statusbar.url.error.fg = base08
  279.  
  280. # Foreground color of the URL in the statusbar for hovered links.
  281. c.colors.statusbar.url.hover.fg = base05
  282.  
  283. # Foreground color of the URL in the statusbar on successful load
  284. # (http).
  285. c.colors.statusbar.url.success.http.fg = base0C
  286.  
  287. # Foreground color of the URL in the statusbar on successful load
  288. # (https).
  289. c.colors.statusbar.url.success.https.fg = base0B
  290.  
  291. # Foreground color of the URL in the statusbar when there's a warning.
  292. c.colors.statusbar.url.warn.fg = base0E
  293.  
  294. # Background color of the tab bar.
  295. c.colors.tabs.bar.bg = base00
  296.  
  297. # Color gradient start for the tab indicator.
  298. c.colors.tabs.indicator.start = base0D
  299.  
  300. # Color gradient end for the tab indicator.
  301. c.colors.tabs.indicator.stop = base0C
  302.  
  303. # Color for the tab indicator on errors.
  304. c.colors.tabs.indicator.error = base08
  305.  
  306. # Foreground color of unselected odd tabs.
  307. c.colors.tabs.odd.fg = base05
  308.  
  309. # Background color of unselected odd tabs.
  310. c.colors.tabs.odd.bg = base03
  311.  
  312. # Foreground color of unselected even tabs.
  313. c.colors.tabs.even.fg = base05
  314.  
  315. # Background color of unselected even tabs.
  316. c.colors.tabs.even.bg = base00
  317.  
  318. # Foreground color of selected odd tabs.
  319. c.colors.tabs.selected.odd.fg = base00
  320.  
  321. # Background color of selected odd tabs.
  322. c.colors.tabs.selected.odd.bg = base05
  323.  
  324. # Foreground color of selected even tabs.
  325. c.colors.tabs.selected.even.fg = base00
  326.  
  327. # Background color of selected even tabs.
  328. c.colors.tabs.selected.even.bg = base05
  329.  
  330. # Background color for webpages if unset (or empty to use the theme's
  331. # color).
  332. # c.colors.webpage.bg = base00<Paste>
  333.  
Runtime error #stdin #stdout #stderr 0s 23296KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 11, in <module>
NameError: name 'config' is not defined