base16-gruvbox-dark-medium.config.py 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. # base16-qutebrowser (https://github.com/theova/base16-qutebrowser)
  2. # Base16 qutebrowser template by theova
  3. # Gruvbox dark, medium scheme by Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
  4. base00 = "#282828"
  5. base01 = "#3c3836"
  6. base02 = "#504945"
  7. base03 = "#665c54"
  8. base04 = "#bdae93"
  9. base05 = "#d5c4a1"
  10. base06 = "#ebdbb2"
  11. base07 = "#fbf1c7"
  12. base08 = "#fb4934"
  13. base09 = "#fe8019"
  14. base0A = "#fabd2f"
  15. base0B = "#b8bb26"
  16. base0C = "#8ec07c"
  17. base0D = "#83a598"
  18. base0E = "#d3869b"
  19. base0F = "#d65d0e"
  20. # set qutebrowser colors
  21. # Text color of the completion widget. May be a single color to use for
  22. # all columns or a list of three colors, one for each column.
  23. c.colors.completion.fg = base05
  24. # Background color of the completion widget for odd rows.
  25. c.colors.completion.odd.bg = base03
  26. # Background color of the completion widget for even rows.
  27. c.colors.completion.even.bg = base00
  28. # Foreground color of completion widget category headers.
  29. c.colors.completion.category.fg = base0A
  30. # Background color of the completion widget category headers.
  31. c.colors.completion.category.bg = base00
  32. # Top border color of the completion widget category headers.
  33. c.colors.completion.category.border.top = base00
  34. # Bottom border color of the completion widget category headers.
  35. c.colors.completion.category.border.bottom = base00
  36. # Foreground color of the selected completion item.
  37. c.colors.completion.item.selected.fg = base01
  38. # Background color of the selected completion item.
  39. c.colors.completion.item.selected.bg = base0A
  40. # Top border color of the selected completion item.
  41. c.colors.completion.item.selected.border.top = base0A
  42. # Bottom border color of the selected completion item.
  43. c.colors.completion.item.selected.border.bottom = base0A
  44. # Foreground color of the matched text in the selected completion item.
  45. c.colors.completion.item.selected.match.fg = base08
  46. # Foreground color of the matched text in the completion.
  47. c.colors.completion.match.fg = base0B
  48. # Color of the scrollbar handle in the completion view.
  49. c.colors.completion.scrollbar.fg = base05
  50. # Color of the scrollbar in the completion view.
  51. c.colors.completion.scrollbar.bg = base00
  52. # Background color of the context menu. If set to null, the Qt default is used.
  53. c.colors.contextmenu.menu.bg = base00
  54. # Foreground color of the context menu. If set to null, the Qt default is used.
  55. c.colors.contextmenu.menu.fg = base05
  56. # Background color of the context menu’s selected item. If set to null, the Qt default is used.
  57. c.colors.contextmenu.selected.bg = base0A
  58. #Foreground color of the context menu’s selected item. If set to null, the Qt default is used.
  59. c.colors.contextmenu.selected.fg = base01
  60. # Background color for the download bar.
  61. c.colors.downloads.bar.bg = base00
  62. # Color gradient start for download text.
  63. c.colors.downloads.start.fg = base00
  64. # Color gradient start for download backgrounds.
  65. c.colors.downloads.start.bg = base0D
  66. # Color gradient end for download text.
  67. c.colors.downloads.stop.fg = base00
  68. # Color gradient stop for download backgrounds.
  69. c.colors.downloads.stop.bg = base0C
  70. # Foreground color for downloads with errors.
  71. c.colors.downloads.error.fg = base08
  72. # Font color for hints.
  73. c.colors.hints.fg = base00
  74. # Background color for hints. Note that you can use a `rgba(...)` value
  75. # for transparency.
  76. c.colors.hints.bg = base0A
  77. # Font color for the matched part of hints.
  78. c.colors.hints.match.fg = base05
  79. # Text color for the keyhint widget.
  80. c.colors.keyhint.fg = base05
  81. # Highlight color for keys to complete the current keychain.
  82. c.colors.keyhint.suffix.fg = base05
  83. # Background color of the keyhint widget.
  84. c.colors.keyhint.bg = base00
  85. # Foreground color of an error message.
  86. c.colors.messages.error.fg = base00
  87. # Background color of an error message.
  88. c.colors.messages.error.bg = base08
  89. # Border color of an error message.
  90. c.colors.messages.error.border = base08
  91. # Foreground color of a warning message.
  92. c.colors.messages.warning.fg = base00
  93. # Background color of a warning message.
  94. c.colors.messages.warning.bg = base0E
  95. # Border color of a warning message.
  96. c.colors.messages.warning.border = base0E
  97. # Foreground color of an info message.
  98. c.colors.messages.info.fg = base05
  99. # Background color of an info message.
  100. c.colors.messages.info.bg = base00
  101. # Border color of an info message.
  102. c.colors.messages.info.border = base00
  103. # Foreground color for prompts.
  104. c.colors.prompts.fg = base05
  105. # Border used around UI elements in prompts.
  106. c.colors.prompts.border = base00
  107. # Background color for prompts.
  108. c.colors.prompts.bg = base00
  109. # Background color for the selected item in filename prompts.
  110. c.colors.prompts.selected.bg = base0A
  111. # Foreground color of the statusbar.
  112. c.colors.statusbar.normal.fg = base0B
  113. # Background color of the statusbar.
  114. c.colors.statusbar.normal.bg = base00
  115. # Foreground color of the statusbar in insert mode.
  116. c.colors.statusbar.insert.fg = base00
  117. # Background color of the statusbar in insert mode.
  118. c.colors.statusbar.insert.bg = base0D
  119. # Foreground color of the statusbar in passthrough mode.
  120. c.colors.statusbar.passthrough.fg = base00
  121. # Background color of the statusbar in passthrough mode.
  122. c.colors.statusbar.passthrough.bg = base0C
  123. # Foreground color of the statusbar in private browsing mode.
  124. c.colors.statusbar.private.fg = base00
  125. # Background color of the statusbar in private browsing mode.
  126. c.colors.statusbar.private.bg = base03
  127. # Foreground color of the statusbar in command mode.
  128. c.colors.statusbar.command.fg = base05
  129. # Background color of the statusbar in command mode.
  130. c.colors.statusbar.command.bg = base00
  131. # Foreground color of the statusbar in private browsing + command mode.
  132. c.colors.statusbar.command.private.fg = base05
  133. # Background color of the statusbar in private browsing + command mode.
  134. c.colors.statusbar.command.private.bg = base00
  135. # Foreground color of the statusbar in caret mode.
  136. c.colors.statusbar.caret.fg = base00
  137. # Background color of the statusbar in caret mode.
  138. c.colors.statusbar.caret.bg = base0E
  139. # Foreground color of the statusbar in caret mode with a selection.
  140. c.colors.statusbar.caret.selection.fg = base00
  141. # Background color of the statusbar in caret mode with a selection.
  142. c.colors.statusbar.caret.selection.bg = base0D
  143. # Background color of the progress bar.
  144. c.colors.statusbar.progress.bg = base0D
  145. # Default foreground color of the URL in the statusbar.
  146. c.colors.statusbar.url.fg = base05
  147. # Foreground color of the URL in the statusbar on error.
  148. c.colors.statusbar.url.error.fg = base08
  149. # Foreground color of the URL in the statusbar for hovered links.
  150. c.colors.statusbar.url.hover.fg = base05
  151. # Foreground color of the URL in the statusbar on successful load
  152. # (http).
  153. c.colors.statusbar.url.success.http.fg = base0C
  154. # Foreground color of the URL in the statusbar on successful load
  155. # (https).
  156. c.colors.statusbar.url.success.https.fg = base0B
  157. # Foreground color of the URL in the statusbar when there's a warning.
  158. c.colors.statusbar.url.warn.fg = base0E
  159. # Background color of the tab bar.
  160. c.colors.tabs.bar.bg = base00
  161. # Color gradient start for the tab indicator.
  162. c.colors.tabs.indicator.start = base0D
  163. # Color gradient end for the tab indicator.
  164. c.colors.tabs.indicator.stop = base0C
  165. # Color for the tab indicator on errors.
  166. c.colors.tabs.indicator.error = base08
  167. # Foreground color of unselected odd tabs.
  168. c.colors.tabs.odd.fg = base05
  169. # Background color of unselected odd tabs.
  170. c.colors.tabs.odd.bg = base03
  171. # Foreground color of unselected even tabs.
  172. c.colors.tabs.even.fg = base05
  173. # Background color of unselected even tabs.
  174. c.colors.tabs.even.bg = base00
  175. # Background color of pinned unselected even tabs.
  176. c.colors.tabs.pinned.even.bg = base0C
  177. # Foreground color of pinned unselected even tabs.
  178. c.colors.tabs.pinned.even.fg = base07
  179. # Background color of pinned unselected odd tabs.
  180. c.colors.tabs.pinned.odd.bg = base0B
  181. # Foreground color of pinned unselected odd tabs.
  182. c.colors.tabs.pinned.odd.fg = base07
  183. # Background color of pinned selected even tabs.
  184. c.colors.tabs.pinned.selected.even.bg = base05
  185. # Foreground color of pinned selected even tabs.
  186. c.colors.tabs.pinned.selected.even.fg = base00
  187. # Background color of pinned selected odd tabs.
  188. c.colors.tabs.pinned.selected.odd.bg = base05
  189. # Foreground color of pinned selected odd tabs.
  190. c.colors.tabs.pinned.selected.odd.fg = base0E
  191. # Foreground color of selected odd tabs.
  192. c.colors.tabs.selected.odd.fg = base00
  193. # Background color of selected odd tabs.
  194. c.colors.tabs.selected.odd.bg = base05
  195. # Foreground color of selected even tabs.
  196. c.colors.tabs.selected.even.fg = base00
  197. # Background color of selected even tabs.
  198. c.colors.tabs.selected.even.bg = base05
  199. # Background color for webpages if unset (or empty to use the theme's
  200. # color).
  201. # c.colors.webpage.bg = base00