diff options
Diffstat (limited to 'home/profiles/browsing')
-rw-r--r-- | home/profiles/browsing/qutebrowser-settings.nix | 18 |
1 files changed, 9 insertions, 9 deletions
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 <zach@zachel.io> + # Softjelly by zachel <zach@zachel.io> # 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 |