From 7c2c3e11383a3f6713a5bc7a9ab531c8a1549394 Mon Sep 17 00:00:00 2001
From: Chris Cochrun <chris@tfcconnection.org>
Date: Thu, 1 Apr 2021 08:01:56 -0500
Subject: [PATCH] Making some changs to rofi

---
 qutebrowser/config.py          | 2 +-
 rofi/config.rasi               | 2 +-
 rofi/launchers-git/blurry.rasi | 5 +++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/qutebrowser/config.py b/qutebrowser/config.py
index 64c42f2..5a342a2 100644
--- a/qutebrowser/config.py
+++ b/qutebrowser/config.py
@@ -765,7 +765,7 @@ c.colors.webpage.darkmode.contrast = 0.5
 ## `colors.webpage.darkmode.threshold.background` to 205.  - "With
 ## selective inversion of everything": Combines the two variants   above.
 ## Type: Bool
-c.colors.webpage.darkmode.enabled = True
+c.colors.webpage.darkmode.enabled = False
 
 ## Render all colors as grayscale. This only has an effect when
 ## `colors.webpage.darkmode.algorithm` is set to `lightness-hsl` or
diff --git a/rofi/config.rasi b/rofi/config.rasi
index 9dd5630..c911358 100644
--- a/rofi/config.rasi
+++ b/rofi/config.rasi
@@ -10,4 +10,4 @@ configuration {
   run-command:        "fish -c {cmd}";
   run-list-command:   "fish -c functions";
 }
-@import "/home/chris/.dotfiles/rofi/launchers-git/blurry.rasi"
+@import "/home/chris/.dotfiles/rofi/launchers-git/laptop.rasi"
diff --git a/rofi/launchers-git/blurry.rasi b/rofi/launchers-git/blurry.rasi
index 7ca9f72..db65c38 100644
--- a/rofi/launchers-git/blurry.rasi
+++ b/rofi/launchers-git/blurry.rasi
@@ -45,10 +45,11 @@ configuration {
     base0D:                         #57c7ff;
     base0E:                         #ff6ac1;
     base0F:                         #b2643c;
+    base00t:                         #282a3633;
 }
 
 window {
-    background-color:               @transparent;
+    background-color:               @base00t;
     text-color:                     @base05;
     border-radius:                  0px;
     border:                         0px;
@@ -123,7 +124,7 @@ listview {
 }
 
 mainbox {
-    background-color:               @transparent;
+    background-color:               @base00t;
     text-color:                     @transparent;
     children:                       [ inputbar, listview, message ];
     spacing:                        5px;