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;