making Tridactyl look and behave a little better
This commit is contained in:
parent
14d3025d23
commit
1273d7228d
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
--tridactyl-fg: var(--base05);
|
--tridactyl-fg: var(--base05);
|
||||||
--tridactyl-bg: var(--base00);
|
--tridactyl-bg: var(--base00);
|
||||||
--tridactyl-cmdl-bg: var(--base00);
|
--tridactyl-cmdl-bg: var(--base00) !important;
|
||||||
--tridactyl-url-fg: var(--base08);
|
--tridactyl-url-fg: var(--base08);
|
||||||
--tridactyl-url-bg: var(--base00);
|
--tridactyl-url-bg: var(--base00);
|
||||||
--tridactyl-highlight-box-bg: var(--base0D);
|
--tridactyl-highlight-box-bg: var(--base0D);
|
||||||
|
|
|
@ -101,8 +101,11 @@ set smoothscroll false
|
||||||
|
|
||||||
bind --mode=ex <C-j> ex.next_completion
|
bind --mode=ex <C-j> ex.next_completion
|
||||||
bind --mode=ex <C-k> ex.prev_completion
|
bind --mode=ex <C-k> ex.prev_completion
|
||||||
|
bind --mode=ex <ArrowDown> ex.next_completion
|
||||||
|
bind --mode=ex <ArrowUp> ex.prev_completion
|
||||||
|
|
||||||
"" unbind Ctrl-F
|
"" unbind Ctrl-F
|
||||||
unbind <C-f>
|
unbind <C-f>
|
||||||
|
|
||||||
set theme snazzy
|
set theme snazzy
|
||||||
|
colorscheme snazzy
|
Loading…
Reference in a new issue