From cb2295443e49c3ea487b94cfcfb86e58b04688b7 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 1 Feb 2022 15:38:37 +0900 Subject: home/base: use jellybeans bg --- home/profiles/base/default.nix | 2 +- home/profiles/browsing/qutebrowser-settings.nix | 2 +- nixos/alpha/configuration.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 4805969..4af56cd 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -38,7 +38,7 @@ in identifier = "nightlamp-iceberg"; colors = { - background = "18191f"; + background = "151515"; foreground = "cbc0ab"; alt0 = "404147"; alt1 = "54555b"; diff --git a/home/profiles/browsing/qutebrowser-settings.nix b/home/profiles/browsing/qutebrowser-settings.nix index 4486d0f..47fae23 100644 --- a/home/profiles/browsing/qutebrowser-settings.nix +++ b/home/profiles/browsing/qutebrowser-settings.nix @@ -1,7 +1,7 @@ let # Nightlamp theme by boopy # Modified to increase visibility on qutebrowser - base00 = "#18191f"; + base00 = "#151515"; base01 = "#222329"; base02 = "#2c2d33"; base03 = "#3c3d43"; diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index e080c7e..f2b228f 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -54,7 +54,7 @@ console.font = "${pkgs.dina-font}/share/fonts/misc/DinaMedium10.pcf.gz"; console.colors = [ - "18191f" + "151515" "b17f81" "8aa387" "d4ae80" -- cgit 1.4.1