From fce9e1d4881a9fb674f3722684db5ab76ea835dd Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 13 Mar 2022 16:03:31 +0900 Subject: feat: softjelly --- home/profiles/browsing/qutebrowser-settings.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'home/profiles/browsing/qutebrowser-settings.nix') diff --git a/home/profiles/browsing/qutebrowser-settings.nix b/home/profiles/browsing/qutebrowser-settings.nix index cfa132e..f46f6ab 100644 --- a/home/profiles/browsing/qutebrowser-settings.nix +++ b/home/profiles/browsing/qutebrowser-settings.nix @@ -1,5 +1,5 @@ let - # Nightlamp theme by zachel + # Softjelly by zachel # Modified to increase visibility on qutebrowser base00 = "#151515"; base01 = "#222329"; @@ -9,14 +9,14 @@ let base05 = "#cbc0ab"; base06 = "#e0d6bd"; base07 = "#676973"; - base08 = "#b17f81"; - base09 = "#e9b189"; - base0A = "#d4ae80"; - base0B = "#8aa387"; - base0C = "#7aacaa"; - base0D = "#84a0c6"; - base0E = "#a093c7"; - base0F = "#c495a2"; + base08 = "#cf6a4c"; + base09 = "#d8a465"; + base0A = "#c9a554"; + base0B = "#99ad6a"; + base0C = "#8fbfdc"; + base0D = "#8197bf"; + base0E = "#b3a3ff"; + base0F = "#d0a0c0"; in { # Base16 qutebrowser template by theova -- cgit 1.4.1