Advertisement
poetician

seal-brown |qutebrowser

Apr 24th, 2021
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.80 KB | None | 0 0
  1. # base16-qutebrowser (https://github.com/theova/base16-qutebrowser)
  2. # Base16 qutebrowser template by theova
  3. # oomox-seal brown scheme by oomox-seal brown
  4.  
  5. base00 = "#190134"
  6. base01 = "#392551"
  7. base02 = "#5a496e"
  8. base03 = "#6b5b7c"
  9. base04 = "#050020"
  10. base05 = "#bdb6c5"
  11. base06 = "#dedae2"
  12. base07 = "#feffff"
  13. base08 = "#27d9d5"
  14. base09 = "#5ba2b6"
  15. base0A = "#8f6c97"
  16. base0B = "#c33678"
  17. base0C = "#f80059"
  18. base0D = "#bd0152"
  19. base0E = "#82034c"
  20. base0F = "#2da9b1"
  21.  
  22. # set qutebrowser colors
  23.  
  24. # Text color of the completion widget. May be a single color to use for
  25. # all columns or a list of three colors, one for each column.
  26. c.colors.completion.fg = base05
  27.  
  28. # Background color of the completion widget for odd rows.
  29. c.colors.completion.odd.bg = base03
  30.  
  31. # Background color of the completion widget for even rows.
  32. c.colors.completion.even.bg = base00
  33.  
  34. # Foreground color of completion widget category headers.
  35. c.colors.completion.category.fg = base0A
  36.  
  37. # Background color of the completion widget category headers.
  38. c.colors.completion.category.bg = base00
  39.  
  40. # Top border color of the completion widget category headers.
  41. c.colors.completion.category.border.top = base00
  42.  
  43. # Bottom border color of the completion widget category headers.
  44. c.colors.completion.category.border.bottom = base00
  45.  
  46. # Foreground color of the selected completion item.
  47. c.colors.completion.item.selected.fg = base01
  48.  
  49. # Background color of the selected completion item.
  50. c.colors.completion.item.selected.bg = base0A
  51.  
  52. # Top border color of the selected completion item.
  53. c.colors.completion.item.selected.border.top = base0A
  54.  
  55. # Bottom border color of the selected completion item.
  56. c.colors.completion.item.selected.border.bottom = base0A
  57.  
  58. # Foreground color of the matched text in the selected completion item.
  59. c.colors.completion.item.selected.match.fg = base08
  60.  
  61. # Foreground color of the matched text in the completion.
  62. c.colors.completion.match.fg = base0B
  63.  
  64. # Color of the scrollbar handle in the completion view.
  65. c.colors.completion.scrollbar.fg = base05
  66.  
  67. # Color of the scrollbar in the completion view.
  68. c.colors.completion.scrollbar.bg = base00
  69.  
  70. # Background color of the context menu. If set to null, the Qt default is used.
  71. c.colors.contextmenu.menu.bg = base00
  72.  
  73. # Foreground color of the context menu. If set to null, the Qt default is used.
  74. c.colors.contextmenu.menu.fg = base05
  75.  
  76. # Background color of the context menuโ€™s selected item. If set to null, the Qt default is used.
  77. c.colors.contextmenu.selected.bg = base0A
  78.  
  79. #Foreground color of the context menuโ€™s selected item. If set to null, the Qt default is used.
  80. c.colors.contextmenu.selected.fg = base01
  81.  
  82. # Background color for the download bar.
  83. c.colors.downloads.bar.bg = base00
  84.  
  85. # Color gradient start for download text.
  86. c.colors.downloads.start.fg = base00
  87.  
  88. # Color gradient start for download backgrounds.
  89. c.colors.downloads.start.bg = base0D
  90.  
  91. # Color gradient end for download text.
  92. c.colors.downloads.stop.fg = base00
  93.  
  94. # Color gradient stop for download backgrounds.
  95. c.colors.downloads.stop.bg = base0C
  96.  
  97. # Foreground color for downloads with errors.
  98. c.colors.downloads.error.fg = base08
  99.  
  100. # Font color for hints.
  101. c.colors.hints.fg = base00
  102.  
  103. # Background color for hints. Note that you can use a `rgba(...)` value
  104. # for transparency.
  105. c.colors.hints.bg = base0A
  106.  
  107. # Font color for the matched part of hints.
  108. c.colors.hints.match.fg = base05
  109.  
  110. # Text color for the keyhint widget.
  111. c.colors.keyhint.fg = base05
  112.  
  113. # Highlight color for keys to complete the current keychain.
  114. c.colors.keyhint.suffix.fg = base05
  115.  
  116. # Background color of the keyhint widget.
  117. c.colors.keyhint.bg = base00
  118.  
  119. # Foreground color of an error message.
  120. c.colors.messages.error.fg = base00
  121.  
  122. # Background color of an error message.
  123. c.colors.messages.error.bg = base08
  124.  
  125. # Border color of an error message.
  126. c.colors.messages.error.border = base08
  127.  
  128. # Foreground color of a warning message.
  129. c.colors.messages.warning.fg = base00
  130.  
  131. # Background color of a warning message.
  132. c.colors.messages.warning.bg = base0E
  133.  
  134. # Border color of a warning message.
  135. c.colors.messages.warning.border = base0E
  136.  
  137. # Foreground color of an info message.
  138. c.colors.messages.info.fg = base05
  139.  
  140. # Background color of an info message.
  141. c.colors.messages.info.bg = base00
  142.  
  143. # Border color of an info message.
  144. c.colors.messages.info.border = base00
  145.  
  146. # Foreground color for prompts.
  147. c.colors.prompts.fg = base05
  148.  
  149. # Border used around UI elements in prompts.
  150. c.colors.prompts.border = base00
  151.  
  152. # Background color for prompts.
  153. c.colors.prompts.bg = base00
  154.  
  155. # Background color for the selected item in filename prompts.
  156. c.colors.prompts.selected.bg = base0A
  157.  
  158. # Foreground color of the statusbar.
  159. c.colors.statusbar.normal.fg = base0B
  160.  
  161. # Background color of the statusbar.
  162. c.colors.statusbar.normal.bg = base00
  163.  
  164. # Foreground color of the statusbar in insert mode.
  165. c.colors.statusbar.insert.fg = base00
  166.  
  167. # Background color of the statusbar in insert mode.
  168. c.colors.statusbar.insert.bg = base0D
  169.  
  170. # Foreground color of the statusbar in passthrough mode.
  171. c.colors.statusbar.passthrough.fg = base00
  172.  
  173. # Background color of the statusbar in passthrough mode.
  174. c.colors.statusbar.passthrough.bg = base0C
  175.  
  176. # Foreground color of the statusbar in private browsing mode.
  177. c.colors.statusbar.private.fg = base00
  178.  
  179. # Background color of the statusbar in private browsing mode.
  180. c.colors.statusbar.private.bg = base03
  181.  
  182. # Foreground color of the statusbar in command mode.
  183. c.colors.statusbar.command.fg = base05
  184.  
  185. # Background color of the statusbar in command mode.
  186. c.colors.statusbar.command.bg = base00
  187.  
  188. # Foreground color of the statusbar in private browsing + command mode.
  189. c.colors.statusbar.command.private.fg = base05
  190.  
  191. # Background color of the statusbar in private browsing + command mode.
  192. c.colors.statusbar.command.private.bg = base00
  193.  
  194. # Foreground color of the statusbar in caret mode.
  195. c.colors.statusbar.caret.fg = base00
  196.  
  197. # Background color of the statusbar in caret mode.
  198. c.colors.statusbar.caret.bg = base0E
  199.  
  200. # Foreground color of the statusbar in caret mode with a selection.
  201. c.colors.statusbar.caret.selection.fg = base00
  202.  
  203. # Background color of the statusbar in caret mode with a selection.
  204. c.colors.statusbar.caret.selection.bg = base0D
  205.  
  206. # Background color of the progress bar.
  207. c.colors.statusbar.progress.bg = base0D
  208.  
  209. # Default foreground color of the URL in the statusbar.
  210. c.colors.statusbar.url.fg = base05
  211.  
  212. # Foreground color of the URL in the statusbar on error.
  213. c.colors.statusbar.url.error.fg = base08
  214.  
  215. # Foreground color of the URL in the statusbar for hovered links.
  216. c.colors.statusbar.url.hover.fg = base05
  217.  
  218. # Foreground color of the URL in the statusbar on successful load
  219. # (http).
  220. c.colors.statusbar.url.success.http.fg = base0C
  221.  
  222. # Foreground color of the URL in the statusbar on successful load
  223. # (https).
  224. c.colors.statusbar.url.success.https.fg = base0B
  225.  
  226. # Foreground color of the URL in the statusbar when there's a warning.
  227. c.colors.statusbar.url.warn.fg = base0E
  228.  
  229. # Background color of the tab bar.
  230. c.colors.tabs.bar.bg = base00
  231.  
  232. # Color gradient start for the tab indicator.
  233. c.colors.tabs.indicator.start = base0D
  234.  
  235. # Color gradient end for the tab indicator.
  236. c.colors.tabs.indicator.stop = base0C
  237.  
  238. # Color for the tab indicator on errors.
  239. c.colors.tabs.indicator.error = base08
  240.  
  241. # Foreground color of unselected odd tabs.
  242. c.colors.tabs.odd.fg = base05
  243.  
  244. # Background color of unselected odd tabs.
  245. c.colors.tabs.odd.bg = base03
  246.  
  247. # Foreground color of unselected even tabs.
  248. c.colors.tabs.even.fg = base05
  249.  
  250. # Background color of unselected even tabs.
  251. c.colors.tabs.even.bg = base00
  252.  
  253. # Background color of pinned unselected even tabs.
  254. c.colors.tabs.pinned.even.bg = base0C
  255.  
  256. # Foreground color of pinned unselected even tabs.
  257. c.colors.tabs.pinned.even.fg = base07
  258.  
  259. # Background color of pinned unselected odd tabs.
  260. c.colors.tabs.pinned.odd.bg = base0B
  261.  
  262. # Foreground color of pinned unselected odd tabs.
  263. c.colors.tabs.pinned.odd.fg = base07
  264.  
  265. # Background color of pinned selected even tabs.
  266. c.colors.tabs.pinned.selected.even.bg = base05
  267.  
  268. # Foreground color of pinned selected even tabs.
  269. c.colors.tabs.pinned.selected.even.fg = base00
  270.  
  271. # Background color of pinned selected odd tabs.
  272. c.colors.tabs.pinned.selected.odd.bg = base05
  273.  
  274. # Foreground color of pinned selected odd tabs.
  275. c.colors.tabs.pinned.selected.odd.fg = base0E
  276.  
  277. # Foreground color of selected odd tabs.
  278. c.colors.tabs.selected.odd.fg = base00
  279.  
  280. # Background color of selected odd tabs.
  281. c.colors.tabs.selected.odd.bg = base05
  282.  
  283. # Foreground color of selected even tabs.
  284. c.colors.tabs.selected.even.fg = base00
  285.  
  286. # Background color of selected even tabs.
  287. c.colors.tabs.selected.even.bg = base05
  288.  
  289. # Background color for webpages if unset (or empty to use the theme's
  290. # color).
  291. # c.colors.webpage.bg = base00
  292.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement