From 1273d7228dc130ce1f0d0c2bfced75c2b53be444 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 8 Feb 2025 22:58:07 -0600 Subject: [PATCH] making Tridactyl look and behave a little better --- .config/tridactyl/themes/snazzy.css | 2 +- .config/tridactyl/tridactylrc | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/tridactyl/themes/snazzy.css b/.config/tridactyl/themes/snazzy.css index 377d2fb..af8c3f1 100644 --- a/.config/tridactyl/themes/snazzy.css +++ b/.config/tridactyl/themes/snazzy.css @@ -18,7 +18,7 @@ --tridactyl-fg: var(--base05); --tridactyl-bg: var(--base00); - --tridactyl-cmdl-bg: var(--base00); + --tridactyl-cmdl-bg: var(--base00) !important; --tridactyl-url-fg: var(--base08); --tridactyl-url-bg: var(--base00); --tridactyl-highlight-box-bg: var(--base0D); diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc index 6496b60..6e6227b 100644 --- a/.config/tridactyl/tridactylrc +++ b/.config/tridactyl/tridactylrc @@ -101,8 +101,11 @@ set smoothscroll false bind --mode=ex ex.next_completion bind --mode=ex ex.prev_completion +bind --mode=ex ex.next_completion +bind --mode=ex ex.prev_completion "" unbind Ctrl-F unbind -set theme snazzy \ No newline at end of file +set theme snazzy +colorscheme snazzy \ No newline at end of file