aboutsummaryrefslogtreecommitdiff
path: root/Browser
diff options
context:
space:
mode:
Diffstat (limited to 'Browser')
-rw-r--r--Browser/vimb/config16
-rwxr-xr-xBrowser/vimb/history-search2
2 files changed, 9 insertions, 9 deletions
diff --git a/Browser/vimb/config b/Browser/vimb/config
index 3fa7ab2..7f16e24 100644
--- a/Browser/vimb/config
+++ b/Browser/vimb/config
@@ -28,11 +28,11 @@ nmap ) <C-N>
nmap S :set scripts=false<CR> r :shellcmd mpv --no-terminal "%s"<CR> :set scripts=true<CR>
-set status-color-bg=#201b19
-set status-color-fg=#c3c5c8
-set status-ssl-color-bg=#201b19
-set status-ssl-color-fg=#c3c5c8
-set completion-bg-active=#201b19
-set completion-bg-normal=#201b19
-set completion-fg-active=#a09c9b
-set completion-fg-normal=#c3c5c8
+set status-color-bg=#201418
+set status-color-fg=#8d5ac8
+set status-ssl-color-bg=#201418
+set status-ssl-color-fg=#8d5ac8
+set completion-bg-active=#201418
+set completion-bg-normal=#201418
+set completion-fg-active=#a06096
+set completion-fg-normal=#8d5ac8
diff --git a/Browser/vimb/history-search b/Browser/vimb/history-search
index 7d64248..a31e261 100755
--- a/Browser/vimb/history-search
+++ b/Browser/vimb/history-search
@@ -1,3 +1,3 @@
#!/bin/sh
. ~/.colors
-vimb `tac $HOME/.config/vimb/history | dmenu -i -l 20 -sb $COLOR0 -nb $COLOR0 -nf $COLOR11 -sf $COLOR3 | awk '{print $1;}'`
+vimb `tac $HOME/.config/vimb/history | dmenu -i -l 12 -sb $COLOR0 -nb $COLOR0 -nf $COLOR11 -sf $COLOR3 | awk '{print $1;}'`