From f1cf59ce2df9204f818cfd038538a2a31a5c2262 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 21 Dec 2020 18:52:51 +0530 Subject: Adds qutebrowser config --- config/qutebrowser/styles/dark.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 config/qutebrowser/styles/dark.css (limited to 'config/qutebrowser/styles/dark.css') diff --git a/config/qutebrowser/styles/dark.css b/config/qutebrowser/styles/dark.css new file mode 100644 index 0000000..86b65fa --- /dev/null +++ b/config/qutebrowser/styles/dark.css @@ -0,0 +1,23 @@ +/*html, body, body * {*/ + /*background-color: #111 !important;*/ + /*color: #ddd !important;*/ +/*}*/ + +/*body {*/ +html, body, body * { + color: #d7d7d8 !important; + background-color: #0f0c19 !important; +} + +a { + color: #4e3aA3 !important; +} + +code { + /*color: #d5dada;*/ + /*background: #313231 !important;*/ +} + +figcaption { + color: #d7d7d8 !important; +} -- cgit v1.3.1