diff options
author | sefidel <contact@sefidel.net> | 2022-03-13 16:28:13 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-13 16:28:13 +0900 |
commit | 06c4981626a1a213a9e6260e117bce6822836e4f (patch) | |
tree | e31d514178c6e2dcd1f687bf14dca4205931c7b4 /home/profiles/browsing | |
parent | fce9e1d4881a9fb674f3722684db5ab76ea835dd (diff) | |
download | nixrc-06c4981626a1a213a9e6260e117bce6822836e4f.tar.gz nixrc-06c4981626a1a213a9e6260e117bce6822836e4f.zip |
feat(colors): tweak orange, yellow
Diffstat (limited to 'home/profiles/browsing')
-rw-r--r-- | home/profiles/browsing/qutebrowser-settings.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/browsing/qutebrowser-settings.nix b/home/profiles/browsing/qutebrowser-settings.nix index f46f6ab..3125966 100644 --- a/home/profiles/browsing/qutebrowser-settings.nix +++ b/home/profiles/browsing/qutebrowser-settings.nix @@ -10,8 +10,8 @@ let base06 = "#e0d6bd"; base07 = "#676973"; base08 = "#cf6a4c"; - base09 = "#d8a465"; - base0A = "#c9a554"; + base09 = "#dfa358"; + base0A = "#dcb66a"; base0B = "#99ad6a"; base0C = "#8fbfdc"; base0D = "#8197bf"; |