aboutsummaryrefslogtreecommitdiff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-13 16:03:31 +0900
committersefidel <contact@sefidel.net>2022-03-13 16:03:31 +0900
commitfce9e1d4881a9fb674f3722684db5ab76ea835dd (patch)
treea5df22b817a0c4c9fa14997b43df50dd96f286cb /home/profiles
parente688112d623b78019f3e8b29db5b6fd4f73b6453 (diff)
downloadnixrc-fce9e1d4881a9fb674f3722684db5ab76ea835dd.zip
feat: softjelly
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/base/default.nix14
-rw-r--r--home/profiles/browsing/qutebrowser-settings.nix18
2 files changed, 16 insertions, 16 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index d69a7e5..7f81212 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -40,25 +40,25 @@ in
colors = {
background = "151515";
- foreground = "e8e8d3";
+ foreground = "cbc0ab";
alt0 = "404040";
alt1 = "606060";
color0 = "3c3c3c";
color1 = "cf6a4c";
color2 = "99ad6a";
- color3 = "ffb964";
+ color3 = "d8a465";
color4 = "8197bf";
- color5 = "c6b6ee";
+ color5 = "b3a3ff";
color6 = "8fbfdc";
- color7 = "e8e8d3";
+ color7 = "cbc0ab";
bright0 = "4c4c4c";
bright1 = "d98870";
bright2 = "adbd88";
- bright3 = "ffc784";
+ bright3 = "e0b684";
bright4 = "9aaccc";
- bright5 = "d1c5f1";
+ bright5 = "c2b5ff";
bright6 = "a5cce3";
- bright7 = "ededdc";
+ bright7 = "d5cdbc";
};
};
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