diff options
author | sefidel <contact@sefidel.net> | 2022-03-13 16:03:31 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-13 16:03:31 +0900 |
commit | fce9e1d4881a9fb674f3722684db5ab76ea835dd (patch) | |
tree | a5df22b817a0c4c9fa14997b43df50dd96f286cb /home/profiles/browsing | |
parent | e688112d623b78019f3e8b29db5b6fd4f73b6453 (diff) | |
download | nixrc-fce9e1d4881a9fb674f3722684db5ab76ea835dd.tar.gz nixrc-fce9e1d4881a9fb674f3722684db5ab76ea835dd.zip |
feat: softjelly
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 |