aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/vimb/style.css
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-09-14 11:04:04 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-09-14 11:04:04 +0300
commita76aa8c932030a64ba277ed9a9cbeadb8dd910d2 (patch)
tree1e66eaf8f8bd4bfc2c9bf54ffc9dc79e1609bab7 /dotfiles/.config/vimb/style.css
parente6aa326505607988d507fc3bd33c7eab8f899a1d (diff)
downloadswayrice-a76aa8c932030a64ba277ed9a9cbeadb8dd910d2.tar.gz
swayrice-a76aa8c932030a64ba277ed9a9cbeadb8dd910d2.zip
Trying out vimb as main browser
Diffstat (limited to 'dotfiles/.config/vimb/style.css')
-rw-r--r--dotfiles/.config/vimb/style.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/dotfiles/.config/vimb/style.css b/dotfiles/.config/vimb/style.css
new file mode 100644
index 0000000..3e3d0b4
--- /dev/null
+++ b/dotfiles/.config/vimb/style.css
@@ -0,0 +1,25 @@
+/* Hint mode color styling
+ *
+ * The precedence of the user style is lower than that of the website so you
+ * have to mark your style definition to have higher priority.
+ */
+span[vimbhint^='label'] {
+ background-color: #5b8277 !important;
+ border: 0 !important;
+ color: #151517 !important;
+ font: bold 10pt monospace !important;
+ opacity: 1 !important;
+ padding: .1em .4em !important;
+ text-transform: uppercase !important;
+}
+span[vimbhint='label focus'] {
+ font: bold 13pt monospace !important;
+}
+*[vimbhint^='hint'] {
+ background-color: #e6e3d6 !important;
+ color: #151517 !important;
+}
+*[vimbhint='hint focus'] {
+ background-color: #e2b55a !important;
+ color: #151517 !important;
+}