aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-13 16:28:13 +0900
committersefidel <contact@sefidel.net>2022-03-13 16:28:13 +0900
commit06c4981626a1a213a9e6260e117bce6822836e4f (patch)
treee31d514178c6e2dcd1f687bf14dca4205931c7b4 /home
parentfce9e1d4881a9fb674f3722684db5ab76ea835dd (diff)
downloadnixrc-06c4981626a1a213a9e6260e117bce6822836e4f.zip
feat(colors): tweak orange, yellow
Diffstat (limited to 'home')
-rw-r--r--home/profiles/base/default.nix4
-rw-r--r--home/profiles/browsing/qutebrowser-settings.nix4
-rw-r--r--home/profiles/research/default.nix6
3 files changed, 7 insertions, 7 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 7f81212..fb381bf 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -46,7 +46,7 @@ in
color0 = "3c3c3c";
color1 = "cf6a4c";
color2 = "99ad6a";
- color3 = "d8a465";
+ color3 = "dfa358";
color4 = "8197bf";
color5 = "b3a3ff";
color6 = "8fbfdc";
@@ -54,7 +54,7 @@ in
bright0 = "4c4c4c";
bright1 = "d98870";
bright2 = "adbd88";
- bright3 = "e0b684";
+ bright3 = "e5b579";
bright4 = "9aaccc";
bright5 = "c2b5ff";
bright6 = "a5cce3";
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";
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix
index c080c03..4cca5f9 100644
--- a/home/profiles/research/default.nix
+++ b/home/profiles/research/default.nix
@@ -31,14 +31,14 @@ in
index-active-fg = "#4f5058";
highlight-color = "#d4ae80";
- highlight-active-color = "#84a0c6";
+ highlight-active-color = "#8197bf";
notification-bg = "#cbc0ab";
notification-fg = "#151515";
notification-warning-bg = "#4f5058";
- notification-warning-fg = "#d4ae80";
+ notification-warning-fg = "#dcb66a";
notification-error-bg = "#4f5058";
- notification-error-fg = "#b17f81";
+ notification-error-fg = "#cf6a4c";
render-loading = true;
render-loading-fg = "#cbc0ab";